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 Status code 56 !!

Former Member
0 Likes
2,497

Hi Friends,

I am getting status code 56 for an Inbound IDOC. I have defined the partner profile for the Legacy system. Still I am getting status 56 with the following description.

Text

EDI: Partner profile inbound not available

Diagnosis

An inbound partner profile could not be found with the following key:

/DEVCLNT900/LS//FKK_EBS_TOI_COPA////

This involves the key fields of table EDP21:

-SNDPRN partner number of sender

-SNDPRT partner type of sender

-SNDPFC partner function of sender

-MESTYP logical message type

-MESCOD logical message code

-MESFCT logical message function

-TEST test flag

Procedure

Please check the inbound partner profiles.

Thank U for Ur time.

Senthil

8 REPLIES 8
Read only

Former Member
0 Likes
1,281

Hi,

Have you generated your partner profile? this would take care of partner profile issues mostly.

Rgds,

HR

Read only

0 Likes
1,281

Hi,

Thanks for Ur answer. How to genarate an IDoc.

Senthil

Read only

0 Likes
1,281

Sorry. How to genarate Partner profile.

Senthil

Read only

0 Likes
1,281

Hi Senthil,

Here is the procedure to test.

Create segments WE31

Create IDOC types using segments in: WE30 (BASIC type)

Create Message type: WE81

now link between message type and basic type: WE82

create process codes: WE42

now link process codes to direction of delivery inbox or outbox with messege type: WE64.

make an entry of your FM in: BD51

now link between FM, Basic TYpe, Messg.Type: WE57.

create port: WE21

create partner profile: WE20

partner no.: SAP_DEV

partn.type: LS

Under Post processing:

type: US

agent: name of agent

lang.: EN

outbound partrs.

message type:---

Inbound partnrs.

message type:ZLOCAL_STAFF / HRMD_A

under Classification:

partner class: ALE

partn.status: A

Message type: ZLOCAL_STAFF

Hope this helps.

Regards,

Vivek

<<removed_by_moderator>>

Edited by: Vijay Babu Dudla on May 19, 2009 7:09 AM

Read only

0 Likes
1,281

hi vivek.

I too have the same problem.

Do we need to create segment types, Basic type and message type on the receiving system also?

I have already created them on the sending client(for cleint to client sending of IDoc).

Regards.

Sumit Nene

Read only

Former Member
0 Likes
1,281

HI,

Use program RSECHK07 to check the consistency of your partner profile. The error information is with respect to tables EDPP1, EDP21.

Reward if helpful.

Regards

Read only

Former Member
0 Likes
1,281

Hi,

Please use transaction code WE20 to generate inbound partner profile.

Foe more information, please check this links.

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.

Read only

Former Member
0 Likes
1,281

Hi Senthil,

Basically just check if all the parameters filled in the IDoc header match with the partner profile details on the inbound side. Also make sure that all segment names etc are identical.

Regards,

Nimish