Ver Mensaje Individual
  #3  
Viejo 09/12/14, 14:11:53
rayados1967 rayados1967 is offline
Member
 
Fecha de Ingreso: mar 2008
Mensajes: 70
hola sconoredhot,
adjunto el codigo de la funcion asi como parte del dump, quedo en espera de comentarios, muchas gracias.


Parte del dump generado *****************************
Categoría Error de programación ABAP
Err.tmpo.ejec. RPERF_ILLEGAL_STATEMENT
Programa ABAP SAPLWDTM
Anwendungskomponente BC-FES-CTL-F4
Fecha y hora 09.12.2014 09:09:35

Texto breve
Statement "CALL SCREEN" is not allowed in this form.

Anál.errores
There is probably an error in the program
"SAPLWDTM".
The program was probably called in a conversion ex
or in a field exit. These are implemented by
function modules called CONVERSION_EXIT_xxxxx_INPU
USER_EXIT_xxxxx_INPUT.
Conversion exits are triggered during screen field
WRITE statements, field exits during field transpo
screen to the ABAP/4 program.
In this connection, the following ABAP/4 statement
- CALL SCREEN
- CALL DIALOG
- CALL TRANSACTION
- SUBMIT
- MESSAGE W... and MESSAGE I...
- COMMIT WORK, ROLLBACK WORK
- COMMUNICATION RECEIVE
- STOP
- REJECT
- EXIT FROM STEP-LOOP
Moreover, conversion exits for output conversion
(implemented by function modules called
CONVERSION_EXIT_xxxxx_OUTPUT) do not allow

Detalle código fuente (Texto fuente modificado)
Lín. Txt.fte.
163 export callcontrol to memory id 'mcx_callcontrol'.
164 export flds_out_tab to memory id 'mcx_flds_out_tab'.
>>>>> call screen 100 starting at 1 1 ending at 5 5.
166 import record_tab from memory id 'mcx_record_tab'.
167 read table record_tab index 1.

muchas gracias, quedo en espera de comentarios.
Responder Con Cita