cancel
Showing results for 
Search instead for 
Did you mean: 

Billing : Custom Field value population in Billing Document

mahendra_jani3
Contributor
0 Kudos

Hi Experts,

I have a requirement to populate Original Order Quantity, Confirmed Quantity and Invoice Qty in a new Additional Tab in Billing document.

User will have to give reason manually for difference in quantity at all 3 level item wise which will be used in future for analysis perspective.

Now my question is in 2 Parts:

1) Addition of Custom Fields at Item Level.

  • Creation of Screen and Append VBRK / VBRP table with customer fields.
  • Population of values in Custom Fields. ( I thought to use RV60AFZC Form USEREXIT_FILL_VBRK_VBRP)

Now my question is when this Exit will fill up the values? At the time of Saving Billing document ??

Is there any way by which we can update Custom fields the movement User Press Enter in Billing document?

2) I want to make reason field as mandatory in Billing Document if there will be difference in quantity. How can I achieve the same?

Regards,

MJ.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

the USEREXIT_FILL_VBRK_VBRP will be called during invoice creation. So you should be able to add a message to the protocol in case of differences. This will inform the user to enter your mandatory field and prevent saving of the incomplete document.

Best regards

Robert

Answers (0)