Application Development 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: 

Activating standart implementation of a BADI

Former Member
0 Kudos


Hi,

An implementaion implements on a standard BADI '/CPD/PFP_BADI_LAUNCH_FP_APP' and it has one standard implementation. After implementing custom implementaion the standard implementation was changed to not active status since it is not multi use and the new implementation is become active. But now I deleted my custom implementation though but the standard implementation which is active before is still not activating. Is there any procedure to activate it. Because before it was active until implementing custom implementation.

In attached screenshot I need to actave the first implementaion which is standard.

4 REPLIES 4

kiran_k8
Active Contributor
0 Kudos

Bharath,

A quick search in SCN says that we need SCCR key of that object to reactivate a deactivated implementation within a standard BADI.

https://scn.sap.com/thread/340799

K.Kiran.

Former Member
0 Kudos

Thanks Kiran, But I tried to copy the standard code and implemened custom one though. But the standard functionality which was working before with standard one is not woking with the custom one. I guess don't have option other than taking access key.

Thanks,

Bharath.

Former Member
0 Kudos

Just had similar problem..

In SPRO no key is asked for (de)activation.
Some BADI's can be activated  in spro via IMG activity (you can check if IMG exists in table CUS_ACTEXT)

When it doesn't exist, you can create your own IMG activity via transaction SIMGH

ziolkowskib
Active Contributor
0 Kudos

Go to SE16N, put table name SXC_ATTR, go to debugger, change GD-EDIT to 'X' and then change value of field ACTIVE to 'X' and save.