Pop-up para recibir un dato del usuario

posted under by Antonio Lopez

CALL FUNCTION 'POPUP_TO_GET_ONE_VALUE'
EXPORTING
textline1 = 'Introduce el nombre!!'
textline2 = 'Nombre del Transportista: '
titel = 'Alta de material en almacen'
valuelength = 80
IMPORTING
value1 = l_texto
EXCEPTIONS
titel_too_long = 1
OTHERS = 2.

0 comentarios

Make A Comment
Google
 
top