cancel
Showing results for 
Search instead for 
Did you mean: 

Retrive Business Partners related to the filters of an Attribute set

Former Member
0 Kudos

Hi SAP Gurus,

I hv a requirement to get Business Partners related to the filters of an Attribute set.

I hv used a FM 'CRM_MKTTG_SAL_SEARCH_DB' to get the GUID of the attribute list.

If the GUID is passed to another FM 'CRM_MKTTG_SAL_READ' we can get the details of the attribute list i.e. GUIDs of Attributes and Filters within the list.

All we need to o now is to identify the BPs related to the filter criteria.

So, is there any standard report program or Function Module which can be used to achieve the above purpose?

Accepted Solutions (0)

Answers (1)

Answers (1)

AnupDDesai
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You can use Function module : CRM_MKTBP_READ_BP

Regards,

Anup

Former Member
0 Kudos

Thanks for the reply.

this FM is taking the Marketing Attribute Set ID as input and returning the BPs in it.

I would like to know if I create an Attribute list in the T-code CRMD_MKTDS, create a filter criteria for this attribute list, then how come I can determine the BPs related to this filter criteria Can this me achieved by any FM or Standard Report program?

Edited by: Sibsankar on Oct 4, 2011 3:32 PM