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 |
By using which single table i can get all the detail from sale order to billing not used vbak, vbap, vbrk & vbrp.
How to Read long Text using Scripts
In data element how many domains were defined
can any one tell me the types of smartforms
What is the difference between value table and check table?
When we are updating certain database table with 100 records and we found that only 60 records are updated, then how to find the errror records and how to correct and updated again? Explain step by step.
when is the POV AND POH event used?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
Explain the advantages and disadvantages of different types of bdc's?
can anyone give me notes on bdc direct input method
What are the different types of abap reports in sap?
how to added data in list box?