how can u write in single program call transaction and
session method logic?
if u write logic in call transaction ,is there any errors ?
how can u see in session ?
Answers were Sorted based on User's Feedback
Answer / raghava reddy
SITUATION..........IF U HANDLE THE ERRORS IN CALL
TRANSACTION WE HAVE SEVERAL WAYS
1)USING FORMAT_MESSAGE
2)WHATEVER U GET THE ERRORS IN CALL TRANSACTION,SIMPLY PASS
THOSE ERRORS TO SESSION METHOD
................THIS IS THE SITUATION OF BOTH ARE USING IN
THE SAME PROGRAM...OK
WRITE THE LOGIC FOR CALL TRANSACTION
-------------
---------
---------
----------
CALL THE CALL TRANSACTION
IF SY-SUBRE < > 0.
......MEANS THE ABOVE STAT NOT EXECUTED
SUCCESSFULLY....MEANS WE GET THE ERRORS IN CALL TRANSACTION
METHOD...OK
SIMPLY PASS THOSE ERRORS TO SESSION METHOD
LIKE THIS...............
.............
CALL THE TRANSACTION BY USING
BDE_INSERT
......PROVIDE THE INPUT...........OK
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vrushali
You can set radio button in select options
call transation
call session method
if call transaction = 'X'.
call transaction.
else
call session method.
endif.
Is This Answer Correct ? | 1 Yes | 9 No |
where is security relevent information such as Password for ITS are stored?
in a report there is two options for each there is a seperate alv reportt. how to have form top-of-page for both in same report.
What is elementary search help? : sap abap data dictionary
CAN WE DEBUG A MACROS ? HOW DO TO MATHEMATICAL ON TWO NUMBERS ?
What are the different message types available in the abap/4 ?
in scripts how to upload logo (it's saved in .bmp file ) i am asking procedure?
Which function module you will use to attach a search help to a field in Selection screen?
Can we display text with color in SAP Script? If yes how can we do that?
what are the advantages and disadvantages in LSMW over BDC?
What are critical issues you have faced in your project
Difference between function group and function module?
What is full form of bdc session? : abap bdc