cancel
Showing results for 
Search instead for 
Did you mean: 

Business Add Ins

Former Member
0 Kudos

Hi,

We are going to be upgrading from CRM 5 to CRM 7 soon.

We have a lot of code in BAdI's such as BUPA_GENERAL_UPDATE and BUPA_RELATSHP_UPDATE.

Does anyone know if these BAdI's still work in CRM 7 or whether different exists need to be coded?

Many Thanks

David

Accepted Solutions (0)

Answers (1)

Answers (1)

joaquin_fornas
Active Contributor
0 Kudos

Hello

Yes, both BADIs exist in CRM 7.0 and some customers use them.

But, bear in mind, if you are going to use CRM WebUI, you will probably have to adapt your implementation in order to make it work in the new interface.

The BADIs related to business partner are included in the enhancement spot CRM_UIU_BP_ENHANCEMENT. These BADIs are:

BADI_CRM_BP_FILTER_ATTRIBUTE

BADI_CRM_BP_UIU_AUTHORITY

BADI_CRM_BP_UIU_DEFAULTS

BADI_CRM_BP_UIU_VIEWS

Hope it helps

Joaquin

Former Member
0 Kudos

Thanks Joaquin.

I have now managed to test this in a CRM 7 sandpit system (BUPA_GENERAL_UPDATE) and it seems that the function module 'BUP_BUPA_BUT000_GET' is no longer returning the BP number so it looks like this call no longer works.


* Get the current state of the data from the screen
    CALL FUNCTION 'BUP_BUPA_BUT000_GET'
      IMPORTING
        e_but000 = ls_but000.

I'm not sure what the replacement for this FM would be in CRM 7.

Regards

David