cancel
Showing results for 
Search instead for 
Did you mean: 

Error While Creating Customer Master Data

former_member321825
Active Participant
0 Kudos

Hello,

I am trying to create Customer Master data through IDOC and it gives error "Incomplete Data". When I debugged, found that sold to party , ship to party should be entered.

If I am creating Customer for the first time and if sold to party is same as Customer Number then as the customer is not yet created what should be given in sold to part .How do we normally resolve this kind of issue ?

Highly appreciate if anyone can suggest what value should be given in sold to part when the customer is created for the first time .

Lakshmipathi
Active Contributor
0 Kudos

It seems that your question requires additional information. Please make sure that your question outlines the steps you took to find information and create the question again. This way members will know that you searched and were unable to find what you needed.
You may also want to include screenshots of what you're seeing, to help members further understand the issue. And please provide some additional details, as the question is fairly short.

Accepted Solutions (1)

Accepted Solutions (1)

JL23
Active Contributor

If you create customers without specifying a customer number because you want that the program picks the new number itself from the internal number range then do not include the E1KNVPM segment and SAP would create the data itself like it is done in XD01 .

Otherwise determine the number of a customer before creating the IDoc using the function module NUMBER_GET_NEXT , this takes the next customer number from the internal number, you use this customer number in your Idoc and it will post using this preassigned number.

former_member321825
Active Participant
0 Kudos

Thanks Jurgen for the solution

Answers (0)