cancel
Showing results for 
Search instead for 
Did you mean: 

CL_BUPA_IL_HEADER_SEARCH

Former Member
0 Kudos

How do I enhance this class?

What component is this class under?

I need to modify the method PREPARE_SEARCH in the class CL_BUPA_IL_HEADER_SEARCH.

I do not want to change the SAP standard, I just want to do a customer enhancement.

I can find the class in transaction SE24, but dont I need to redefine this in the component workbench?

Because in SE24 if I try to edit the class it is asking for access key to modify the SAP standard.

Please help and thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member541649
Active Participant
0 Kudos

Hi Jon,

Just check if the enhancement spot - CRM_BUPA_IL_SEARCH could be of any help to you before you make the Zclass.

Regards,

Parul

BGarcia
Active Contributor
0 Kudos

Hi Jon,

You can do the following:

1. Identify the BOL queryname for your search (example: BuilHeaderSearch)

2. Create a Z-class that inherits the standard one (example: ZL_BUPA_IL_HEADER_SEARCH)

3. Configure transaction CRMC_BUIL, and in implementation classes dialog enter the query name and your implementation class ( example: BuilHeaderSearch | ZL_BUPA_IL_HEADER_SEARCH)

4. Redefine in your Z-class the methods you want to enhance.

Check if this helps you a little more.

Kind regards,

Garcia