cancel
Showing results for 
Search instead for 
Did you mean: 

Excise Invoice should not get created without J1ID data for all material

Former Member
0 Kudos

Dear All,

We have a requirement that excise invoice should not get generated unless chapter ID data is maintained for all the materials in the invoice.( when there is more than one item and chapter id is not maintained for all the items)

At present excise invoice is getting generated for single item which has chapter ID maintained and the items without chapter ID data are left out from the excise invoice. This results in an incorrect invoice.

We want to ensure that excise invoice is not created, unless all the items in the billing document have chapter ID maintained.

Kindly advise as to how this can be done.

Regards,

T Saravanan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You can use user exit J_1I7_USEREXIT_EXCISE_BEF_SAVE where you can

develop the logic according to your business requirement.

Regards

MBS

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos

Dear Saravanan

Through the following, you can control generation of excise invoice if billing document is not having excise values.

1) J_1I7_USEREXIT_EXCISE_BEF_SAVE

2) MV45AFZZ

thanks

G. Lakshmipathi

Former Member
0 Kudos

Dear Muralidhar, Lakshmipathi,

Thanks for the solution.

I have been able to solve the problem using the user exit mentioned by you.

Regards,

T Saravanan