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: 

populating tax code MSWKZ on VBRP

Former Member
0 Kudos
485

There is not single record in the database table VBRP that has the tax code MWSKZ populated. What triggers this? How can I populate the tax code. Thank you.

1 ACCEPTED SOLUTION

Former Member
138

Hi

I don't know when the system fill the tax code field (MSWKZ) in item table (VBRP): I've never seen it filled.

The tax code is in condition table (KONV), it should be assigned to standard condition type MWST: so u should use an user-exit in order to transfer the value from KONV to VBRP, u can try to use the user exit USEREXIT_FILL_VBRK_VBRP (include RV60AFZC)

Max

1 REPLY 1

Former Member
139

Hi

I don't know when the system fill the tax code field (MSWKZ) in item table (VBRP): I've never seen it filled.

The tax code is in condition table (KONV), it should be assigned to standard condition type MWST: so u should use an user-exit in order to transfer the value from KONV to VBRP, u can try to use the user exit USEREXIT_FILL_VBRK_VBRP (include RV60AFZC)

Max