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 creation.......

Former Member
0 Likes
461

hello experts,

I have added two fields for my ZREG match code. Also ticked the import parameters. Added the fields in selection method too.

But when I am testing ....I entered the values in those fields and in the view these values were not imported.

I will give you the scenario here If we will go with XD03 tcode... in the initial screen will find the fields company code, distribution channel, division and customer fields. I gave the values to the 3 fields and in the customer field i go with f4 help, there is one tab in that v added these 3 fields.

so when i go with f4 help in the customer field i am not getting the values in those fields which i have given in the initial screen....

can anyone guide me how to do this.........

Please let me know...if i have missed anything.

SRI

2 REPLIES 2
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
418

Hi,

I check if the DataElement of your screen fields and the Data elements of your Matchcode Import parameters are same, This is a must.

Also Check by creating a structure of all your required fields and then assigning this Match code(Search help) at the Structure level in the TCODE SE11. Then use this strcutre to create your screen fields. If you have the the matchcode assignment at the strcutre level then this should work.

Regards,

Sesh

Read only

mohammed_moqeeth
Active Participant
0 Likes
418

Hi Sri,

<u><b>following are the steps for matchcode creation:</b></u>

--> Go to Se11 and Select Search Help and Enter One Name and Click Create.

--> Enter your Table name in 'Selection Method' Field.

--> Enter the field Name and tick the Flags Imp and Exp and Type 1 and 2 in Lpos,

Spos fields.

--> Save it and In se38 Write the Code Like This,

--> data Empname like Zemp-empname matchcode object [enter name that u Created].

<b><u>check the following links for your kind reference.</u></b>

Regards,

Moqeeth.