Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DEBMAS06 Error While posting in ECC

Former Member
0 Likes
1,343

Dear Experts,

The Scenario is the from MDM Customer Master is getting created through PI then into to ECC.

While posting the DEBMAS06 IDoc in ECC, i get an error message "Check tax Classification; maintenace in incomplete"

F2269 is the error message number.

I am sending data for segment E1KNVIM which contains the Tax details, like

MSGFN = 005

ALAND = IN

TATYP = MSWT

TAXKD = 1

I can see these details in PI but when the IDoc is being posted in ECC,

I cant see the segment, in We05 and get an error, Check tax classification, maintenance is incomplete.

Regards,

Abhishek Biwal

4 REPLIES 4
Read only

Former Member
0 Likes
963

Hi Abhishek,

Please make sure that the values you are passing in the segment are present in the KNVI table.

This would solve the issue.

Thanks,

Manish

Read only

0 Likes
963

The values are present in the KNVI table, the problem was from PI and MDM Side, the XML generated contained but the header segment didnt get populated

Read only

Former Member
0 Likes
963

Abhishek,

2 options:

1) Directly in ECC, using WE19 transaction, try and create a customer using data that eventually will come from DMD (through PI)

2) If option 1 fails, create customer in ECC (using XD01), using your data. When successful, use that data in WE19 and then finally through MDM.

Regards,

Shyam.

Read only

0 Likes
963

1) Directly in ECC, using WE19 transaction, try and create a customer using data that eventually will come from DMD (through PI)

If i use We19 to reprocess, the failed IDoc it posts successfully in foreground, but i have to manually fill the data in the

segment

2) If option 1 fails, create customer in ECC (using XD01), using your data. When successful, use that data in WE19 and then finally through MDM

The problem was with PI and MDM, the xml generated had the data but the header segment didnt populate data and PI didnt pick the Error.

But thank you for your reply,