Answer Posted / narasimha reddy
Bdc Approach is Screen and function code interface.
When enter the screen we required enter multiple Data
same screen.
example va01. at enter qty and material fields. if system allowed only Limited entries. after press enter system allocated some entries. finally save button.
This logic recorded in SHDB Transaction.
loop at it_vbap into wa_vbap.
concatenate 'VBAP-AMTNR(' V1 ')' Into field.
perform sub_fld v1 wa_vbap-matnr.
" we assum system allowed 5 entries after enter data again 5 fields allowed.
v1 = v1 + 1.
if v1 = 6.
v1 = 1.
perform sub USING 'BDC_OKCODE. '00/'.
PERFORM SUB1 USING 'SAPMV45A' '4100' 'X'.
perform sub USING 'BDC_OKCODE. '00/'.
endloop.
ABOVE CODE FOR SAMPLE .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the data types of the abap/4 layer? : abap data dictionary
What are multiple use BADIS?
5) How to rereive text elements in SF and script?
Explain get cursor field?
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
How do you find if a logical database exists for your program requirements?
What are the system fields?
How are the function code handles in flow logic?
What is the t-code for transaction recorder? : abap bdc
What is a fall back class?
Explain what are the different functions used in sap script? What are the parameters used in each function?
Explain the different types of screen keywords?
Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
Program for Prime numbers and Matrix plz explain me the procedural method with steps