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

how to change the dev class ttached to a sapscript layout

Former Member
0 Likes
845

Hi ,

i am trying to change the dev class for the layout. is there any way. In Administation button the dev classs is coming in dispaly mode.

Also is there any way to delete a layout.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
820

Hi,

change the dev class ttached to a sapscript layoutYou can use standard program RSWBO052 to change development class.

R3TR DTEL Data Element

Next blank line

Click FORM = <script_name>

F8 9 Execute -> double click and change the class

Also you can check this link.

http://www.sapgenie.com/abap/tips_and_tricks.htm#How_to_change_development_class_of_a_SAPscript

Hope this will help.

Regards,

Raj.

Hi ,

i am trying to change the dev class for the layout. is there any way. In Administation button the dev classs is coming in dispaly mode.

Also is there any way to delete a layout.

5 REPLIES 5
Read only

Former Member
0 Likes
821

Hi,

change the dev class ttached to a sapscript layoutYou can use standard program RSWBO052 to change development class.

R3TR DTEL Data Element

Next blank line

Click FORM = <script_name>

F8 9 Execute -> double click and change the class

Also you can check this link.

http://www.sapgenie.com/abap/tips_and_tricks.htm#How_to_change_development_class_of_a_SAPscript

Hope this will help.

Regards,

Raj.

Read only

0 Likes
820

Thanks a lot ...I used SE03 transaction ..once i saved in $TMP i was also able to delete it

Read only

Former Member
0 Likes
820

hi,

you can go to se03.

in that there is option to change the object dictionary elements..

so choose that option and execute..

enter your script there and then it will ask you the new dev class and request..as you want to do..

hope this will help u out..

Read only

Former Member
0 Likes
820

Hi Friend,

Go to transaction SE03, and double click on change object directory entries. Choose Form from F4 help and give form name...you will able to change the package...

Regards

Krishnendu

Read only

Former Member
0 Likes
820

Hi,

To change the development class of the layout go to SE03.

Follow this structure: Transport Organizer Tools>Object Directory>Change Object Directory Entries

Place the cursor on the Change Object Directory Entries option and execute. On the screen displayed - by default you have option for some objects. Script layouts are not included in that.

You have to manually enter the object type as 'FORM' and then give the layout name, select the checkbox on the left and execute.

On the screen displayed you can place the cursor on the existing development class and choose 'Object Direcoty' on the tool bar and change the development class.

Thanks.