how to handle multiple line items in bdc??
Answer Posted / balamurugan
LOOP AT IT_ITEM INTO WA_ITEM WHERE VBELN = WA_HEADER-VBELN.
INDX = INDX + 1.
CONCATENATE 'WA_SO2-MATNR('INDX')' INTO V_MATNR.
perform bdc_field using V_MATNR WA_ITEM-MATNR.
CONCATENATE 'WA_SO2-MENGE('INDX')' INTO V_MENGE.
perform bdc_field using V_MENGE WA_ITEM-MENGE.
perform bdc_field using BDC_OKCODE '/00'.
ENDLOOP.
We can upload multiple line items Using table control.The
above code explain the same.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the dynapro keywords?
wat is the difference between A-gate & W-gate?where are they used?
What is the difference between getting and get late?
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
What is sap abap data dictionary?
wat are the process that can be executed & tracked in a workflow?
What is meant by authorization? : sap abap hr
What is the difference between free and refresh?
Is the basic list deleted when the new list is created?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
How to transfer data into line items using batch input session method? : abap bdc
Explain the difference between free and refresh?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp
What is generic area buffering in abap?