2006 Dec 18 7:22 PM
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..
2006 Dec 19 4:46 AM
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
2006 Dec 19 4:52 AM
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
2006 Dec 19 5:50 AM
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
2006 Dec 19 7:58 PM
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....
2024 Dec 12 4:00 PM
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