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: 

New field in IW31 (IW32) in purchasing data. Matchcode required.

Former Member
0 Kudos

Hi all,

I need to add a Z field in IW31 in the purchasing data tab, similar than the Z field I added in ME51N.

Can I assign a matchcode to this Z field based on specific values defined in a Z table?

If so, can I make this matchcode dynamic?

For example, If user selected order type PM01, then the Z field matchode will display only values A, B and C

But if user selected order type PM05, then the z field matchcode will display values X, Y and Z

Regards,

CD

1 REPLY 1

Former Member
0 Kudos

You can create a search help and assign it to the Z field. To control the values dynamically, you have to code the search help exit and put your logic in there.

Please try and let me know if you have any questions.