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
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
What is a size category? : abap data dictionary
What is an Unpack command?
What are the disadvantages of using explicit enhancement?
What happens if we use leave to list-processing without using suppress-dialog?
why particularly lock object name starts with EZ OR EY?
What is the purpose of at first and at last?
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
What is the use of the raising exception? : abap modularization
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
What are the differences between a database index and a match code?
dynamic programming in sap abap
Define structure in abap data dictionary?
How will you insert record in a sorted table
How can we set the table spaces and extent sizes? : abap data dictionary