‎2011 Apr 13 12:58 PM
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
‎2011 Apr 28 7:38 AM
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
‎2011 Apr 29 8:45 PM
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
‎2011 Apr 29 7:38 AM
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.
‎2011 Apr 29 8:49 PM
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,