SAP for Retail Discussions
Join conversations about personalization, omnichannel strategies, and operational excellence in retail using SAP for Retail software.
cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module to get Listing Site for Article ?

Former Member
0 Kudos

Hi Expert,

I have performance issue to get list of site where is article 'abc' is listed. Because my current logic is to get all the site and check one by one using Function Module 'LISTING_CHECK'. so if i have 200 site than i need to loop 200 times and call FM 'LISTING_CHECK' 200 times.

is that any standard FM to return all the site where article 'abc' is listed ?

Please advise.

Thank You and Best Regards

Fernand Lesmana

3 REPLIES 3

former_member335292
Contributor
0 Kudos

Hi Fernad,

Try using the following funcion modules since these are also part of WSOT - Function Group

1.LISTING_GET

2.LISTING_GET_ARTICLE

Hope it helps.

Best Regards,

Aram K.

colin_cheong
Contributor
0 Kudos

Hi,

Why don;t you query the table WLK1 directly?

Bye

Former Member
0 Kudos

Hi,

as mentioned before: why don't you call table WLK1 directly, e.g. via function module WLK1_CHECK?

Regards,

TK