Hello Ariba Experts,
We are using ITK installed on our PI servers(PSA PI 7.11), and as usual ITK is pushing/pulling CSV files to SAP & ARIBA servers.
Question:
While Creating a PO in Ariba and sending out to SAP, for creating PO in SAP, we are facing strange issue.
Whenever we are creating Multiple Line PO in Ariba and sending to SAP ECC, file received by ITK Directory is having Line Item 1 repeated for remaining Line Item.
Ex: Here is how Order looks like in Ariba
PO Number | PO ItemNO | Description ....
12345 | 1 | ABC
12345 | 2 | DEF
12345 | 3 | GHI
But file received in ITK folders looks like:
PO Number | PO ItemNO | Description ....
12345 | 1 | ABC
12345 | 1 | ABC
12345 | 1 | ABC
Means, Line Item is over written in all the remaining Line Items, not sure, where exactly it's happening ? Is it Ariba Side or ITK Side, AFIK, ITK is just picking up the files merging and zipping into 1 1 file, it's not reading the content of file, please correct me, if anyone faces the same issue or have idea, where to look to fix this, would be very helpful.