difference between batch input and direct input and call
transaction ?
Answer / 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 |
What are the events used for page headers and footers?
If there are errors in BDC Call Transaction method, once the correction of errors is made how will you run this as Session method ?
What is a modification assistant?
where can i get free study material for dialog programming.
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
Explain about interactive report?
How to maintain Transport Request?
Tell any 2 standard Bapi function modules used for uploading sales order data ?
Explain the sequences of event block?
What are the arithmetic operators in the sap abap?
Difference between open sql and native sql? : abap data dictionary