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
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.
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.
Add a comment