If suppose There are 10 records in flat file then how many
times BDC_open_group, BDC_INSERT, BDC_CLOSE_group executed?
Answers were Sorted based on User's Feedback
Answer / urmila
open group once,insert 10 times ,close group once
Is This Answer Correct ? | 30 Yes | 0 No |
Answer / 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 |
BDC_OPEN_GROUP and BDC_CLOSE_GROUP only once
whereas BDC_INSERT 10 times
Is This Answer Correct ? | 2 Yes | 0 No |
Name the function module used to convert logical file names to physical file names in abap/4 programs?
what is meant by filtration in alv? how to do it?
1 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
What is smart forms? : abap hr
how many indexes can be created for a table?
What is the maximum value for Line-Size in the Report?
what is the difference between the transaction... VD01 and XD01???
can you create an internal table dynamically?(at run time)
what is direct input method and list out the standard programs available. give the list
What are the page windows?
which type of problems we generally face in reports and BDC in real time?
When was the sap abap being created?
Why do we use types statement in abap programming?