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


Please Help Members By Posting Answers For Below Questions

What is lock mechanism? How do we create lock objects in abap?

643


What are the restrictions on subscreens?

653


What are the disadvantages of logical databases?

667


8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?

1616


What are the different types of views and their definition?

596






What are the components of sap scripts? : abap hr

589


What is cts and what do you know about it? : abap hr

738


What is exception class and test class. How to use it?

893


How will you define posting procedures?

911


Can you define a field without a data element?

562


Difference between Insert, Update and Modify?

696


What is maintenance view?

602


Which commands are used for interactive reports?

645


What are the three components of a work process?

638


Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?

1627