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

Enhancement Screen

Former Member
0 Likes
769

Hi All,

I have created a Project in CMOD and done every thing.

In my required Function Exit i wrote my code and saved it in dev.class with a TR. I also need to create a screen exit.A screen exit is already there in this project. But when i am creating and saving the screen, it is automatically saved in Local class. i.e when i am creating my screen it is not prompting me for entering Dev.class and TR. How can i save the screen in Dev class.

Kindly Reply.

Thanks in Advance,

Subhani.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
723

Hi,

Create the project with the package (class) you have created and it will ask for the request and rest of the developments under this project will be included in the same request under this project.

Reward points if you find it helpful.

Regards,

Prasanna

Hi All,

I have created a Project in CMOD and done every thing.

In my required Function Exit i wrote my code and saved it in dev.class with a TR. I also need to create a screen exit.A screen exit is already there in this project. But when i am creating and saving the screen, it is automatically saved in Local class. i.e when i am creating my screen it is not prompting me for entering Dev.class and TR. How can i save the screen in Dev class.

Kindly Reply.

Thanks in Advance,

Subhani.

4 REPLIES 4
Read only

Former Member
0 Likes
723

Hi Subhani,

So your requirement is to save it to a TP and the current function module is in a local class or &tmp

check the location/package of the include where you have written the code

go to the include in the exit -> click on "goto" - > "object directory entry" -> a pop up comes..if the current package is tmp ..change the development class to the required one(using the change button) then save..it will ask for a transport request...

Pls check,revert and reward if helpful

Regards

Byju

Read only

Former Member
0 Likes
724

Hi,

Create the project with the package (class) you have created and it will ask for the request and rest of the developments under this project will be included in the same request under this project.

Reward points if you find it helpful.

Regards,

Prasanna

Read only

Former Member
0 Likes
723

Hi,

Its simple,

Just go to the include in the exit -> click on goto" - > object directory entry > a pop up comes..assign package ..change the development class to the required one(using the change button) then save..it will ask for a transport request.

REWARD IF USEFUL

Read only

Former Member
0 Likes
723

Hi,

I am unable to save the screen exit in development class due to the following reason.

In SE51, if we go the the GOTO menu -->Object directory entry, we can see a popup.

In the top of the popup there will be a line with Object R3TR FUGS XES60(Say).

then goto Transaction SE10>GOTO menu>Transport Organizor Tools>Object directory entry>Change object directory entry.

Under this i entered FUGS and XES60. Then i saw that the standard package EE01 in which Screen exits exits was in locla object.

Then we removed the standard package from local object. Then we are able to save the screen exit in a development calss and able to transport.

Regards,

Subhain.