‎2009 Apr 20 4:09 PM
Hi..
I am trying to send purchase order information through ALE. I have done setting in NACE, BD64 and in WE20. While using my output type in PO messages I am getting below error:
Wrong partner type LS
Message no. B1131
Diagnosis
The message record of the message control contains a partner role with a partner type LS that cannot be used here. Only the 'KU' and 'LI' partner types are allowed.
Procedure
Please use a partner role with an allowed partner type.
I am using SAP ECC6.0. I belive that it is possible to use partner type LS with Medium Distribution Model(A). please suggest me.
Thanks in Advance
‎2009 Apr 20 4:21 PM
Hi Rajesh,
check the Patner you created in we20 and you can check the patner is valid or not,
in we20 by syntax check option there it will it will show the message what are all you need to correct.
Regards,
Prabhudas
‎2009 Apr 21 6:19 AM
Hi
Partner profile is ok. I am able to use medium EDI with same partner and partner type LS.
As error says " Only the 'KU' and 'LI' partner types are allowed", cant I use LS partner type for ME21, ME22 Tcode.
‎2009 Apr 30 8:07 AM
Hi,
I have the same problem. The reason for the error message is the FM RECIPIENT_GET_FROM_ALE_MODEL:
Determine which filter object type to use.
case partner_type.
when c_prt_customer.
objtype = c_objtype_customer.
when c_prt_vendor.
objtype = c_objtype_vendor.
when others.
message e131 with partner_type
raising wrong_partner_type.
endcase.
It seems that ALE with LS for ME21/ME22 is not allowed.
brgds
Rolf