Application Development and Automation 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: 
Read only

user exits

Former Member
0 Likes
773

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.

7 REPLIES 7
Read only

Former Member
0 Likes
754

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

Read only

0 Likes
754

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

Read only

0 Likes
754

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

Read only

0 Likes
754

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.

Read only

0 Likes
754

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

Read only

0 Likes
754

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

Read only

0 Likes
754

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