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

IDoc not posting application document: Idoc type CREMAS01

Former Member
0 Likes
622

Hi all,

I have a problem with an IDoc, in my SAP system(45B). This Idoc is sent by a third party.

IDocType:

Basic type CREMAS01

Extension ZZBCRMAS

In the status records I can see the error message:

Status code: 51, Error: Application doc not posted:Message: Vendor number outside of defined( Message no. ZE 039)

Can anyone please guide me how to find the root cause of the problem. Also, I need to find the Zprogram (user exit/form/function) being processed for posting this Idoc: Extension (ZZBCRMAS). Can anyone please tell me the steps to find this please.

Thanking you in anticipation.

Deeps

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
530

Hi,

Take the Inbound IDOC number and goto WE19 and give the idoc number and click on standard inbound FM and check the debugging and check foreground and put a break point at statement MESSAGE.

Go to WE57 and check the message type and extension and FM.

Regards

Kannaiah

Hi all,

I have a problem with an IDoc, in my SAP system(45B). This Idoc is sent by a third party.

IDocType:

Basic type CREMAS01

Extension ZZBCRMAS

In the status records I can see the error message:

Status code: 51, Error: Application doc not posted:Message: Vendor number outside of defined( Message no. ZE 039)

Can anyone please guide me how to find the root cause of the problem. Also, I need to find the Zprogram (user exit/form/function) being processed for posting this Idoc: Extension (ZZBCRMAS). Can anyone please tell me the steps to find this please.

Thanking you in anticipation.

Deeps

2 REPLIES 2
Read only

Former Member
0 Likes
531

Hi,

Take the Inbound IDOC number and goto WE19 and give the idoc number and click on standard inbound FM and check the debugging and check foreground and put a break point at statement MESSAGE.

Go to WE57 and check the message type and extension and FM.

Regards

Kannaiah

Read only

0 Likes
530

Thanks a lot Kannaiah. This helped me finding out the issue. Thanks.

Deeps