cancel
Showing results for 
Search instead for 
Did you mean: 

development class of script

Former Member
0 Kudos

hi experts,

i have a doubt regarding sap scripts.

How to change the developement class of a script?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

RSWBO052 --> Change development class of a sapscript

Enter R3TR and FORM in the input values, this is for SAPSCRIPT, enter your Script and Press the Object Directory Entry push button and change the Development class for SAP SCRIPT ....

Regards

Sudheer

Former Member
0 Kudos

hi naveen,

than's for your answer.but i have a small problem.

after executing that predefined programe it's giving like

R3TR-PROG

R3TR-CLASS

etc. i select the check box R3TR-DATAELEMENT.but after that i'm not able to type the code which you have given to me.

could you please help me on that?

Former Member
0 Kudos

1. Execute program RSWBO052 .

2. In further Restriction subscreen put your development class ( in Your case $tmp ) and execute .

3. In new screen expand the tree if any and double click on your object ( sapscript form ) , here you put your new dev class and save.

Former Member
0 Kudos

another way of doing the same is......

You can go to Transaction SE80 -> Select Package -> Enter &TMP -> Hit Enter -> Find your SAPScript object -> put the cursor and right click -> Other functions -> Object Directory Entry -> Change -> Change the package -> Save.

if u find useful mark the points

~~Guduri

Former Member
0 Kudos

Hi!

You can delete the transport request of your sapscript in SE10 transaction.

Then modify it again in SE71, and when it is asking for a new transport request, you can change it.

Regards

Tamá

Former Member
0 Kudos

You 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.

~~Guduri