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 |
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What is the maximum number of structures that can be included in a table or structure
Can a filed occur in several field groups? : abap modularization
why SAP script is clint dependent and smartform is clint indepedent ?
How to write message without using message class in report? How to go to edit mode in classical display report, means that how to edit one of the column after displaying classical report, not in ALV.
What are the two methods for modifying sap standard tables?
will where conditions in a sql query help improve performance?
which table stores the online messages?
what will happen if will write the code of PAI module in PBO module.will it execute successfully or it will show error?if so what will be the error.
what the tcode to check the consistency of work flow for ALE /EDI in a inbound error processing?
can you create a table with out a data element? can you create a field with out a data element?
What is the purpose of sum statement?