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

Errors while Creating PO via IDocs

ambq
Explorer
0 Likes
734

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.

1 ACCEPTED SOLUTION
Read only

ambq
Explorer
0 Likes
583

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.

2 REPLIES 2
Read only

Former Member
0 Likes
583

Hi, How the IDOCs are being created? have you created a message type and configured it in NACE?

Read only

ambq
Explorer
0 Likes
584

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.