Application Development 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: 

Customised Back button in ALV loses selection screen parameters

Former Member
0 Kudos

Hi,

In my ALV output, the user interacts with the output. I had to program my own back button in the pf-status so that when the user hit back they didnt return to the original alv output. (if that makes sense)

I use LEAVE TO TRANSACTION 'ZZZZ' (user_command form) but the problem is that i lose all the selection parameters that the user has entered.

I have tried everything.........set screen 0, leave screen etc..........and searched the forum but cant find the answer.

Anyone know what i need i do..........

Cheers..........

1 ACCEPTED SOLUTION

Former Member
0 Kudos

try submit ...

submit the report of ZZZZ tcode... with the selection parameters of your existing report....

e.g.

SUBMIT zbbp_sc_arch_initial_upload

VIA SELECTION-SCREEN

WITH p_r01 EQ p_r01

WITH p_r02 EQ p_r02

WITH p_mode EQ p_mode.

1 REPLY 1

Former Member
0 Kudos

try submit ...

submit the report of ZZZZ tcode... with the selection parameters of your existing report....

e.g.

SUBMIT zbbp_sc_arch_initial_upload

VIA SELECTION-SCREEN

WITH p_r01 EQ p_r01

WITH p_r02 EQ p_r02

WITH p_mode EQ p_mode.