2008 Nov 06 11:39 AM
Hi all,
I have a requirement wherein I am displaying the list of orders using ALV and when I click on perticular order, I am calling Z.25 transaction for that order using the SUBMIT command which is as below.
SUBMIT rvkrpr002 VIA SELECTION-SCREEN
WITH vkorg in s_vkorg
WITH s_vbeln in r_vbeln
WITH ernam = SPACE
AND RETURN.
Above code is working fine to call the transaction v.25.
But when I click on u201Cbacku201D button control is going back to transaction SE38.
Can anyone help me to come back to the selection-screen of V.25 after I press the Back button.
Best Regards,
Deepa Kulkarni
Hi all,
I have a requirement wherein I am displaying the list of orders using ALV and when I click on perticular order, I am calling Z.25 transaction for that order using the SUBMIT command which is as below.
SUBMIT rvkrpr002 VIA SELECTION-SCREEN
WITH vkorg in s_vkorg
WITH s_vbeln in r_vbeln
WITH ernam = SPACE
AND RETURN.
Above code is working fine to call the transaction v.25.
But when I click on u201Cbacku201D button control is going back to transaction SE38.
Can anyone help me to come back to the selection-screen of V.25 after I press the Back button.
Best Regards,
Deepa Kulkarni
2008 Nov 06 11:43 AM
Hi,
Try moving "AND RETURN." addition to SUBMIT statement.
Thanks & Regards,
Navneeth K.
2008 Nov 06 11:47 AM
Hi Navneet,
tahnk you very much.
I have done it. But its not working.
Regards,
Deepa Kulkarni
2008 Nov 06 11:44 AM
Hi,
Use the following code under the user command
when 'back'
LEAVE TO SCREEN 0.Regards,
Nandha
2008 Nov 06 11:46 AM
Hi,
Thank you very much for your reply, i ahve tried this but its not working.
Regards,
Deepa
2008 Nov 06 11:48 AM
Hi You wan to come to selection screen of called transaction or the calling program selection screen.
2008 Nov 06 11:51 AM
I want to come to the selection screen of called transaction.
Thanks and Regards,
Deepa Kulkarni
2008 Nov 06 11:52 AM
What is the called transaction code. Since i cannot see vbeln on v.25
2008 Nov 06 11:54 AM
Transaction is V.25 only its for customer expected price release.
Regards,
Deepa
2008 Nov 06 11:55 AM
It doesnt contain VBELN on screen.
In which SAP version are you working.
2008 Nov 06 12:00 PM
i am passing Sales Organization to the V.25 transaction.
Regards,
Deepa
2008 Nov 06 12:05 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |