how can u write in single program call transaction and
session method logic? if u
Answer Posted / pankaj choudhary
Hi
It is possible to use : call transaction , and session
method in the same program.
First , try posting using call transaction,
if sy-subrc is ne 0.
save bdctab.
open a BDC session.
insert data.
and close session.
endif.
thanks
Pankaj
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain badi in abap.
Is the basic list deleted when the new list is created?
Events that can be used in both the classical and interactive reports
How to read files and process BDC's automatically ?
Describe the data classes?
How to add a column to a table control while using alphanumerical layout editor ?
What is synchronous update?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
What is logical database? : abap hr
Table events aNd table maintains generation
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
In sap scripts, how will you link form with the event driven?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
Can we write the code both call transaction and session method in single program?