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: 

how to transport user exit to quality and production

0 Kudos

Hello Friends.

I have made one user exit on cmod with name abcd and user exit FITR0001, and i transported to quality and production.

unfortunately its has not reached my requirement, so i changed it again. now my exit is FITR0005 and project name from cmod is same as before (abcd) its matched perfectly and working fine on development.

now i transported project(abcd) again to qty and production. but the changes was not reflected yet. and third time i have changed package from ztest to live package(ZFIXXX) and transported to qty and pro. but no changes in behavior of tcode.

im wondering y its not reflecting. am i did anything wrong according to user exits??

or if u people know any other way to get rid of this sort of bug please let me know...

unfortunately the wrong exit is running in production..... please let me know if any one knows solution.

Regards.

Praneeth.

6 REPLIES 6

kiran_k8
Active Contributor
0 Kudos

Praneeth,

Did you  searched in SCN ?

User exit with CMOD | SCNhttps://scn.sap.com/thread/3394029

K.Kiran.

0 Kudos

Hi kiran,

thanks for ur reply.

No one used my exit before, and there is no problem while creating Project in cmod.

regards.

Praneeth.

shadab_maldar
Active Participant
0 Kudos

Hi Praneeth,

Have you checked your project in Quality?? If it is present check weather it is active, and if you find it as inactive make it active in target system.

Regards,

Shadab.

0 Kudos

hello shadab,

i have checked in quality not yet reflected new code, and i dont think we can make it active in quality.

coz i have checked that also, and i tried to see the code also but not allowing me to do that.

regards,

Praneeth.

Former Member
0 Kudos

Hi Praneeth,

Create new request and comment code in FITR0001 and save both exit FITR0001 and FITR0005 in new request.

Then move the new request to QAS and check whether it is reflected or not.

Regards,

N. HARISH KUMAR

raymond_giuseppi
Active Contributor
0 Kudos

Check if your transport requests contain both

  • R3TR CMOD <project name> for project definition and activation
  • R3TR PROG ZXHRTRVSTATU01 (initial transport) or LIMU REPS ZXHRTRVSTATU01 for change)

If  this is the case

Look for import/export log.

Else

Check package of those objects,

If local (e.g. $TMP) change it,

Else look for not transported request with those objects.

Regards,

Raymond