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

Transport Screen

Former Member
0 Likes
1,229

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.

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
1,197

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.

9 REPLIES 9
Read only

GauthamV
Active Contributor
0 Likes
1,198

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.

Read only

Former Member
0 Likes
1,197

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.

Read only

GauthamV
Active Contributor
0 Likes
1,197

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.

Read only

Former Member
0 Likes
1,197

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.

Read only

GauthamV
Active Contributor
0 Likes
1,197

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.

Read only

Former Member
0 Likes
1,197

Check the following Image my friend :

http://i40.tinypic.com/21l0cb8.jpg

Plz reply me back.

Read only

GauthamV
Active Contributor
0 Likes
1,197

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.

Read only

Former Member
0 Likes
1,197

hi,

Refer to this link...

Read only

Former Member
0 Likes
1,197

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.