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?
Answers were Sorted based on User's Feedback
Answer / nitin gautam
In this Scenario, we will use Call Transaction Method, as it is used to process one transaction at a time.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
if bdc session method is to be executed at some particular time without using sessions? how?
What is the use of info groups? : sap abap hr
What are number ranges?
what is the print program used to change the status of IDOC from 03-12.
What is the exact difference between pooled table and cluster table and explain with examples?
if while coding power goes off , how to retrieve the codes?
how to navigate to report from report? note: no transaction code created to report.
If we will display the data by writing write statement on start of selection then what is the need of end-of- selection in classical report
What are the different abap editors? What is the used of different editors in abap?
Explain what are the problems in processing batch input sessions?
Setting up a BDC program where you find information from?
How to create MEDRUCK form?