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
Explain what are the events used for logical database?
How to copy table across clients?
What is the use of dequeue function module? : sap abap data dictionary
What is the bitwise operator in the sap abap?
What is the function of the transport system and workbench organizer?
Did you use buffering?
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
What are table clusters?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
what is diff between idocs,bdc,rfc and bapi. give real time answer
How to Raise a Particular Ticket in Realtime ?
please give the remaining answers.
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
What are the sequences of event block?
How do you find number of records present in internal table?