cancel
Showing results for 
Search instead for 
Did you mean: 

Activation of CUSTOMER EXIT FUNCTION

Former Member
0 Kudos

Dear All,

I have written a code in Enhancement V60A0001 - EXIT_SAPLV60A_002 - INCLUDE ZXV60AU01. But now in Debugging when I am checking it, system is not executing the FUNCTION CALL:


CALL CUSTOMER-FUNCTION '002'
       EXPORTING
            INVOICE_TYPE  = KOM-FKART
            INVOICE_DATE  = KOM-FKDAT
            DELIVERY_DATE = KOM-FBUDA
            PRICING_DATE  = KOM-PRSDT
       TABLES
            XKOMFK        = XKOMFK.

System simply skip this function call making sy-subrc as 4.

Please help.

Regards,

Vishal

Accepted Solutions (1)

Accepted Solutions (1)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

Do you set the enhancement to a project with tcode CMOD? and, do you activate it?

This exit works in the creation of invoice, set the break-point in the begin of function module RV_INVOICE_CREATE and check if it stops.

Regards

Eduardo

Answers (1)

Answers (1)

alex_zheng
Contributor
0 Kudos

Hi Vishal,

Please refer to note 149890 User exit is not carried out

Solution

Deactivate the corresponding project in Transaction CMOD and activate it

again afterwards.

Hope this helps.

Regards,

Alex