cancel
Showing results for 
Search instead for 
Did you mean: 

Convert message 8I595 warning to error

Former Member
0 Kudos

Dear Experts

While creating Excise Invoice through J1IS with same reference document number, system given warning message as Excise invoice already exists. Message no. 8I595.

we want to convert the same warning message to Error message.

We have trai to convert the same in SPRO --> Logistics - General --> Tax on Goods Movements >  India> Tools--> Message Control


but here Message number 8I595 not found  in Message Control list.


please guide how to proceed.

Regards

BK GAIKWAD

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The msg is hardcoded as warning in the include : MJ1ISF02

   IF sy-subrc = 0.
    READ TABLE lt_j1iexchdr WITH KEY status = 'P'
                        TRANSPORTING NO FIELDS.
    IF sy-subrc = 0.                                        " Note 1171020
      CALL FUNCTION 'J_1I6_MESSAGE'                         " Note 1171020
           EXPORTING                                        " Note 1171020
                arbgb     = '8I'                            " Note 1171020
                msgnr     = '595'                           " Note 1171020
                def_msgty = 'W'                             " Note 1171020
           EXCEPTIONS                                       " Note 1171020
                OTHERS    = 1.                              " Note 1171020
    ENDIF.

You can see the changes were delivered as part of OSS note 1171020.

You may pls check the below OSS notes as well.

1353395 and 1085126

Regards,

Rajasree R

jpfriends079
Active Contributor
0 Kudos

Please use SCN space Internationalization and Unicode for all your CIN(Country India Version) related query and information sharing.