cancel
Showing results for 
Search instead for 
Did you mean: 

Cancel Excise automatically

former_member657193
Contributor
0 Kudos

Hi experts

i have a requirement that when i cancel the billing document the excise document should cancel automatically at the backend. User does not have to cancel the excise invoice seperately.

I did tried to use this note 551932, But it is not working, please guide me as how i will map this requirement.

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

In standard, this is not possible. You can try with user exit RV60BFZA where you can define a logic such that whenever a billing document is cancelled in VF11, the status of corresponding excise invoice should change to "B" (Field Name STATUS) in table J_1IEXCHDR.

thanks

G. Lakshmipathi

Answers (2)

Answers (2)

former_member657193
Contributor
0 Kudos

i have find out another solution,

With the help of ABAPER i have created BDC, j1IH for cancelling the Excsie , when the Billing document is cancelled the BDC will trigger the cancellation of the EXCise at the back, now in the document flow i can see the excise invoice is cancelled. Also in J1I7 Report i can see for CEIV my excise document is show as cancelled with entry into CEIV

Former Member
0 Kudos

Hi Rishi,

Can you please tell me the Process, how you co-relate BDC with VF11 Transaction.

And also can you also send me the Code which you have written.

As I was also looking for this scenario since very long time.

Regards,

Vishal

former_member315051
Active Contributor
0 Kudos

I hope there is no such provision in Standard SAP.