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: 

F4 help on selection screen

Former Member
0 Kudos

Hi ,

Suppose we take a senario

Select-options : s_matnr for mara-matnr .

In selection screen if we press f4 it shows material numbers in some combinations .

Now my requirement is : if we goto mm03 transaction and press on F4 help on material number , Then it will display different combinations for the material .

I need that F4 help in my program .

How can i get that F4 help for my selection-field : s_matnr .

Thanks in advance

varma

6 REPLIES 6

former_member181962
Active Contributor
0 Kudos

Hi varma,

We get the same f4 help as long as the domain underneath the selection-screen select-option and the mm03's matnr's domain is the same.

I am getting the same f4 help.

Regards,

ravi

Former Member
0 Kudos

Hi Varma

Use addition MATCHCODE for the select option.

Yup Ravi is right.

Below is a example if we have to use it on our own.

parameters: p_mat(18) type c matchcode object MAT1.

Kind Regards

Eswar

Former Member
0 Kudos

Hi ,

I am getting the same help for my select options.

Could you tell how have you defined your select options , is it

select-options : s_matnr for mara-matnr.

Regards

Arun

Former Member
0 Kudos

for ur question there are different possibilites

u can have single material information

and if u want to have multiple slection combination u have to create collective search help which is through se11

collective in the sense gropu of elementary search help

first u create some elementary search helps and then assign these indiviedual elementary to collective search help

Former Member
0 Kudos

select-option s_matnr for mara-matnr matchcode object MAT1_A.

regards

shiba dutta

Sathish
Employee
Employee
0 Kudos

Since you have defined select-options.

You can use

AT SELECTION-SCREEN ON VALUE REQUEST FOR s-matnr.

call function ' '

importing

...

exporting

...

this would help in preventing all unwanted values and you can have your own defined values displayed.

Further information can be obtained by using F1 help or at help.sap.com