Change Dev. Class for Sapscript form
How can you change the development class of a Sapscript form in version 4.0B
I just can't seem to find a place to change it... It's currently saved as a local object...
Thanks
1. Go to SE38 and specify the program name as RSWBO052. Execute this program. Specify the Program Id as R3TR, the Object Type as FORM and the Object Name as 'XYZ' or whatever your SAPScript Form name was.
2. Execute. This will show a list with the SAPScript Name and the old development class. Select the line and click the Change Object Directory Entries button (seen at the top on the application toolbar). This will open the screen for you to specify the dev.class again. You may have to select the Change icon (pen) for doing this.
Have fun.
Chaps.
Hi,
Another way of doing this is:
1) start transaction 'SM31'.
2) Enter the name TADIR and choose the function Maintain.
3) On the following screen make the following entries:
Field 'Program ID' : R3TR
Field 'Object type' : FORM
Field 'Object name' : <form name> (in upper case)
choose the adjacent checkbox and execute it. This displays a list of found objects. Select the object to be maintained in this list and then choose 'Change object directory'. In the following window you can overwrite the development class and save the entries.
Have fun,
Manoj
Hi ,
The best option, use transaction SE03.
Put your cursor on entry Change object directory entries and execute.
The next screen shown is self explanatory.
You can use this transaction to change Devlopment class of all ABAP objects.
Regards,
Sudhir/Mohit