cancel
Showing results for 
Search instead for 
Did you mean: 

Billing output - addition of a new field to komkbv3 / kompbv3

Former Member
0 Kudos

Hello,

I have a scenario like this. The invoice should be automatically printed based on the accounting indicator value. But the accounting indicator field (BEMOT) is not there in the comm structures KOMKBV3 / KOMPBV3.

How to do this?

Thanks,

Bala

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Balagi,

Go to SE11, enter KOMKBV3, click on append structure.

Then u will add field which is u required (BEMOT).

then that field is available in KOMKBV3

Note: Ask ur ABAPer, they have authorisations to add fields to existing structures.

Reward points pls.

Regards,

Govind.

Answers (1)

Answers (1)

former_member183879
Active Contributor
0 Kudos

Hi

You have the include a Zfield in the structures KOMKBV3 , KOMPBV3and KOMGBV3.

Once that is done, you have to move the accounting indicator field to these structures using the user exits in includes MV45AFZZ and RV*AFZZ(I dont know the inlcude exactly) The user exit is something like

USEREXIT_MOVE FIELD FROM VBAP_XXXXX to KOMKBV3_XXXXX.

If you talk to your ABAPer, he can include this field to the new field you are appending in these structures.

Once these things are done,

You can create a condition table using this field also , and then you can see your outputs being created based on this field, as per your master data settings in VV33.

Hope this helps.

Reward if this helps.

Former Member
0 Kudos

Hi,

Your answer was really helpful.

Thanks,

Balaji