in bdc which method best comape to call transaction and
session method?with example?
Answer / n arasa
1)call transaction :
->we will go for call transaction,when we have to upload
less amount of data and we have to do the immediate
updations
->if we execute huge amount of data with call transaction
then the session we will be expired
->we have to handle the errors in call trasaction
2) session methosd:
->we will go for session method when we have to upload huge
amount of data.
->it generates session and executes in background
->we don't want handle the errors.it generates one log file
and stores in it.
Regards,
Narasareddy
Is This Answer Correct ? | 18 Yes | 0 No |
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
How many types of tables exists and what are they in data dictionary? : abap data dictionary
how to Implemented a BAPI to upload Payroll summary information into SAP R/3 system
Do you need and enquiry or quotation before we start the SD process?
Reports: Event functionality.
Explain Catch Command in ABAP?
in scripts 1,2,3,4,5,6,7,8,9,10.............50 pages.then i want only 4 to 50 how it is possible?ans also iwant only 1,3,5,7,9 .....how it is possible?
how can i transport a idoc from development system to production system? in idoc we are doing bd64 for distribution model view is it mandatory for idoc? and is it possible without creating a distribution model view we can generate a idoc?
what is the difference between data: begin of ty_emp, eno type i, ename type string, dno type i, end of ty_emp. and types: begin of ty_emp, eno type i, ename type string, dno type i, end of ty_emp.
What is tcode se16? For what is it used.
what precautions or prerequisites do you follow to update a record into database table and how
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.