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 call transaction in session method without recording?
What is meant by performance analysis? Have done anything to improve the performance?
What is meant by stacked list?
How to Solve a Particular Ticket in Realtime ?
What is the difference between data elements and domains? : abap data dictionary
What is database utility?
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
How do you find out who has transported a transport request?
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
Which transaction code can I use to analyze the performance of abap program?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
What is the company code? : sap abap hr
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What is sequence of event triggered in report?
Explain sap abap 3-tier architecture?