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

ALEs/IDOCs typical problem

Former Member
0 Likes
463

Hello Friends,

The business scenario is like that when we create purchase orders in one server it should create sales order in the another server automatically.

In the <b>outbound</b> it is moving without any error, and in the <b>inbound side</b> it is getting <b>51-status code</b> after I am trying to post the idoc with respective <b>process code</b>.In the error it is shows the message like “<b>The material number for item 000010 could not be identified”.</b>...

<b>All inputs is highly appreciated and I promise to return and reward the answers which helps me indeed here</b>

Thanks in advance

Ramu.

Hello Friends,

The business scenario is like that when we create purchase orders in one server it should create sales order in the another server automatically.

In the <b>outbound</b> it is moving without any error, and in the <b>inbound side</b> it is getting <b>51-status code</b> after I am trying to post the idoc with respective <b>process code</b>.In the error it is shows the message like “<b>The material number for item 000010 could not be identified”.</b>...

<b>All inputs is highly appreciated and I promise to return and reward the answers which helps me indeed here</b>

Thanks in advance

Ramu.

2 REPLIES 2
Read only

Former Member
0 Likes
427

Give your Message type.

and items with out material number it will not post.

you need to give <b>NO_MARA = 'X'.</b> in the code where you are doing....

vijay

Read only

Former Member
0 Likes
427

Hi,

First check whether the material master data exists for the material in the receiving system.

If it doesn't exist, you need to create the material in the receiving system.

If it exists, check whether sales data is maintained for the material.

- Roopesh singh