cancel
Showing results for 
Search instead for 
Did you mean: 

Manual entry in billing

Former Member
0 Kudos

Hi,

I want to make Assignment filed (VBRK-ZUONR) editable for manual entry by the user at the time of VF01 transaction can any one plz tell me what config is required for doing this.

Thanx,

SP Shukla.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello SP Shukla,

You may want to work with your ABAP colleague to try out the following user-exit to achieve your objective in billing:

USEREXIT_FILL_VBRK_VBRP

(Module pool SAPLV60A, program RV60AFZC)

This user exit is only called when the billing document is created. It is used to provide the header and the item of the new billing document with deviating or additional data.

I hope this information is useful to you in your work.

Best Regards

Sitaraman

Former Member
0 Kudos

I dont think it is possible. You will have to use userexit, which is triggered during creation of accounting document, to populate the value.

Regards,

GSL.