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
What is the use of at new statement ?
What is the difference between a structure and a table?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
Describe the data classes?
What is a 'z' report?
What is sql trace? : abap data dictionary
What are the different types of operators in the sap abap?
Advantages and disadvantages of different types of bdc's?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
Rp_provide_from_last contains how many parameters ? : abap hr
How do you read files from the presentation server ? : abap bdc
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
Explain the difference between open_form and close_form?
What is table buffer?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?