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
how to modify the standard method as per your requirement
How can you distinguish between different kinds of parameters?
Can we write the code both call transaction and session method in single program?
Can we call reports and transactions from interactive reporting lists?
What is table attribute? : abap data dictionary
Which infotype records can not be deleted ? : abap hr
What function does data dictionary perform?
What is the function of the transport system and workbench organizer?
What is the difference between abap and hr abap? : abap hr
What is a multiple line field?
Explain the difference between float and packed data type?
How is time management and payroll is integrated? : sap abap hr
What are the 3 types of tables in sap? : abap data dictionary
How many types of tables exists and what are they in data dictionary?
What is an update type with reference to a match code id? : abap data dictionary