on 2011 Jun 09 9:21 AM
D/ friends,
While creating customer I'm getting err:"Country IN is not an EC member. Message no. F2 141". Pls help to resolve it.
Thanks a lot.
Request clarification before answering.
Check you country settings, may be customer you are creating is link with EC(europen countries), but IN is not in EC county list.
check this below sap note, may help you
Note 1529424 - Tax on sls and prchses ID can be mntned for non-EU countries
Note 1540311 - Additional VAT ID possible for EC countries only
Edited by: ram ki on Jun 9, 2011 10:29 AM
Edited by: ram ki on Jun 9, 2011 10:32 AM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Ram Ki. Issue resolved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Pls see the logic against this error in Program LFBU0F00.
IF t005-xegld IS INITIAL.
IF 1 = 2. MESSAGE e141. ENDIF.
CALL FUNCTION 'BUS_MESSAGE_STORE'
EXPORTING
arbgb = gc_msg_arbgb
msgty = gc_msg_error
txtnr = '141'
msgv1 = gt_knas-land1
tbfld_strg = 'GT_KNAS-LAND1'
stepl = i_stepl.
ENDIF.
Check T Code OY01.
Best Regards,
Ankur
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
98 | |
39 | |
8 | |
5 | |
3 | |
3 | |
3 | |
3 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.