Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from SumanRajapatruni on Apr 15 at 3:48 AM Hi Vikram, you have to use another fm also for this type of dynamic search help and the fm name is 'dynp_read_vlaues' and input for this fm is current program name and curennt screen number with itab of these two fields and outpt is it will modify the itab with dynamic values.so befor using the fm 'F4IF_INT_TABLE_VALUE_REQUEST'. Thanks, Suman
| | | ---------------Original Message--------------- From: ameen sha Sent: Saturday, April 14, 2012 1:09 PM Subject: Problem in Function Module F4IF_INT_TABLE_VALUE_REQUEST Hi Vikram, In a Program when values are provided to the variables they are not assigned to it until an command is executed other than POV and POH. For example if you press enter and then click on F4 then you can see than the value that has been provided in the var i.e. I_MATNR in your case. If you need to have the value passed to it without clicking on Enter Key, then all that you need is to assign a MODIF ID to the parameter or Select-options that is declared. Also no need to use this ID any where else in the program. In your case: parameters: s_werks type marc-werks MODIF ID UC1. Here you can specify any three character instead of UC1. Hope this Fixes your problem. Regards, Ameen. | | Reply to this email to post your response. __.____._ | _.____.__ |