on 2013 Aug 26 7:02 AM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please use SCN space Internationalization and Unicode for all your CIN(Country India Version) related query and information sharing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
102 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.