cancel
Showing results for 
Search instead for 
Did you mean: 

Err in XD01

former_member461383
Participant
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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

former_member461383
Participant
0 Kudos

Dear Ram Ki,

Thanks for your answer. But I'm created a domestic customer and the co. code and sales area, all are in India.

Pls advice.

Thanks a lot.

Answers (2)

Answers (2)

former_member461383
Participant
0 Kudos

Thanks Ram Ki. Issue resolved.

Former Member
0 Kudos

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