how can u write in single program call transaction and
session method logic? if u
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / raju
THIS TYPE OF PROGRAMING IS USED WHEN 1/2 RECORDS ARE
REQUIRED TO TRANSFER.FOR THIS FIRST WRITE PGM FOR S.M &
THEN FOR CTM.
Is This Answer Correct ? | 0 Yes | 2 No |
HI friends, in USER EXITS after finding correct EXIT when am double clicking on the "INCLUDE ZXM06U36" it is not entering inside of the program, it is givimg the error message as "Program names ZX... are reserved for includes of exit function groups". Please help me to solve this problem.
what is a value table?
What is pf-status?
What are the update types possible? : abap data dictionary
What happens when a table is activated in DD?
What are datasets?
What is COMMIT concept in BAPI?
what is the difference b/w database and data dictionary?
what is the use of STOP,EXIT,CHECK,CONTINUE in internal table?
What is the advantage of structures? How do you use them in the ABAP programs?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
What is the difference between a substructure and an append structure?