cancel
Showing results for 
Search instead for 
Did you mean: 

Transport Enhancement Implementation

Former Member
0 Kudos

Hello,

I have enhanced  a standard Webdynpro ABAP Component . But while creating the Enhancement Implementation it did not ask me to create a Transport Request. So what's the correct way to transport a Enhancement Implementation ?

Any help would be highly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Rohit,

Are sure that its not prompting for saving object in a package and then into a transport request.

Please check out the below points:

  • Make sure that you have not saved your enhancement into $TMP package. When you put the objects into temporary package, it just saves it as local object. Hence you will not get a prompt to save it into a Transport request.
  • If the object is already enhanced and it is actively locked in a transport request, in this case, if you enhance, it just goes into enhancement mode and saves the changes into the current enhancement

Hope this helps you.

Regards,

Rama

Former Member
0 Kudos

Thanks .

After I put in a Custom Package and saved ,it asked to create a Transport Request.

Answers (1)

Answers (1)

Former Member

Hi Rohit,

In SE80, right click your Enhancement Implementations > Other Functions > Write Transport Entry.

Hope it helps. Cheers!