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: 

Mapping

Former Member
0 Kudos

Hi,

I have three selection screens.In my 1st selection screen I have three fields,2nd screen I have a file upload path and in third also one upload path.

Now based on the entered values at the 1st selection screen and after executing at 1st selection screen the file has to be uploaded from desktop at the 2nd screen(the file will be stored in a table and the table has the three fields as key fields as on 1st selection screen).

I have created the three screens and I need help how to proceed with the logic.I mean under which events this will work.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You need to use the function module 'DYNP_VALUES_READ'.

you need to write the logic in the event AT SELECTION-SCREEN OUTPUT.

Regards,

Kumar Bandanadham

1 REPLY 1

Former Member
0 Kudos

Hi,

You need to use the function module 'DYNP_VALUES_READ'.

you need to write the logic in the event AT SELECTION-SCREEN OUTPUT.

Regards,

Kumar Bandanadham