Application Development 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: 

Unable to receive Custom Idoc from SAP B1 where as Standard IDOCS are working fine

Former Member
0 Kudos

Dear all,

I have created a Inbound Custom IDOC at ECC and when sent from SAP B1 it is not even visible in Queue(WE05). At SAP B1 end success message is shown as successfully handed over to SAP ECC. When i have sent Standard MATMAS IDOC it is received and visible at WE05.

I have created Outbound IDOCS as well for SAP B1 in which all are working fine.

Following the steps followed for Development at SAP ECC side.

1.Created Segments  (WE31)

2. Created Basic Idoc type and assigned Segments to IDOC Type( WE30)

3. Created Message Type (WE81)

4. Assigned Message Type and IDOC Type( WE82)

5. Created In Bound Function Module ( SE37)

6. Registered the In Bound FM (BD51)

7. Assigned FM, Message Type and IDOC Type ( WE57)

8. Maintained Inbound Process Code , created Logical message & Identification (WE42)

9. Maintained Inbound Partner Profile (WE20)

Can any one help me in resolving this problem.

Regards,

Miyandad.

2 REPLIES 2

jack_graus2
Active Contributor
0 Kudos

Hi, what IDOC port do you use in the sending system ?

When it is ALE port then have a look if the RFC is called correctly in SM58.

When it is a file port then the file might be created in the sending system but not transferred to the receiving system. Have a look at the file on sending system and check how it is being distributed to the receiving system.

Regards Jack  

0 Kudos

Hi Jack,

Thanks for quick response.

I was using ALE port, I have checked all the things you have suggested earlier.

we got the actual issue which was with sender system they haven't mapped Message type and Segments properly.

Regards,

Miyamdad.