cancel
Showing results for 
Search instead for 
Did you mean: 

Search values on the BP page.

Former Member
0 Kudos

Hi All ,

in the BP serach page ,we have many fields like ROLE ....when selected ...we have a DDLB ..which has values like "is employee"....and we need to select the option.

DDLB has values retrived from buto50 reltype.

I need the values to restrict to only few,not displaying all the values.

How can i achive this.

Tried coding in the get_v method of role attribute ...in bp_head_serach ,

Its not replacing the values insted appending the values .

as bu_role is provided with F4IF_SHLP_EXIT_ROLES as search help exit.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

please try this badi BADI_CRM_BP_FILTER_ATTRIBUTE. it may help in your requirement.

Thanks,

Rajini A.

Former Member
0 Kudos

Thanks rajini ..

so i need to implement IF_CRM_BP_FILTER_ATTRIBUTE~FILTER_BPROLE method..

DELETE ct_partnerroles WHERE rolecategory EQ 'CRMICM'.

i can use this stement to delete the roles from the UI ddlb.

Former Member
0 Kudos

Hi,

first you need to create enhancement implementation and under the enhancement implementation you can create Badi implementation.

Then you can write the code and activate it.

Thanks,

Rajini A.

Former Member
0 Kudos

Thanks rajini ,

Can i control even the field Relationship values using this BADI?

Answers (1)

Answers (1)

Former Member
0 Kudos

sloved by using the get_dquery_reults.