cancel
Showing results for 
Search instead for 
Did you mean: 

enhancement implementation problem

Former Member
0 Kudos

hi all

i have a scenario where i have an enhancement point with an enhancement implementation(say impl. 1)

i replaced it with a new implementation(say impl 2).

now i want to activate the impl 1 again.

i know this can be done by undo the impl 2 and the code of impl 2 will removed from enhacement

and impl 1 become active.

but in my case i want that the code of impl 2 will remain in the code and impl 1 become active.

is this possible?

please help.

thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi...

refer following link : http://help.sap.com/abapdocu/en/ABAPENHANCEMENT-POINT.htm

but check for if else condition its possible

Regards,

Chintan.

Edited by: Chintan_SAP on Apr 27, 2009 4:45 PM

Edited by: Chintan_SAP on Apr 27, 2009 4:46 PM

Answers (5)

Answers (5)

former_member182485
Active Contributor
0 Kudos

Hi,

In the case you are implementing 2 by replacing 1 only one implementation can be active at a time

however I would recommend don't implement by replacing instead change the existing one.

As far as I know there is no option to put if else at impelmentation level as suggested by others.

Regards

Bikas

Former Member
0 Kudos

hi chintan,

first thanks to reply

i have these enhancement impl. under enhancement point

so is it possible to give if else condition under an enhancement point.

Former Member
0 Kudos

Hi Mayank,

It is possible to put the if-else condition in the Enhancement point depending on the Condition

-Manish

Former Member
0 Kudos

Hi....

i think this is not possible...but if u know the implement conditions then write down if else statement with both implementation and activate it so right implementation will be executed when ever ur given condition will be satisfied.

Hope this will help u...

Regards,

Chintan

Former Member
0 Kudos

hi

i am doing source code enhancement

cant it possible here?

Former Member
0 Kudos

Hi,

the code remains only in case of BADI's.

regards,

Amit