Ver Mensaje Individual
  #3  
Viejo 19/04/10, 14:37:52
Ery Ery is offline
Junior Member
 
Fecha de Ingreso: oct 2008
Mensajes: 9
Select dinamico en RFC Destination...

Hola chicos aqui anexo el mensaje que me envia...
Ya intente agregarle un encabezado a la tabla haber si es
por eso, es decir declararla:

It_tab like standard table of dntab-tabname with header line.

MOVE 'tabla' TO V_COMP2.
APPEND V_COMP2.

el from es:
SELECT * INTO CORRESPONDING FIELDS OF TABLE it_camptablas
FROM (v_comp2) WHERE (v_compara).

________________________________________________________




"A dynamically specified FROM clause has an unexpected format."


What happened?


Error in ABAP application program.

The current ABAP program "ZMXCL_VISTAS==================FT" had to be
terminated because one of the
statements could not be executed.

This is probably due to an error in the ABAP program.

The error occurred in an RFC call to another system.
The target system has also written a short dump.
Consult this short dump for more precise information about
the cause of the error.



What can you do?


Print out the error message (using the "Print" function)
and make a note of the actions and input that caused the
error.

To resolve the problem, contact your SAP system administrator.
You can use transaction ST22 (ABAP Dump Analysis) to view and administer
termination messages, especially those beyond their normal deletion
date.
Responder Con Cita