cancel
Showing results for 
Search instead for 
Did you mean: 

Add a custom field for Product Allocation

former_member220801
Participant
0 Kudos

Hi experts,

I have copied S140 to S501 to add a custom field for product allocation.

I have added the custom field in MCVBAKUSR, so it is visible in MCVBAK.

However, I don't know whether I can populate data into custom field. I searched in forum, someone said it can be done in SAP enhancement MCS10001. But it can't work. I have tried to place a break-point in the code, and seems that throughout the order creation and product allocation check, it hasn't get into the codings in enhancement MCS10001.

Can anyone give me some idea on it? Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Jelena
Active Contributor
0 Kudos

You should have simply extended VBAK table. It would've taken care of extending MCVBAK, etc. Then VBAK field would have to be populated in a user exit USEREXIT_CHECK_VBAK in MV45AFZB, when a document is being created/changed.