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?
Answer Posted / 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 |
Post New Answer View All Answers
How can we upload a text file having delimiters in to legacy system? : abap bdc
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What are the list of screen elements?
What is a variable in the sap abap?
Does every abap/4 have a modular structure?
What is at exit-command:?
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
What is the difference between sum and collect?
how 2 create the normal form by using functional module
How to write a bdc – how do you go about it?
What is the difference between rfc and bapi function modules? : abap bdc
difference between Valuation type and valuation category?
What is match code? : sap abap hr
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc