2009 Feb 11 5:43 AM
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
2009 Feb 11 6:28 AM
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).
2009 Feb 11 5:45 AM
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,
2009 Feb 11 5:45 AM
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
2009 Feb 11 6:28 AM
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).
2009 Feb 11 6:53 AM
Dear DP
thnx for reply
can you please tell me How to do this?
thanks,
akshay
2009 Feb 11 6:59 AM
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 -
>more functions -
> write transport entry.(create a package before and assign here)
Edited by: Sree on Feb 11, 2009 8:00 AM
2009 Feb 11 7:02 AM
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.
2009 Feb 11 6:41 AM
2009 Feb 11 6:48 AM
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...
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |