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 significance of hide?
Name the abap/4 modularization techniques? : abap modularization
What is repository info. Systems? : abap data dictionary
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
Advantages and disadvantages of different types of bdc's?
What are the differences between session method and call transaction method? : abap bdc
How many detail lists can be created in interactive reporting?
What are the types of windows in sap script?
Explain the difference between call screen and leave screen?
Differentiate between transparent tables, cluster tables and pooled tables
Can there be more than 1 main window in sap script?
What is an abap/4 query? : abap hr
How to use messages in lists?
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
What is the difference between synchronous and asynchronous update?