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

Wrong partner type LS

0 Likes
2,310

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

3 REPLIES 3
Read only

Former Member
0 Likes
1,121

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

Read only

0 Likes
1,121

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.

Read only

0 Likes
1,121

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