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 happens if only one of the commands set screen and leave screen is used without using the other?
What are lock objects?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
On which even we can validate the input fields in module progams?
Sy index and sy tabix
What is the difference between select statement and provide statement ? : abap hr
when do you need to create an internal table with header line ? and with out a header line?
What is the significance of the screen number ‘0’?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
what is the difference between hashed & sorted internal tables?
What is projection view?
What are aggregated objects
What is an update task? : abap modularization
How do you read files from the application server ? : abap bdc