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
Can a constructor be declared private? If yes then in which scenario?
Can you create an internal table dynamically?(at run time)
foreign key enforcement?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What is structure?
Differentiate screen painter from menu painter.
What is meant by search help? : sap abap data dictionary
What are types of select statements?
What is the disadvantage of a call by reference? : abap modularization
what is difference between (internal table types)standard table and sorted table in sap abap....
What is the first thing you do after vendor setup is complete?
what precautions or prerequisites do you follow to update a record into database table and how
What is a table pool? : abap data dictionary
how can we enable hyperlink in screen painter?
How we can give authorization on the fields of table control in a dialog-programming?