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 the use of CTU_PARAMS when we working with BDC?
4 Answers Cap Gemini, Yash Technologies,
In the process of creating a delivery tere is a firld date which needs to be saved, there is an userexit available but that exit does not have that date field in it, how would you overcome this. You have the delivery no that got created instead
What are the fields in a BDCTab Table.
Differentiate between transparent tables, cluster tables and pooled tables
How to test a script?how to find versions in scripts?
What are the functional modules used in sequence in bdc? : abap hr
Where we use Chain and End chain?
2 Answers Intellect Bizware, Sony,
What are the page windows? How many main windows will be there in a page window?
What are the basic object types? : sap abap hr
Which function modules can be used to transfer the data using bdc programming? : abap bdc
can u save internal table in sap memory from abap memory?
7 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
Reuse-ALV-list display?