2008 Sep 04 5:16 AM
Hi Everybody,
I have report where I am using GUI status.
In this Gui Status I have one button to navigate to table maintenance
means I am using this button as call transaction
so when I click on this button I got to transaction where I have table maintenance generator but When I click back on transaction for table maintenance generator then It take me out of transaction and I go to SAP user menu screen
Please help me How I can manage to come to report screen again once I press Back button in table maintenance generator .
Thanks in advance
2008 Sep 04 5:48 AM
hi,
please write your code in PAI ,
if it does not help you please let me know i can help you more
regards
Rahul sharma
hi,
please write your code in PAI ,
if it does not help you please let me know i can help you more
regards
Rahul sharma
2008 Sep 04 5:34 AM
hI....
you have to write your code in PAI event.
Like.
Case sy-ucomm.
when 'CLICK'. " When button clicked
CALL TRANSACTION 'SE38'.
endcase.
try this....
Regards
Raja
2008 Sep 04 5:48 AM
hi,
please write your code in PAI ,
if it does not help you please let me know i can help you more
regards
Rahul sharma
2008 Sep 04 6:28 AM
Hi Rahul I am developing report program not a module pool program
so in which PAI event i should write code to get back to result screen of report transaction from table maintenance generator transaction
2008 Sep 04 6:39 AM
What did the code for the Button in GUI you have written.
CASE SY-UCOMM
WHEN 'ABCD'.
CALL TRANSACTION 'SE54'.
ENDCASE.
if you have used LEAVE TRANSACTION, when you click back it will take you to sap user menu, and with CALL TRANSACTION if you click back, it will take you back to the program.
Read this help document
http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9da935c111d1829f0000e829fbfe/content.htm
Regards
Bala Krishna
2008 Sep 04 6:44 AM
Hi ,
I have not written any code for button in program
instead when we create GUI status, in that when we create button on Application toolbar then that button have option of function code in GUI status that function code nothing but transaction code
so no need to write Call transaction and all that explicitly in program
2008 Sep 04 6:48 AM
Try to give some function code and write the above statement and check.
May be by giving directly the Tcode name in GUI, it is treating as LEAVE Transaction.
So give some function code and write the above code which i send you in previous message.
2008 Sep 04 7:03 AM
Hello Akshay.
CALL TRANSACTION is itself enough to do with.
But, I suggest it would be rather much more simplified if you would paste your code.
Good Luck & Regards.
Harsh Dave
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |