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

Idocs processing failing for wrong reason

0 Likes
1,657

idoc.jpgHello,

Background: Order information is transferred from Non-SAP system to SAP system. We have changed the partner profile from "Trigger Immediately" to "Trigger by background program" in sap.

But when the data comes into SAP system , it is processing IDOCS which in turn are failing for some different reason.

For example: Idoc is processed for delivery 12345 but it gives error delivery 78967 does not exists. Attached is the image for the same.

Only thing which we have changed is: Have changed partner profile from "Trigger Immediately" to "Trigger by background program" in sap.

Why is this happening and how can I solve this?

Thanks,

Komal Bhutada.

7 REPLIES 7
Read only

JL23
Active Contributor
0 Likes
1,556

is this an homemade idoc with an own inbound processing program?

Read only

0 Likes
1,556

This is an inbound idoc. No homemade own program.

Read only

JL23
Active Contributor
1,556

Can't you just tell the idoc message type?

Read only

0 Likes
1,556

ZSHPCO is the message type

Read only

JL23
Active Contributor
1,556

a homemade idoc!

Read only

Jelena_Perfiljeva
Active Contributor
1,556

SCN can't help you with the custom IDoc types, sorry. Reach out to the team responsible for maintaining your SAP system (= not SAP or SCN).

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,556

Why is this happening: you don't clear the global variables at the beginning of your custom IDOC processing function module.

How to solve: reproduce, debug your program, and correct it.