How many methods are there in BDC? Which methods you know well?
Answer Posted / p.lokesh
In Batch Data Communication we have Call transaction and
Session method[Batch input session].
Depend upon the requirement we choose these methods.
Suppose if u need to upload data at once and need
asynchronous updation and we need to log the errors
explictly then we go for Call Transaction.
Suppose if u need to upload the data regularly batch wise
and need synchronous updation and automatically log the
errors [Implicitly] then we go for Session Method.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Explain the use of insert and append statement in sap abap?
What are the personnel administration related infotypes? : abap hr
What is the difference between a pool table and a transparent table?
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
What is synchronous update?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
What are the system fields?
Where do you use help views?
What is an abap dictionary? : abap data dictionary
How can we use multiple transactions by using bdc_insert? : abap bdc
Does sap handle multiple languages?
What application areas are you comfortable in?
How can you manipulate the presentation and attributes of interactive lists?
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
Hat are the different types of mode (run code) in call transaction method?