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

At Selection-screen on

Former Member
0 Likes
443

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
Read only

Former Member
0 Likes
373

Hi,

before you use try to populate the values for the internal table for F4 help, read the value for the first field namely project id using the function module DYNP_VALUES_READ.

provide the selection parameter as dynpro field, program name and get the values in the DYNP_read internal table. now using this value try to populate your internal table.

Regards,

Jagath

Hi,

before you use try to populate the values for the internal table for F4 help, read the value for the first field namely project id using the function module DYNP_VALUES_READ.

provide the selection parameter as dynpro field, program name and get the values in the DYNP_read internal table. now using this value try to populate your internal table.

Regards,

Jagath

2 REPLIES 2
Read only

Former Member
0 Likes
374

Hi,

before you use try to populate the values for the internal table for F4 help, read the value for the first field namely project id using the function module DYNP_VALUES_READ.

provide the selection parameter as dynpro field, program name and get the values in the DYNP_read internal table. now using this value try to populate your internal table.

Regards,

Jagath

Read only

0 Likes
373

check out your other thread on the same subj.