2005 May 14 3:48 PM
Dear Abapers,
I am calling one SAP Standard transaction from my user -Y Transaction Screen , also passing some values to that screen (thru memory), Now if that standard screen gives some error (E) on any processing done by user on it, i want the control back to my original screen from where user went to that screen. Currently i am not able to get the control back,hence user is left with no choice to exit from entire program.
Any idea how we can do it. If more clarification need do tell me.
Thanx in advance.
Raj
Dear Abapers,
I am calling one SAP Standard transaction from my user -Y Transaction Screen , also passing some values to that screen (thru memory), Now if that standard screen gives some error (E) on any processing done by user on it, i want the control back to my original screen from where user went to that screen. Currently i am not able to get the control back,hence user is left with no choice to exit from entire program.
Any idea how we can do it. If more clarification need do tell me.
Thanx in advance.
Raj
2005 May 14 3:55 PM
Hello,
Call the BDC in 'N' mode, and collect all the error messages (BDCMSGCOLL) display in a list after complete processing instead of sumbitting in 'E' mode.
Best Regards,
Murugesh AS
2005 May 14 3:57 PM
Dear Murugesh,
Please read the question carefully, I am not processing through BDC. It is my Y Transaction Screen , which call one SAP STandard screen. and on error i want control back to my Transaction Screen.
Regards
RAj
2005 May 14 4:45 PM
Hello,
Is this Module poól development?
if yes, are you using 'CALL SCREEN' to invoke SAP screen?
Please give more details.
best regards, Murugesh AS
2005 May 15 10:26 AM
i assume you are doing
set parameter and
call transaction
and if the value passed is wrong it would stop with a error message in the called transaction initial screen. Now if you hit back button it would come to your program.
But if the called transaction is generating abort message then you will loose control.
Regards
Raja
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |