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

ECC 6 - Enhancement Framework

Former Member
0 Likes
734

My Requirement is as follows:

I need to add a value on TRNS - MIGO field XBLNR(Reference Number). Which I am getting for the purchase order information.

Enhancement Framework:

I have gone to the PBO so that the field can be added and thus processed with the rest of the information, here I have found a module where my code can be added.

Problem:

Using the new Enhancement Framework on SE37, show all Implicit enhancements, I can see there is an enhancement where I can insert my code, problem is that when I go to change mode those enhancements are no longer visible.

Regards

Yaseen

My Requirement is as follows:

I need to add a value on TRNS - MIGO field XBLNR(Reference Number). Which I am getting for the purchase order information.

Enhancement Framework:

I have gone to the PBO so that the field can be added and thus processed with the rest of the information, here I have found a module where my code can be added.

Problem:

Using the new Enhancement Framework on SE37, show all Implicit enhancements, I can see there is an enhancement where I can insert my code, problem is that when I go to change mode those enhancements are no longer visible.

Regards

Yaseen

4 REPLIES 4
Read only

0 Likes
714

Hi Yaseen,

To enhance using implicit enhancement-option, you dont have to go to the change mode rather to enhance mode using the menu or using the long snake like icon in toolbar.

To enhance any standard source code, go to enhance mode and select “Show Implicit Enhancement Options”.

then right click on the implicit option and select create.

Give the enhancement inpementation name and a short text. Enhance the code and save it . Since it was done in enhancement mode so the standard code remains active. Now double click on enhancement-implementation and activate it.

Hope this answers your question.

Revert for any more clarification.

Regards,

Vikas

<b>Encorage by rewarding points if useful.</b>

Read only

Former Member
0 Likes
714

when i say change mode i mean that i select the enhancement icon, but when once i select that and show implicit enhancement then those enhancements that were displayed are no longer viewable

Read only

0 Likes
714

Yaseen,

I mentioned that you first need to go to enhancement mode and then seletc the show implicit enhancements option....and then proceed.

Try it and revert if any issues.

Reward points if useful.