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 view? Different types of view. Explain?
What is database view ? : sap abap data dictionary
2)In production what is the user exit?
Explain buffering concept usage?
where do we store all custom programs in SD module?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
what is defference between repository and non repository Object?
what is difference between (internal table types)standard table and sorted table in sap abap....
What is its?
What is an abap instance?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
How to debug a script in abap?
What is the t-code for transaction recorder? : abap bdc
What is lock mechanism? How do we create lock objects in abap?
What is the last entry in all bdc tables? : abap bdc