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

package for saving the implicit enhancement

Former Member
0 Likes
991

Hi all,

I have implemented implicit enhancement inside a subroutine in a standard program. When saving the enhancment, it is asking for a package. I saved that under a 'Z' package. But i have a doubt whether the implicit enhancement can be saved under a Z package or not?

1 ACCEPTED SOLUTION
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
725

You can save it in any customer namespace (Z,Y) packages.

You can save it in any customer namespace (Z,Y) packages.

3 REPLIES 3
Read only

Former Member
0 Likes
725

Hi,

Any custom changes can be saved under Z package , and all Z package objects are Transportable.

Implicit enhacement are like new badi's they can be saved under Z package.

Prabhudas

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
726

You can save it in any customer namespace (Z,Y) packages.

Read only

Former Member
0 Likes
725

Hi Jessica,

We can save the Impliclit enhancement in any package.

Go to se09 then place your user name and check whether any Request/Task created for particular object.

or

Go to se80 place your package name that your implicit enhancement has saved and check wheather the include exits under that package or not.

Thanks,

AMS