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


Please Help Members By Posting Answers For Below Questions

Explain about interactive report?

605


Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul

3263


What is runtime analysis?

602


What are the uses of table pool or table cluster.

537


What is the difference between a substructure and an append structure? : abap data dictionary

653






What is bdc programming in sap?

616


In order to upload purchase order details, how you handle multiple values for a single field?

569


Why grouping of fields is required? What is the max no of modification groups for each field?

560


What are the aggregate objects in the dictionary? : abap data dictionary

749


What is modularization and its benefits?

597


Can we include customizing include or an append structure with pooled or cluster tables?

670


How to read files and process BDC's automatically ?

1538


Explain the differences between se01, se09 and se10?

573


Explain about Recording Function?

668


What is new enhancement framework?

888