cancel
Showing results for 
Search instead for 
Did you mean: 

VC - Query & Match Tables

Former Member
0 Kudos

Hi

I am designing a variant function where I have to pass an input characteristic , say X along with a bunch of other characteristics to a function module. The function module will modify X and this has to be passed back to VC through MATCH.

Now this doesnt work, as I found out that MATCH ignores value modifications to chars in QUERY. Any ideas how I can solve this problem?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

If you can provide me an example so that i can try to help you out.

Former Member
0 Kudos

Alright...

Characteristic X can take on values - A,B,C,D. If the value is A, then I call a function module to read Z-tables. Based on my Z-table comparison, the characteristic value is modified as either A or B. If neither, then the value is not passed back in the MATCH table and it remains the same as before.

If I pass X as an input parameter, then any modification to it in the FM is not passed in the MATCH structure. How can I fix this?