2012 Jun 19 7:07 AM
I am trying to create a PO using IDOCs.
Basic Type : PORDCR103
Message Type : PORDCR1
I am getting an error 'Please enter Partner Name'.
I hv implemented note 1562314 as suggested in other threads regarding the same issue but that did not solved the issue.
When I debugged, I saw that during Partner Determination in MM_PARTNER_CHECK fm, it is taking 2 partner roles WL & RS and the partner names for those roles are missing.
How do I solve this error?
Thanks in advance.
I am using ECC 6 EHP 5 for both Source & Target Systems.
2012 Jun 20 5:53 AM
I am creating the IDoc using ALE_PO_CREATE1 FM.
The Problem has been solved....I was passing 'X' to SUPPL_VEND and DIFF_INV in
poheaderx structure, because of this, it was taking WL & RS partner roles. I removed them and got it to work.
2012 Jun 19 2:30 PM
Hi, How the IDOCs are being created? have you created a message type and configured it in NACE?
2012 Jun 20 5:53 AM
I am creating the IDoc using ALE_PO_CREATE1 FM.
The Problem has been solved....I was passing 'X' to SUPPL_VEND and DIFF_INV in
poheaderx structure, because of this, it was taking WL & RS partner roles. I removed them and got it to work.