2008 Oct 28 7:15 AM
I am using call transaction.
In the called dynpro program,I have to use commit and perform subr on submit.The problem here is to avoid getting back to the called program,I called the same dynpro program in perform on commit.It leads to uncatchable runtime exception.How can I get rid of this ?
I am using call transaction.
In the called dynpro program,I have to use commit and perform subr on submit.The problem here is to avoid getting back to the called program,I called the same dynpro program in perform on commit.It leads to uncatchable runtime exception.How can I get rid of this ?
2008 Oct 28 3:03 PM
Hi,
Try this out..
DATA : oref TYPE REF TO cx_root.
TRY.
*****CODE goes here
CATCH cx_root INTO oref.
ENDTRY.
Regds,
R
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |