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 is bapi,badi,bdc,ale idocs?
Explain the different types of screen keywords?
when does a list get sent to the screen on the presentation layer?
What are Delivery classes? What data will you want to transport during client copy?
What is a fall back class?
Explain the Inportance of pa40? : abap hr
What are the pooled and cluster tables?
What is the tcode to create indexes?
Static and instance variable and method with live example. Why and when to use
Explain how do you use structures in the abap programs?
What is the table & field to identify the no of items (bottles) stored in one case?
What are the modes in lock objects? : sap abap data dictionary
How to create any functions? How to go about it?
Define dispatcher?
What is the significance of delivery class? : abap data dictionary