if we have to upload the legacy data by using one
transaction ex.me22, in bdc which way we will choose i.e.
session method or call transaction? how we will choose that
way? can we use both method in single program?
Answer Posted / venkatesh.bandi
Both methods we cannot use in the same program. Depend upon
the requirement and volume of data only we have to choose
the method weather we have to session method or otherwise
call transaction method.
But most of times we have to use only session method.
Because the while processing the session if any errors
occured those error screens are stroed into Error session
logs. (SM35). And also the update the database also
synchorouous. Such facility is not aviable in call
transaction method.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the basic objects of the data dictionary? : abap data dictionary
What is size category?
Program for Prime numbers and Matrix plz explain me the procedural method with steps
What are hashed tables?
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
dynamic programming in sap abap
How can I get ascii value of any letter? Is there any function?
Explain badi in abap.
How to upload data using catt ? : abap hr
Can i have some Realtime Scenarios on Reports.
What are the disadvantages of different types of bdc's?
What is append search help? : sap abap data dictionary
What is value table? : abap data dictionary
What is difference between check table and value table ?