Application Development and Automation 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: 
Read only

using f4 help for table field in module-pool

Former Member
0 Likes
608

Hi All,

I am using a table-control in module pool programing.

Fields are coming from MAKT table.

I am trrying to provide a functinality so that when choose

a material no using f4 help for MAKT-MATNR field

the corresponding value of MAKT-MAKTX should

appear itself in corresponding table-control field.

It's not happening right now.

How I can create that functionality??

Thanx in advance

Hi All,

I am using a table-control in module pool programing.

Fields are coming from MAKT table.

I am trrying to provide a functinality so that when choose

a material no using f4 help for MAKT-MATNR field

the corresponding value of MAKT-MAKTX should

appear itself in corresponding table-control field.

It's not happening right now.

How I can create that functionality??

Thanx in advance

3 REPLIES 3
Read only

venkatesan_nagiah
Active Participant
0 Likes
553

Normally in all SAP screens, after selecting values, if you press enter key, the corresponding text will be populated.

The same behaviour you provide. Track the Enter key in the PAI, then query the corresponding text from makt, then populated into corresponding screen fields.

Read only

venkat_o
Active Contributor
0 Likes
553

Hi, Check this thread. <li><b><u></u></b> Thanks Venkat.O

Read only

Subhankar
Active Contributor
0 Likes
553

Hi

Please write the custom F4 Help logic for material number in the block process on value-request. in PAI

process on value-request.

  • Search Help For UOM

field wa_screen_fields-material module Material_help.