Skip to Content
Author's profile photo Karthikeyan B

Enhancement Framework in ABAP – Blog 4

So, in the blog 3 we have seen the explicit enhancement concept called Enhancement Point.

Now let us look into the nest concept called Enhancement Section.

Enhancement Section

As explained in the blog 1 of this series, enhancement section is the concept of creating a section out of some lines of code such that those codelines can be replaced by the code lines enhanced at the customer codebase.

From SAP Side:

Step1: Place the cursor and select the lines you plan to provide enhancement section and Create an Enhance Option.

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

Step2: Give enhancement section name and enhancement spot name.

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

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

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

Customer side:

Step1 : Click enhance option.

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

Step 2: Place the cursor at section and create implementation

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

Step 3: Add the implementation code for the section.

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


So, here ends the enhancement section.

See you all in the next blog series. keep waiting!


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 document useful to you. it will motivate me to write more blogs in future. thanks!

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

      Nice explanation sir