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

UserExit Issue

Former Member
0 Likes
1,241

Hi,

I am having one issue that

For one Functional module userexit I did Some Changes In SE37

but when I saved & activate no request has been create

this thing i am doing in Development since request is not created

How can I be transfer it on Production??

Help me out to solve this issue.

Regards,

Akshay

1 ACCEPTED SOLUTION
Read only

dp_prasad
Participant
0 Likes
1,216

can you check the Include's Package in the User exit ( Exit Function Module) ? is it assigned to any transportable object or just $TMP. if its $TMP(Local object) it wont ask for any reuqest when ur changing the code .

Change the package and save it ( it will ask for TP now).

8 REPLIES 8
Read only

shishupalreddy
Active Contributor
0 Likes
1,216

Hi ,

Create CMOD Project and withi in ZX.....Include of the Funciton Module exit write u r code . It will ask the Pacakeg and create the request .

Regards,

Read only

Former Member
0 Likes
1,216

Hi,

I think these function modules are already on production,

when you edit them and activate them they are directly saved in the production itself.

Regards,

Siddarth

Read only

dp_prasad
Participant
0 Likes
1,217

can you check the Include's Package in the User exit ( Exit Function Module) ? is it assigned to any transportable object or just $TMP. if its $TMP(Local object) it wont ask for any reuqest when ur changing the code .

Change the package and save it ( it will ask for TP now).

Read only

Former Member
0 Likes
1,216

Dear DP

thnx for reply

can you please tell me How to do this?

thanks,

akshay

Read only

0 Likes
1,216

Hi,

As DP suggested and my previous answer check the includes package,if it is saved in local obeject delete it ans assign it to package.

SE80-> select LOCAL OBJECTS -


>Give ur user name -
>right click on Include--


>more functions -


> write transport entry.(create a package before and assign here)

Edited by: Sree on Feb 11, 2009 8:00 AM

Read only

0 Likes
1,216

Goto SE37 --> enter the exit name ( Function Module name).

Click on the Include inside the Function Module. it will take you to SE38. Then follow the menu path

GOTO-->Object Directory Entry --> it will display a pop-up screen .There Click on Change Button(next to save button on popup screen). and enter a New package name( you can check with basis or your team to know what Package you can use).

Save it. Now it will ask for request.

You can do the same in SE80 also.

FUNCTION EXIT_SAPMV45A_002.
*"----------------------------------------------------------------------
INCLUDE ZXVVAU04 . " <---Click on this 

ENDFUNCTION.

Read only

Former Member
0 Likes
1,216

Hi Akshay,

Kindly go through this link below:

Hope it helps.

Regrds

Mansi

Read only

former_member125931
Active Participant
0 Likes
1,216

Hi,

Cosider this possibility along with above answers,

there might be chance some one done enhancement in same user exit and not transported check the version of the Include that u have enhanced...