If suppose There are 10 records in flat file then how many
times BDC_open_group, BDC_INSERT, BDC_CLOSE_group executed?
Answer Posted / xvinx
Urmila is right....
BDC_open_group and BDC_close_group get executed only once.
Whereas BDC_insert gets executed 10 times, as there are 10
records that are to be inserted...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you find number of records present in internal table?
How do you restrict the data to be entered in the payroll area? : sap abap hr
What are ranges?
What are the domains and data elements?
What are Tickets in Realtime ?
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
Can you delete data element, which is being used by table fields?
In delivery processing which step comes first picking, packing, posting goods issue ?
What is the difference between tables and structures?
How do you convert non-char field into char type fields ?
What are datasets in abap?
What are the aggregate objects in the dictionary? : abap data dictionary
Can a domain, assigned to a data element be changed? : abap data dictionary
Explain what are the different functions used in sap script? What are the parameters used in each function?
Name the abap/4 modularization techniques? : abap modularization