difference between batch input and direct input and call
transaction ?
Answer Posted / theabapconsultant
batch input method or batch data comunication both are the same. it worls on the principle of simulating user input to the transaction screen via abap program. it can handle errors explicitly . features also include logging and synchronous processing.generally data is given in a flat file in which i undergoes through a screen and screen validation finally inserts in a database. eg: session method and bdc call transaction method
but direct input is asynchrounous.data is directly uploaded in a database by doing some field validations. errors cant be handled. it inserts data using some inbuilt function modules.
eg: LSMW
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the different attributes that can be assigned to a variant?
How to call other programs?
What is the use of abap data dictionary? : abap data dictionary
Can we specify the next screen number with a variable?
What are the update types possible? : abap data dictionary
Explain the call transaction method? : abap bdc
What are pooled tables? : abap data dictionary
What is a view? : abap data dictionary
What is the sap abap?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
What are the events used in abap in the order of execution?
Hat are the different types of mode (run code) in call transaction method?
What is new enhancement framework?
Explain the advantages of abap query tool?
Can a constructor be declared private? If yes then in which scenario?