in bdc which method is suitable for back ground processing?
Answer Posted / m.kmart
In bdc, Session Method is best for the background
processing.
Because all error records are stored in the
error logs in session method.
Records are not updated until the errors are recctified. if
there is any error record,then it is not updated into the
database..
Error record when corrected can be processed again and
subsequently stored into DB.
I guess this what MR.Venkateswarlu.bandi intends to say.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
Have you set up a back ground job ? How to create a background job without a variant ?
Explain the components of selection table?
How can the standard tables of sap be modified?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
Of the two call transaction and session method, which is faster?
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?
Work most on which module: name a few tables?
What is tcode se16? For what is it used.
How many types of tables exists and what are they in data dictionary? : abap data dictionary
Explain what is the purpose of sap script?
Create any functions? How to go about it?
What are subroutines? : abap modularization