cancel
Showing results for 
Search instead for 
Did you mean: 

matchcode

Former Member
0 Kudos

can any one help me what does this mean.

select-options:s_matnr for marav-matnr matchcode object MAT1.

Accepted Solutions (1)

Accepted Solutions (1)

former_member188829
Active Contributor
0 Kudos

Hi,

Goto SE11 and Select Search Help Radio Button..and Enter MAT1...and Press on Display Button..

Former Member
0 Kudos

can i know the detailed description for that matchcode. in that search help there r many fields. how all these fields came into this search help?

Answers (2)

Answers (2)

asik_shameem
Active Contributor
0 Kudos

Hi,

match code is nothing but a search help ( F4 help ) for a particular field.

<b>in ur case MAT1 is standard search help for field material no </b>( matnr ) which can be created in se11. goto se11 select search help put MAT1, display u will get to know.

To create a match code,

Step1 : Go to Se11 and Select Search Help and Enter One Name and Click Create ( zmatch_code for example ).

Step2 : Enter your Table name in 'Selection Method' Field.

Step3 : Enter the field Name and tick the Flags Imp and Exp and Type 1 and 2 in Lpos,

Spos fields.

Step4 : Save and activate it and

In se38 Write the Code Like This,

parameters: p_name type char20 matchcode object zmatch_code

whenever u prees F4 on the field p_name. these values will get populated in the screen.

former_member188829
Active Contributor
0 Kudos

Hi,

MAT1 is the Search Help...

Normally Search Help is Executed Via Matchcode Object..

Search Help is used For getting the list of possible entries..

Message was edited by:

Vishnu Reddy

Former Member
0 Kudos

in the F1 help i found it as the object name.