2010 Oct 19 6:30 AM
Hi All,
In module pool I have used a table control havinf F4 help for MATNR.
My requirement is that when the user selects MATNR by chosing from F4 then the Material Description should be filled automatically in the next column adjacent to MATNR .
Also if from another column code(not MATNR) is selected having F4 help then its adjacent 4 columns should be filled with 4 different information in the same manner of that code selected.
Thanks in advance.
Regards,
Bharti Jain
2010 Oct 19 7:38 AM
You have to use the functions
DYNP_GET_STEPL
DYNP_VALUES_UPDATE
F4IF_INT_TABLE_VALUE_REQUEST
to do this. For more details search for this functions in SCN.
2010 Oct 19 6:34 AM
Use PROCESS ON VALUE-REQUEST event in your module pool program and write your logic there.
2010 Oct 19 7:06 AM
Hi,
See this code,
<<copy-paste from removed by moderator>>
Moderator Message: Your copy-pasting and link-farming habits will lead to your account deletion if you do not stop this.
Edited by: kishan P on Oct 19, 2010 12:09 PM
2010 Oct 19 7:25 AM
Heartly Thanks for such a prompt reply.
I have tried the first reply related to POV but from my side something is missing and the values are set to initial each time.
I have also used the FM dynp_values_update and dynp_values_read but not yet got the success.
Kindly guide me in this matter.
Regards,
Bharti Jain
2010 Oct 19 7:38 AM
You have to use the functions
DYNP_GET_STEPL
DYNP_VALUES_UPDATE
F4IF_INT_TABLE_VALUE_REQUEST
to do this. For more details search for this functions in SCN.