cancel
Showing results for 
Search instead for 
Did you mean: 

Trex-how to avoid duplicate check of Org. units ( while saving address)

Former Member
0 Kudos

Hi All,

We have implemented Trex and is working fine for BP ; but when we try to update the Organisation Units address details on PPOMA_CRM & Save, we are getting dump.

The Trex method to search duplicate is called, is there a way to avoid calling of that method.

I have checked the configuration with SAP Note 1692370 ; The Badi Address_search implementation - SIC_Address_search is not active.

Can anyone help me avoid the duplicate check for Organisation Units - so i can avoid the below dump.

Error analysis

  

An exception occurred that is explained in detail below.

    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not

     caught in

    procedure "IF_EX_ADDRESS_SEARCH~ADDRESS_SEARCH" "(METHOD)", nor was it

     propagated by a RAISING clause.

    Since the caller of the procedure could not have anticipated that the

    exception would occur, the current program is terminated.

    The reason for the exception is:

    You attempted to use a 'NULL' object reference (points to 'nothing')

    access a component (variable: "LR_SINGLE_CONTAINER").

    An object reference must point to an object (an instance of a class)

    before it can be used to access components.

    Either the reference was never set or it was set to 'NULL' using the

    CLEAR statement.

Thanks

Varsha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

the error you see is because this badi has no implementation.

check if this is still active:

SPRO -> Application Server -> Basis Services -> Address Management -> Duplicate Check -> Activate Duplicate Check and Determine Limit for BAPIs

and then please check

1690519 - Duplicate check: Deactivation, wrong duplicate



BR

Radek