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

Problem using At Selection Screen on value request for *"Select Fieldname"*

Former Member
0 Likes
382

Hi All,

I Have a requirement of passing mutiple paraters value or selection option values in selection screen.

For Eg :I Have -

*--- Selection Screen

Select-options : s1 for vbak-vbeln ,

s2 for vbap-posnr.

*--- At Selection Screen

At Selection Screen on value request for s1-low.

i need to pass S1-low as well as S2-low ...

i.e first item of the Sales Document.

Value is getting passed in S1-low but not in S2-low

Can anybody help me on this ...

Thanks in Advance ..

2 REPLIES 2
Read only

faisalatsap
Active Contributor
0 Likes
348

Hi, Anjali

You want to say that when you Press F4 on S1-Low you want to get the same value in S2-Low too ?

Please Explain bit more.

Regards,

Faisal

Read only

Former Member
0 Likes
348

Hi,

Make use of the FM "F4IF_INT_TABLE_VALUE_REQUEST" for the value request for the first field.

Use the "FIELD_MAPPING" in the tables parameter of the above FM.

Please go through the FM documentation.

Hope this will help you.

Regards,

Smart Varghese