2007 Apr 13 5:44 PM
Hi,
In function module K_PCA_FILL_PROFIT_CENTER , one BADI is called as below :
IF badi_exit_1 IS INITIAL.
CALL METHOD CL_EXITHANDLER=>GET_INSTANCE
IMPORTING
ACT_IMP_EXISTING = badi_1_active
CHANGING
INSTANCE = badi_exit_1.
ENDIF.
badi_1_active should be 'X'. However it is initial.
The BADI is implemented and activated , even though badi_1_active is initial.
Please let us know is there any other way for BADI activation.
Thanks!
Hi,
In function module K_PCA_FILL_PROFIT_CENTER , one BADI is called as below :
IF badi_exit_1 IS INITIAL.
CALL METHOD CL_EXITHANDLER=>GET_INSTANCE
IMPORTING
ACT_IMP_EXISTING = badi_1_active
CHANGING
INSTANCE = badi_exit_1.
ENDIF.
badi_1_active should be 'X'. However it is initial.
The BADI is implemented and activated , even though badi_1_active is initial.
Please let us know is there any other way for BADI activation.
Thanks!
2007 Apr 13 6:04 PM
Did you use SE19 to implement and activate the BADI. If you have, I would say search OSS notes to see if there is a fix.
hith
Sunil Achyut
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |