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

ASSIGN MATCHCODE ON TX.IW32

Former Member
0 Likes
851

Hi, could you please help me to resolve a problem?

I have to assign a matchcode (Z table) in a Standard transaction.

In transaction IW32 in the "Operation" tab, i have to asign a matchcode to the field "unloading point" that is in the table control. The matchcode data is the information of a Z table.

I tried to use the function "F4IF_INT_TABLE_VALUE_REQUEST" executed in user exit EXIT_SAPLCOIH_006 , but it doesnt function.

I think that it is not possible because it doesn't has a standard matchoce assigned and an id parameter.

Thanks a lot.

Edited by: JONATHAN ROCHA on Jun 9, 2008 6:46 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
634

try, creating a search help with the table Z, after assign this help to the data type, of the field that u want this matchcode.

this will affect all fields with this data type.

5 REPLIES 5
Read only

Former Member
0 Likes
635

try, creating a search help with the table Z, after assign this help to the data type, of the field that u want this matchcode.

this will affect all fields with this data type.

Read only

0 Likes
634

HI, I have created the search help, but how can i assign this search help to the data element if the data element is standard?

Edited by: JONATHAN ROCHA on Jun 9, 2008 8:47 PM

Read only

Former Member
0 Likes
634

check the field type of the field that u want.

then in se11 put this (field type) in data type option. then click in change. in definition option exist an area to search help.

Read only

0 Likes
634

But when i try to modify the data type the system asks me for the acces key.

There is no other way ?

Read only

Former Member
0 Likes
634

this is because is a standard field,, i don't know other way. sorry.