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
What is the use of at new statement ?
What are the fields in a bdc_tab table? : abap bdc
What is a modification assistant?
What is use of transparent table in abap? How it is different from pool tables?
What is the use of message command in a report? What are the different message types?
What is the use of the statement leave to list-processing?
What is dynpro? what are its components ?
In sap script how to print bar code in vertical manner
What kind of BDC programs are written ?
What are the differences between table and structure in data dictionary?
what is leave to TRANSACTION?
How do you do bdc for a table control? : abap bdc
What is an update task?
What are conditional chain statement?
What is the difference between Exit and Stop?