You are given functional specs for a BDC program and you
need to decide whether to write a method call transaction or
a session. How u will decide?
Answers were Sorted based on User's Feedback
Answer / ravi kumar
Generally if time is critical we go for call Transaction
and also it depends on the no'of records uploading, supose
if we have to upload less no'of records we will use call
Transaction method.
Some times the client specifies the method directly.
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / chowdary
to chose session method or calltransaction method following
points are taken into cansidaration
1. if data is more i wlii chose session, if it is less data
i will go for call transaction.
Is This Answer Correct ? | 2 Yes | 2 No |
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then?
Can a constructor be declared private? If yes then in which scenario?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
Explain sap abap 3-tier architecture?
What are the tables using in diff modules like SD, PM, MM, QM AND FICO? give me some example names ? Do we need to use the existing tables in R/3 most of the time?
How do you get your task to perform?
i am learning abap and finding very diffculty in understanding the message control technique especially in sending IDOCS? what are the steps in message control ?
What is the meaning of client independent?
Have you printed any report?
What is the BAPI to retrieve data for list of customers and thier sales areas i.e., Customer No, Sales Organization, Distribution Channel, and Division. For all the customers.
how can we enable hyperlink in screen painter?
How do you save data in bdc tables? : abap bdc