Which method of BDC’s would u apply ? Session or call
transaction ? why ? Which is more good ? Its advantages ?
Answer Posted / lalit
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of table maintenance allowed?
How to debug a sapscript?
Explain sap abap 3-tier architecture?
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
What is asynchronous and synchronous update?
What is payroll driver
Program lines for the radio button selection and unabling some input variables in section screen
What is the difference between get and get late?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
What are standard layouts sets in the sap script?
function modules are also external subroutines. State true or false. : abap modularization
Specify the types of data dictionary objects.
What are the aggregate objects in the dictionary? : abap data dictionary
What is a maintenance view? : abap data dictionary
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?