Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

not getting the selection screen on back button

Former Member
0 Likes
1,418

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

11 REPLIES 11
Read only

Former Member
0 Likes
1,397

Hi,

Try moving "AND RETURN." addition to SUBMIT statement.

Thanks & Regards,

Navneeth K.

Read only

0 Likes
1,397

Hi Navneet,

tahnk you very much.

I have done it. But its not working.

Regards,

Deepa Kulkarni

Read only

Former Member
0 Likes
1,397

Hi,

Use the following code under the user command

when 'back'
LEAVE TO SCREEN 0.

Regards,

Nandha

Read only

0 Likes
1,397

Hi,

Thank you very much for your reply, i ahve tried this but its not working.

Regards,

Deepa

Read only

Former Member
0 Likes
1,397

Hi You wan to come to selection screen of called transaction or the calling program selection screen.

Read only

0 Likes
1,397

I want to come to the selection screen of called transaction.

Thanks and Regards,

Deepa Kulkarni

Read only

0 Likes
1,397

What is the called transaction code. Since i cannot see vbeln on v.25

Read only

0 Likes
1,397

Transaction is V.25 only its for customer expected price release.

Regards,

Deepa

Read only

0 Likes
1,397

It doesnt contain VBELN on screen.

In which SAP version are you working.

Read only

0 Likes
1,397

i am passing Sales Organization to the V.25 transaction.

Regards,

Deepa

Read only

0 Likes
1,397

version used is 4.7

Regards,

Deepa