Tema: disables
Ver Mensaje Individual
  #2  
Viejo 26/03/08, 18:55:15
Mauricio Hidalgo Mauricio Hidalgo is offline
Senior Member
 
Fecha de Ingreso: may 2006
Localización: Santiago, Chile
Mensajes: 481
SELECT-OPTIONS: s_vbeln FOR vbak-vbeln default '223'.

at selection-screen output.
loop at screen.
if screen-name = 'S_VBELN-LOW' or screen-name = 'S_VBELN-HIGH'.
screen-input = '0'.
modify screen.
endif.
endloop.
Responder Con Cita