Skip to Content
0
Former Member
Nov 20, 2012 at 02:13 AM

[Need Help] Enhancement SAPMF02D

415 Views

Dear Expert,

Please Help me,

I create function module to write log when user use tcode FD02 / another TCODE Customer,

I use Enhancement SAPMF02D,

I already activate the exit : EXIT_SAPMF02D_001

in line : INCLUDE ZXF04U01.

on : ZXF04U01 , i create code to call my Function Module :

DATA : d_kunnr TYPE kunnr .

CLEAR d_kunnr.

d_kunnr = i_knb1-kunnr.

CALL FUNCTION 'ZXX_LOG'

EXPORTING

zkunnr = d_kunnr.

in development it run well,

but when i transport it to production, FD02 didn't call this exit,

the function module run well, and the code is transported to,

do i need to activate something else or do some setting so this exit could run well ?

please somebody help me,

Thanks and Regard

Tsamrul Fuad