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

Matchcode exit to bypass screens for Classification matchcode

0 Likes
971

Hello all,

I need to use matchcode =K (Classification) to find material number in transaction MM03. But I want to bypass all screens selection such as Find Objects in Classes (where we enter Class and Class Type) and next screen where we enter/select characteristic value in order to find the material number. As a result I just can enter the matchode K with additional paramaters in material field and the program will return the material number.

So guess I need to find the user exit and implement the logic to bypass all those screen. Is there anybody can help me on this?

Appreciate for any help or suggestion. Thanks.

Zamri

1 ACCEPTED SOLUTION
Read only

LucianoBentiveg
Active Contributor
0 Likes
866

You need to modify dynpro 0060 of program SAPLMGMM, field RMMG1-MATNR, put there search help = MAT1K.

Regards.

6 REPLIES 6
Read only

LucianoBentiveg
Active Contributor
0 Likes
867

You need to modify dynpro 0060 of program SAPLMGMM, field RMMG1-MATNR, put there search help = MAT1K.

Regards.

Read only

0 Likes
866

Thanks Luciano for your response but is there any other way to do this without modification?

Read only

0 Likes
866

Modification of search help MAT1 (impact in all transaction with field matnr and search help mat1) or modification of that dynpro.

Regards.

Read only

0 Likes
866

What is the best way to implement the modification logic, is't in FM CLSL_START_SELECTION_F4_40 or you have other suggestion?

Read only

0 Likes
866

Yes, you need to modify FM CLSL_START_SELECTION_F4_40, or copy as ZLSL_START_SELECTION_F4_40 and replace it in search help.

I think second alternative is the best, becose FM CLSL_START_SELECTION_F4_40 is alredy used in other search helps.

Regards.

Read only

0 Likes
866

I agree with with option # 2, but do you know any FM I can use to bypass all classification screen instead of FM CLSL_START_SELECTION?