Application Development 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: 

Transporting modified SAP objects to QA server

former_member199632
Participant
0 Kudos

Hi,

We have changed SAP standard program code.

It works fine in sand-box

It is saved as a local object in $TMP

$TMP objects cannot be transportable.(I think we need to assign a transport request and valid package)

How can i know the what is the valid package that modified object belongs to ?

Since we have modified SAP standard program code, will there any issues arising, when applying patches or going for a new versions.

How to keep track on the changes that have been done to SAP standard objects/programs?

regards,

2 REPLIES 2

Former Member
0 Kudos

Hi,

If you have modified the SAP standard program, then you have to go to the version management and check the attributes of the original program for package and other details. Once you have the package name you can assign your object to a new transport request.

In future when you go for patch upgrade you can manually correct the code using Tcode SPAU.

Thanks,

Muktar

gaurav_sharan
Explorer
0 Kudos

Hi,

Local objects can not be transported. You have to save it in package and add all changes in transport. To check package of changed object you can check Attributes for this click on Goto->Attributes.

Since you have changed SAP Standard program, then any future upgrade/patching will not modify changed object automatically.When you do SPAU & SPDD (both are t-codes) analysis then you will find your changes and SAP recommend changes. Then you can decide whether you would like to keep your changes or would like to overwrite it by SAP code.

Hope this will clear your doubts.

Thanks & Regards,

Gaurav.