‎2007 Jun 04 7:15 AM
1) suppose a user exit object alrady tranported to production.
user needs a default one.
procedure to get the default one .
....how to release new default object.
‎2007 Jun 04 7:17 AM
Hi Vijay,
Can you please be more specific with your query, as what do you mean by default one??
You mean the standard SAP code. If so then just delete or comment the code in the exit and transport the same.
Regards,
Atish
‎2007 Jun 04 9:58 AM
but the object is already in production.does'nt it have to be tranported to the dev server before commenting or deleting user exit code
‎2007 Jun 04 10:04 AM
Hi Vijay,
Objects are always transported from DEV -> Quality -> Production. not otherway round.
If you comment the code, it will ask you for the transport request which you need to transport as mentioned above.
Revert back if further query.
Reward points if useful.
Regards,
Atish
‎2007 Jun 04 10:30 AM
The object is already in production.
if that object needs any corrections .it must be tranported to dev server.and than make changes right . again after correcting (commenting )..again it is tranported from dev to prod.
am i right ?
please answer.
‎2007 Jun 04 10:35 AM
No Vijay, it doesn't happen like this.
If object is in production that means it is already in DEV.because as I said earlier objects moved in that way only.
So you will now make changes in DEV and transport it to production
Reward points to useful answers.
Regards,
Atish
‎2007 Jun 05 7:27 AM
but in production the there is a object ,if you send the uncommented one you will have 2 copies of same object.one with user exit and one with uncommented one .
please give me a clear i dea about this .
i will defenetly reward maximum points .thankyou
‎2007 Jun 05 7:31 AM
Hi Vijay,
The user-exit is nothing but a Function Module and it has a include in it which we need to create.
So what ever code you write in this include is the code in that user-exit.
So when you comment this code and transport the TR to Production then the program in the production also get commented.
When TR moves from DEV to PRD and it contain changes to any object it does not create the object again, it just update those changes in that objects.
Hope it is clear now. If still doubt revert back.
Regards,
Atish