Problema extendiendo interactive form

Colapsar
X
 
  • Tiempo
  • Mostrar
Limpiar Todo
nuevos mensajes
  • ElmerRodriguez
    Junior Member
    • jul
    • 19

    #1

    Problema extendiendo interactive form

    Hola,

    Estoy extendiendo un Interactive form, que es el medruck con su respectiva interfaz, los copie a z cada uno.. los active y funcinan perfectamente.. entonces en mi interfaz zmedruck_po le declare un estructura de tabla y la lleno con los datos que necesito.. lo activo y todo bien hasta ahi, sin errores... cuando voy al formulario entonces desde los datos globales, lo paso al contexto y cuando consumo los datos me da un dump.

    What happened?
    Error in the ABAP Application Program

    The current ABAP program "SAPFM06P" had to be te
    come across a statement that unfortunately canno

    The following syntax error occurred in program "
    include "/1BCDWB/LSM00000004F01 " in
    line 1902:
    "Field "RV61A-AWEI1" is unknown. It is neither i
    "tables nor defined by a "DATA" statement . . .
    " "
    " "
    The include has been created and last changed by
    Created by: "ERODRIGUEZ "
    Last changed by: "ERODRIGUEZ "

    Error analysis
    The following syntax error was found in the prog
    "Field "RV61A-AWEI1" is unknown. It is neither i
    "tables nor defined by a "DATA" statement . . .
    " "
    " "

    99 OTHERS = 5.
    100 IF sy-subrc <> 0.
    101 MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    102 WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    103 ENDIF.
    104
    105 CLEAR: fp_docparams.
    106 fp_docparams-langu = nast-tdspras.
    107 fp_docparams-country = nast-tland.
    108 IF nast-kappl = 'EF'.
    >>>>> call function ls_function
    110 EXPORTING
    111 /1bcdwb/docparams = fp_docparams
    112 mode = cl_output_po->mode
    113 header = cl_output_po->is_ekko
    114 addressinfo = cl_output_po->is_t024e
    115 headerinfo = cl_output_po->is_t166u
    116 contactinfo = cl_output_po->is_t024
    117 headertext = cl_output_po->it_t166k
    118 paymentterms = cl_output_po->it_payment
    119 item = cl_output_po->it_ekpo
    120 itemline = cl_output_po->it_item
    121 schedule = cl_output_po->it_eket
    122 conditions = cl_output_po->it_komvd
    123 manfdetails = cl_output_po->it_htnmat
    124 changetext = cl_output_po->it_t166t
    125 account = cl_output_po->it_ekkn
    126 qmtext = cl_output_po->it_qmtext
    127 texts = cl_output_po->it_t166p
    128 documents = cl_output_po->it_drad
Trabajando...