cancel
Showing results for 
Search instead for 
Did you mean: 

Warning Message While Creating Excise Invoice

Former Member
0 Kudos

Hi,

I have scenario where i create excise invoice (J1IIN) with reference to commercial invoice(VF01). Sometimes due to account determination error commercial invoice is not posted. I want that system should give error message or stop proceeding while creating excise invoice (J1IIN) whenever there is an account determination error in the commercial invoice. We have applied posting block to the commercial invoice and it is released to accounting only after the creation of excise invoice.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can create a warning through a userexit - J_1I7_USEREXIT_EXCISE_BEF_SAVE

where you can write a logic to find the ref. document and check posting status (VBRK-RFBSK) and accordingly generate warning or error message.

Thx