Skip to Content
1
Feb 04, 2008 at 07:30 AM

Exit from CALL TRANSACTION

918 Views

Hello All,

I have a program which calls a transaction like this.

REPORT test.

START-OF-SELECTION.

CALL TRANSACTION 'J3AH'.

WRITE: 'Return to Program'.

END-OF-SELECTION.

When I execute this program, it calls the transaction mentioned, but after completion, the control passes to the SAP menu. I would like to get back the control to the report test. Could anyone please tell me why this is happening and also some solution to solve this.

Regards

Sudha