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 error : Entry in inbound table not found

former_member611341
Participant
0 Likes
12,439

Hello all...

Iam gettin IDCO error when im processing inbound IDOC

(basic type :FIDCCP02 and message type:FIDCC2) like..

<b>"Entry in inbound table not found..."</b>

<b>in diagnosis:

Noinbound partner profile could be found with the following key:

/XXXHUB/LS/LS/FIDCC2//// ..</b>

but:

I maintianed XXXHUB in logical system ( tcodeSALE ) and

in WE20 i maaintianed the parner profile in partner type LS with partner number XXXHUB and also added message type FIDCC2 with process code FID2 ...

what else need to do/configure?....

let me know if u need more info...thnaks..

Hello all...

Iam gettin IDCO error when im processing inbound IDOC

(basic type :FIDCCP02 and message type:FIDCC2) like..

<b>"Entry in inbound table not found..."</b>

<b>in diagnosis:

Noinbound partner profile could be found with the following key:

/XXXHUB/LS/LS/FIDCC2//// ..</b>

but:

I maintianed XXXHUB in logical system ( tcodeSALE ) and

in WE20 i maaintianed the parner profile in partner type LS with partner number XXXHUB and also added message type FIDCC2 with process code FID2 ...

what else need to do/configure?....

let me know if u need more info...thnaks..

5 REPLIES 5
Read only

Former Member
0 Likes
6,556

Hi Aday,

Did you create Customer distribution model BD64 adding the sendor and receiver and from the menu did you distribute it so that the partner proile gets created.

Regards

Arun

Read only

Former Member
0 Likes
6,556

Go to WE20, and create a partner profile if you have not created.

If you have already done, I think you have missed configuring the message type in the OUTBOUND side.

Check it out.

Regards,

Ravi

note - Please mark all the helpful answers

Read only

Former Member
0 Likes
6,556

Hi,

See in WE20 if you are assigning the Process code then it should not be message type it should be output type.

In the display it will say message type there u should give the output type.

And also check the process code whether it is assigned with FM and active.

BR,

Ravi

Read only

former_member611341
Participant
0 Likes
6,556

Thanks guys...for your answers...

there was some problem with message variant i assigned in the inbound parameters of sending system( XXXHUB)in the partner profile..( we20)...now i removed it...it is working fine..

so what's the problem if I assign the message varaint.do i have to declare the message variant anywhere?....

one more thing...

iam receiving idoc from XXXHUB to my DEV client200...i want to make clear which parameters(inbound/outbound) i have to maintain in WE20

for sender : XXXHUB (parter type LS).... inbound or outbound? ( i maintained both)

for recipient :DEV200 ... inbound or outbound?(i maintained inbound)..

Thnaks....

Read only

community41
Newcomer
0 Likes
4,188

Taking your example :

iam receiving idoc from XXXHUB to my DEV client200...i want to make clear which parameters(inbound/outbound) i have to maintain in WE20

-- In XXXHUB maintain outbound parameter for logical system (DEV client200).

-- In DEV client200 maintain Inbound parameter for logical system (XXXHUB).

Thanks