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: 

F4 help on selection screen

Former Member
0 Kudos

Hi,

I am using F4 help for the warehouse field on selection screen.

Next field is matnr.Based on the warehouse value matnr will fetch the values.

Now the problem is if user will give manually in warehouse field value is not reading in the warehouse input field.

please give suggestion.

regrds,

vijay

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

hi,

i think you might be using function module to read the data in your selection screen of program.

so in that case it will not accept values which are entered manually.

2 REPLIES 2

GauthamV
Active Contributor
0 Kudos

hi,

i think you might be using function module to read the data in your selection screen of program.

so in that case it will not accept values which are entered manually.

Former Member
0 Kudos

Hi Vijay,

In the module:

at selection-screen on value-request for matnr.

First use the FM DYNP_READ_VALUES.

So that u will get the value in Ware house field.

When U are writing the select Query for Matnr give This ware house field in

Where Condition.

So that only Corresponding values will come into itab.

Pass this itab to Ur regular fm F4IF_INT_TABLE_VALUE_REQUEST.

Try it.