Ver Mensaje Individual
  #1  
Viejo 13/01/10, 15:14:28
mendocar mendocar is offline
Senior Member
 
Fecha de Ingreso: ago 2008
Localización: Lima Peru
Mensajes: 226
At Seleccion-screen Zw_xxxx

Estimados, un help, no conozco mucho de ABAP, pero estoy trasladando un prog. de la version 3.1 a la 6.0 y copiando un prog. Este me emite un error como se indica a continuacion.

SPAN {font-family: "Courier New";font-size: 10pt;color: #000000;background: #FFFFFF;}.L1S52 {color: #0000FF;}AT SELECTION-SCREEN ON ZW_LAUFI.
PERFORM TRAE_CAMPOS_PANTALLA.
PERFORM VALIDA.

El error es variable ZW_LAUFI is neither a selection criterion nor a parameter.

Además cambié la línea de error colocándo lo siguiente:
SPAN {font-family: "Courier New";font-size: 10pt;color: #000000;background: #FFFFFF;}.L1S31 {font-style: italic;color: #808080;}.L1S52 {color: #0000FF;}AT SELECTION-SCREEN ON VALUE-REQUEST FOR ZW_LAUFI.
PERFORM TRAE_CAMPOS_PANTALLA.
PERFORM VALIDA.
Y me sale el siguiente error
ON VALUE-REQUEST FOR should be followed by <parameter> of <select-option>-LOW/<select-option>-HIGH


Si navego en la variable ZW_LAUFI llego al siguiente código en el prog. DBPYFSEL

parameters: zw_laufd like reguh-laufd for table reguh value-request.
parameters: zw_laufi like reguh-laufi for table reguh value-request.
parameters: zw_xvorl like reguh-xvorl for table reguh.
parameters: zw_edisl like reguh-edibn for table reguh no-display.
selection-screen skip for table reguh.
selection-screen begin of block 0 with frame title text-900.
select-options: zw_zbukr for reguh-zbukr,
zw_absbu for reguh-absbu.
selection-screen end of block 0.

Estimados, a ver un ayudín.
Gracias.
Responder Con Cita