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

Can i Have Some Examples on Enhancements.

1979


Structures can contain data only during the runtime of a program (t/f) : abap data dictionary

773


How many tables are there in sap?

647


where do we store all custom programs in SD module?

4896


Control Break statements- At new...endat.

902






Have you set up a back ground job? How to create a background job without a variant ? : abap bdc

599


What is database utility?

704


while implementing badi what are the tables u find??

3621


How do you find out whether a file exits on the presentation server?

573


Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.

606


Program for Prime numbers and Matrix plz explain me the procedural method with steps

2257


Explain what is a logical database?

602


What is meant by write lock? : sap abap data dictionary

592


Explain what is the difference between sy-tabix and sy-index? Where it is used?

564


Does sap handle multiple currencies?

609