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
What are the pooled and cluster tables?
What is sap abap data classes?
What is the syntex used to call a screen as dialog box (pop up)?
How do you find if a logical database exists for your program requirements?
How can we handle table control in bdc? : abap bdc
What is pretty printer?
Proxy Programming with ABAP - How to develop the Proxy identification through programming
What is the difference between get and get late?
Explain the differences between at selection-screen and at selection-screen output?
What are the different database integrities?
What are the rules to create a BAPI?
Can you set up background processing using call transaction?
Can you create an internal table dynamically?(at run time)
What are data classes? What are the various data classes available for selection? : abap data dictionary
Why do we declare a method of a class final? What can be the purpose? Give a scenario.