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: 

Table Control Field should be filled with description

Former Member
0 Kudos
140

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

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
0 Kudos
109

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.

4 REPLIES 4

GauthamV
Active Contributor
0 Kudos
109

Use PROCESS ON VALUE-REQUEST event in your module pool program and write your logic there.

Former Member
0 Kudos
109

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

Former Member
0 Kudos
109

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

kesavadas_thekkillath
Active Contributor
0 Kudos
110

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.