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

Adding code using Enhancement

Former Member
0 Likes
667

Hi,

I have a standard include program containing many subroutines. I want to add my code to one of the routines. As found in many of the links here, I tried to use the following path.

Edit -> Enhancement operations -> Show Implicit Enhancement options.

All the points are then highlighted. But the 'Create' enhancement is not in active state.

Why is this? Is this part of some setting?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
615

Hi Abaper,

If u actually want to create an enhancement, u have to press the "enhance" button (the one that looks like @, before the check button) or shift+F4. Then u enter the enhance mode (u will see a column of 'x' on the left side of the code), and now u should use the path u mentioned. After the points are highlighted, put the cursor on the one u wish to enhance and click create. Now it will create it...

If u don't start with the enhance button, it just shows u the points but doesn't allow to create...

Pls award points if helpful.

Igal

3 REPLIES 3
Read only

Former Member
0 Likes
615

Hiii..

You cant create ur own exit in standard program.

Exits and BADi are use for adding our own code into standard code.

But it is the loop poles provided by SAP it self.

Find it and code in it..

Regards

Manish.

Read only

Former Member
0 Likes
617

Hi Abaper,

If u actually want to create an enhancement, u have to press the "enhance" button (the one that looks like @, before the check button) or shift+F4. Then u enter the enhance mode (u will see a column of 'x' on the left side of the code), and now u should use the path u mentioned. After the points are highlighted, put the cursor on the one u wish to enhance and click create. Now it will create it...

If u don't start with the enhance button, it just shows u the points but doesn't allow to create...

Pls award points if helpful.

Igal

Read only

0 Likes
615

Hi Igal,

It worked. Thanks for the help. Full points to you.