Skip to Content
0
Former Member
Sep 18, 2008 at 10:11 AM

abap proxy

45 Views

i have generated the proxy but the problem is that the data that i am passing to be populated in the structure is not getting displayed in the xml file that is being generated.

i am using the below code:

please correct me what i need to do

wa_it-DOCUMENT_NUMBER = '101010'.

append wa_it to it.

wa_ex_compatible-THIRD_PARTY_FEES_INVOICE_SAP-LINE_ITEM = it.

  • CALL METHOD prxy->execute

BREAK CT069248.

CALL METHOD PRXY->ZTHIRD_PARTY_FEES_INVOICE_MTHD

EXPORTING

OUTPUT = wa_ex_compatible

can u tell me what is the problem