Skip to Content
Author's profile photo Karthikeyan B

Enhancement Framework in ABAP – Blog 3

Explicit Enhancements

SAP has to provide the enhancement spots so that Customer can implement there.

1. Enhancement Point

2. Enhancement Section

3. BAdis

Enhancement Point

From SAP Side:

Step1: Place the cursor at the line you plan to provide enhancement point and Create an Enhance Option.


/wp-content/uploads/2012/11/p1_157944.jpg

Step2: Give enhancement point name and enhancement spot name.

/wp-content/uploads/2012/11/p1_157944.jpg

Step3: Once the above parameters are given, there will be an enhancement point is created.

/wp-content/uploads/2012/11/p1_157944.jpg

Customer side:


Step1 : Click enhance option.

/wp-content/uploads/2012/11/p1_157944.jpg

Step 2: Place the cursor at point and create implementation

/wp-content/uploads/2012/11/p1_157944.jpg

Step 3: Add the implementation code for the point.

/wp-content/uploads/2012/11/p1_157944.jpg

This is all about Enhancement Point as part of Explicit Enhancements.


Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Karthikeyan B
      Karthikeyan B
      Blog Post Author

      Provide ratings if you find the blog useful.

      Author's profile photo Pavan Kumar Reddy Maddhayyagari
      Pavan Kumar Reddy Maddhayyagari

      Nice explanation.