Problem: you want to enhance, add new fields to BP Search in WebUI
Solution: simply implement one of the BADI from Enhancement Point called CRM_BUPA_IL_SEARCH. New field add to the structure CRMT_BUPA_IL_HEADER_SEARCH as an append.
Implement methods:
- IF_EX_CRM_BUPA_IL_SEARCH_EXT~SEARCH_CRITERIA_INITIAL to check if your customer search criteria was used by user.
- IF_EX_CRM_BUPA_IL_SEARCH_EXT~SEARCH_PARTNERS with the logic for the customer search criteria.
Komentowanie jest zakończone.