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: 

At Selection-screen on

Former Member
0 Kudos

Hi

I have 2 input fields on my selection screen, first of them (project id) being mandatory. Now I am using that value of the first field for populating internal table to be used for F4 on the second field. But when the first field is input with the value and go to the next with the tab the event At selection screen on f1 is not triggered and hence I am not getting that value in the processing of the next field. Whats the workaround for it?

Thanks

pM

1 ACCEPTED SOLUTION

athavanraja
Active Contributor
0 Kudos

at selection-screen on value request for field2 you have read the dynpro using FM DYNP_VALUES_READ to get the Field1 value and use it build your F$ for 2nd field.

Regards

Raja

2 REPLIES 2

athavanraja
Active Contributor
0 Kudos

at selection-screen on value request for field2 you have read the dynpro using FM DYNP_VALUES_READ to get the Field1 value and use it build your F$ for 2nd field.

Regards

Raja

Former Member
0 Kudos

It does not work, because your report does not know the contents of the first parameter when pressing F1 on the second parameter.

The only workaround is to implement a normal screen (dynpro) ...