in bdc which method best comape to call transaction and
session method?with example?
Answer Posted / 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 |
Post New Answer View All Answers
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
How to split one Invoice into Multiple ( Step by Step)?
What is sap luw or update transaction?
How many types of buffering? : abap data dictionary
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What are the relational operations that can be performed on view in sap? : abap data dictionary
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
Explain the disadvantage of using exec sql statement in abap?
What is a multiple line field?
What is the use of table control in bdc is it same in module pool table control? : abap bdc
Did you create primary index?
What are the different modes of processing batch input sessions? : abap bdc
I need some information regarding Vcentric Test pattern ? with questions.
please give the remaining answers.