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

Activate standard implementaion in BADI

Former Member
0 Likes
2,370

Hi all,

I followed the statement below by someone in the development forum to deactivate standard implementation in BADI.

""u can implement ur badi using TCODE SE19.

if u have system provided implementation name then u have deactivate it by using TCODE se19.

Goto SE19 tcode enter system provided implementation and click on deactivate butto, it will ask u for request, that request u will get from BASIS person. once u deactivate standard Impklementation u can create ur own Z implementation, and modify the methods of the class which has mentioned in that inplementation.""

Now i want to activate the standard implementaion. if i try to activate ,iam asked for access key. How can i activate the stanrdard implementaion in BADI.

Please help,

Raj.

Hi all,

I followed the statement below by someone in the development forum to deactivate standard implementation in BADI.

""u can implement ur badi using TCODE SE19.

if u have system provided implementation name then u have deactivate it by using TCODE se19.

Goto SE19 tcode enter system provided implementation and click on deactivate butto, it will ask u for request, that request u will get from BASIS person. once u deactivate standard Impklementation u can create ur own Z implementation, and modify the methods of the class which has mentioned in that inplementation.""

Now i want to activate the standard implementaion. if i try to activate ,iam asked for access key. How can i activate the stanrdard implementaion in BADI.

Please help,

Raj.

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
1,045

Hello Rajesh

In cas of an emergency you may change the activation attribute in the DB table directly (but you should definitely know what you are doing!!!).

Table SXC_EXIT contains the implementations of your BAdI. Assuming that you can have only a single active implementation of your BAdI you will find the implementations in table SXC_ATTR. Select for the active implementation using ACTIVE = 'X'.

Regards

Uwe

Read only

Former Member
0 Likes
1,045

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