Which method of BDC’s would u apply ? Session or call
transaction ? why ? Which is more good ? Its advantages ?
Answer Posted / nitin gautam(sharma)
Well, it depends upon the two scenarios of requirement:
1. if we have bulk data, then we should use bdc session
method so that one session can process lot of screens with
data with log analysis w.r.t the benefit of sm35 tcode.
2. But if we have adequate/less data to process, then we
should use call transaction method to get the immediate
feedback about a relevant tcode.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How is conversion of data types done between abap/4 & external level?
Polymorphism real time scenario
What is the use of buffering?
Final class
What function does data dictionary perform?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
What is the last entry in all bdc tables? : abap bdc
How do you do bdc for a table control? : abap bdc
What are the difference between call screen and leave screen?
What are the components of selection table?
What is the differences between structure and table in the data dictionary in abap?
What are the different types of view?
How do you find if a logical database exists for your program requrements?
What is the role of ‘refresh’ in internal table?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc