Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BADI Activation

Former Member
0 Likes
539

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!

1 REPLY 1
Read only

Former Member
0 Likes
463

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