2010 Dec 24 12:05 PM
Hi experts,
I have developed a report called zpp20. It works perfectly. However, in one place I call transaction co11n goods movements screen. Now, Iwant my prog. return back to zpp20 after it has been saved. I use BDCDATA with call transaction. Now, ı have looked for a user exit. But there is no working at the end of save process. What should I do?
Thanks in advance?
2010 Dec 27 1:08 PM
Hi,
After call transaction completes, it should return to main program,searching User exit will not help you anyway because these are all used for modifying the standard SAP program.After call transaction what you are doing?
Thanks and Regards,
Manjunath M
Hi experts,
I have developed a report called zpp20. It works perfectly. However, in one place I call transaction co11n goods movements screen. Now, Iwant my prog. return back to zpp20 after it has been saved. I use BDCDATA with call transaction. Now, ı have looked for a user exit. But there is no working at the end of save process. What should I do?
Thanks in advance?
2010 Dec 27 1:08 PM
Hi,
After call transaction completes, it should return to main program,searching User exit will not help you anyway because these are all used for modifying the standard SAP program.After call transaction what you are doing?
Thanks and Regards,
Manjunath M
2010 Dec 27 1:46 PM
2010 Dec 27 1:20 PM
Hi,
Called program will automatically continue its execution after completion of CALL TRANSACTION statement.
Simply write your code after CALL TRANSACTION statement.
Also put a breakpoint in CALL TRANSACTION statement and press F6. It will automatically execute the whole transaction and will goto next statement for execution.
See F1 on CALL TRANSACTION for more information.
At CALL TRANSACTION the calling program and its data is kept, and after exiting the called transaction, processing is resumed in the calling program after the call.
When the transaction is called, the ABAP program linked with the transaction code is loaded in a new internal session. The session of the calling program is kept. The called program runs in an SAP LUW of its own.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |