If there are 100 records...explain the BDC session method
step by step how you gonna do ?
Answer Posted / rams
1) move the 100 records into internal table
2) using the BDC_OPEN_group open the session which takes
the program name, and session name
3) using bdc_insert insert all records into session, which
takes the T-code
4)close the session using BDC_CLOSE_GROUP.
5) run the session from SM36
| Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
5) How to rereive text elements in SF and script?
What is a view in sap? : abap data dictionary
What is a matchcode?
Explain how to Handle the internal tables in ABAP?
Explain the difference between a dialog program and a report?
What are the data types of the external layer?
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
How do you find out who has transported a transport request?
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
what is difference between user exit, customer exit and badi?
Which table stores the programs created?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
How do you write a function module in sap?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization