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

What are the different attributes that can be assigned to a variant?

769


How to call other programs?

792


What is the use of abap data dictionary? : abap data dictionary

784


Can we specify the next screen number with a variable?

724


What are the update types possible? : abap data dictionary

740






Explain the call transaction method? : abap bdc

781


What are pooled tables? : abap data dictionary

869


What is a view? : abap data dictionary

846


What is the sap abap?

817


1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?

6905


What are the events used in abap in the order of execution?

741


Hat are the different types of mode (run code) in call transaction method?

769


What is new enhancement framework?

1068


Explain the advantages of abap query tool?

704


Can a constructor be declared private? If yes then in which scenario?

1099