‎2008 Oct 07 8:32 AM
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
‎2008 Oct 07 8:36 AM
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.
‎2008 Oct 07 8:36 AM
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.
‎2008 Oct 07 11:21 AM
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.