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

How to write code inside an Enhancement Implementation

Former Member
0 Likes
703

Hi All,

How and Where to write code in the following Enhancement.

ENHANCEMENT-POINT LMGMMI12_01 SPOTS ES_SAPLMGMM STATIC.

$$-Start: LMGMMI12_01----


$$

ENHANCEMENT 8 DIMP_GENERAL_SAPLMGMM. "active version

DATA tmp_ccin LIKE ccin.

ENDENHANCEMENT.

$$-End: LMGMMI12_01----


$$

Thanks

Bhasker

5 REPLIES 5
Read only

venkata_ramisetti
Active Contributor
0 Likes
623

Hi,

check the below weblog to know how to do that.

/people/thomas.weiss/blog/2006/01/24/what-the-new-enhancement-framework-is-for-150-its-basic-structure-and-elements-for-beginners

Thanks,

Ramakrishna

Read only

0 Likes
623

Hi Ramkrishna,

Thanks for your reply

The thread doesnt describe how to implement the Enhancement Spots

If you have any other documentation pls provide me

Thanks

Bhasker

Read only

Former Member
0 Likes
623

Hi Bhaskar,

Follow the steps below.

1. Goto enhancement mode.

2. Place cursor on Enhancement Point and right click.

3. From context menu, create implementation

4. Enter implementation name and short text

5. Place your code within implementation.

Please remember that you have to create Implementation while using the new enhancement framework. Its just like BADI definition is provided and we create our own implementations.

Thanks

Kamal

Read only

0 Likes
623

Hi Kamal.

Thanks for your reply.

Please tell me how can I switch to Enhancement Mode.

I have tried placing the cursor on Enhancement Point

in the Context menu Enhancement-->Create is greyed out

Could you please elaborate on this

Thanks

Bhasker

Read only

0 Likes
623

Hello,

therefore there is a new icon available in the editor.

Regards

Michael