2008 Dec 24 9:23 AM
Hi all,
I have created
1)few ALV reports with screens(using OOPS concept)
2)Screen Exits
but at the time of creation,the system hasn't asked any package and thus these were not created under any request.Will they get transported when I transport my ALV reports and the Project for Screen Exits?
Thanks & Regards,
Rock.
2008 Dec 24 9:25 AM
hi,
open your program or screen from SE38 or SE51 transaction and in menu goto - object directory entry
and change the package it will ask for package save and transport.
goto CMOD tcode and do the same as mentioned above.
2008 Dec 24 9:25 AM
hi,
open your program or screen from SE38 or SE51 transaction and in menu goto - object directory entry
and change the package it will ask for package save and transport.
goto CMOD tcode and do the same as mentioned above.
2008 Dec 24 10:04 AM
Thanks Gautham,it is working for my ALV Screens,but when it comes to my Exit,it is showing me $TMP package and if I check at menu goto - object directory entry it is showing me ME package,and when I press on change mode it is Iam unable to change the package.How to transport this?
Note : my exit name is MM06E005.
Thanks & Regards,
Rock.
2008 Dec 24 10:08 AM
hi,
Are you checking in CMOD project for MM06E005 exit.
i dont think someone will save in standard package for a project in cmod.
check it and confirm.
2008 Dec 24 10:15 AM
Hi Gautham,
I have created a project in CMOD and in that I have used a function exit,while saving this and project it asked for a package, request is generated.In this there are 6 screens which need to be activated(as provided in a SAP Note),I tried to save and activate them but they never asked me a package.When I checked in Attributes tab of these screens I have found my package as $TMP but when I checked in Menuu GOTO-OBJECT Directory Entry it is showing me package ME.When I tried to change it,it is input disabled.
Hope Iam clear.
Thanks & Regards,
Rock.
2008 Dec 24 10:20 AM
hi,
It is not possible.
If you have $tmp in attributes then the same will be there in Object directory entry also.
I tried to change a $tmp package in Object directory entry .i got this error message.
Customer object CMOD ZTEST cannot be assigned to package ME.
2008 Dec 24 10:28 AM
2008 Dec 24 10:33 AM
hi,
Now what i understood is you are trying to change the package inside the screen exit.
that is why you are getting that.
Try this.
open CMOD transaction give your project name and in menu goto object directory entry,
now you will find $tmp there change it to some custom package ,it will ask for request
save and transport.
Hope this will help you.
2008 Dec 24 9:31 AM
2008 Dec 24 10:39 AM
Thanks yaar,I was actually testing this in IDES,
when I tried the same In DEV it asked for the request for all screens.Thanks for giving u r precious time and replies.