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: 

Does SAP allows to move SAP(Class)Method from DEV-->QA-->PRD?

former_member202077
Participant
0 Kudos

Hi Experts,

For some reason one of STANDARD_CLASS's STANDARD_METHOD's ABAP code is not in sync between Development/QA and Production version so, the Development version is good one, so we want to move the Development version to Production via QA environment, pl. let us know can we go ahead and assign that one SPECIFIC method to my Transport EXPLICITLY and then move that transport to QA/Production?

Thank you

1 ACCEPTED SOLUTION

matt
Active Contributor

Since this is a SAP standard class, why not tell us what class and what method it is, and what the difference is between the systems - it's not like you'll be spilling company secrets!

Technically there's nothing to stop you, but there are risks. Really you need to find out how the systems have ended up out of sync.

  1. Are your systems at the same release? Solution - upgrade your systems so they're at the same level.
  2. Was the method ever part of an OSS note that was applied in Dev, but not transported? Solution, transport the note application to the other systems.
  3. Was the method manually repaired by someone? Solution, check why the repair was done, and whether it is needed in the other systems. if it is, transport it, otherwise revert to standard.

4 REPLIES 4

former_member202077
Participant
0 Kudos

I mean, EXPLICITLY adding means, as below in transport's task

LIMU METH OBJECT_NAME

Thank you

0 Kudos

Kindly follow what Matt said to the scale.

K.Kiran.

matt
Active Contributor

Since this is a SAP standard class, why not tell us what class and what method it is, and what the difference is between the systems - it's not like you'll be spilling company secrets!

Technically there's nothing to stop you, but there are risks. Really you need to find out how the systems have ended up out of sync.

  1. Are your systems at the same release? Solution - upgrade your systems so they're at the same level.
  2. Was the method ever part of an OSS note that was applied in Dev, but not transported? Solution, transport the note application to the other systems.
  3. Was the method manually repaired by someone? Solution, check why the repair was done, and whether it is needed in the other systems. if it is, transport it, otherwise revert to standard.

maheshpalavalli
Active Contributor
0 Kudos

As you mentioned that it is standard code and methods, just make sure before adding the method in individual transport that maybe some one has implemented a note in development and not moved to quality or prod. This might cause inconsistencies in you landscape.