Application Development 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: 

Dev Class in SCRIPT

Former Member
0 Kudos

hi all!!!!

can anyone tell me how to change the dev class of

script in SE71 ,

at present my script is in $tmp

thanks in advance...

looking for quick reply...

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi Praveen,

You can use standard program <b>RSWBO052</b> 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,

Ferry Lianto

Please reward points if hepful.

3 REPLIES 3

ferry_lianto
Active Contributor
0 Kudos

Hi Praveen,

You can use standard program <b>RSWBO052</b> 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,

Ferry Lianto

Please reward points if hepful.

Former Member
0 Kudos

HI

GOOD

IF YOUR DEVELOPMENT CLASS IS $TMP THAN ITS A DEFAULT DEVELOPMENT CLASS OF SAP.IF YOU WANT TO STORE YOUR SAP SCRIPT IN ANOTHER DEVELOPMENT CLASS THAN YOU HAVE TO CREATE A NEW DEVELOPMENT CLASS IN CLICKING THE NEW BUTTON WHILE SAVING THE SAP SCRIPT REPORT.

THANKS

MRUTYUN

Former Member
0 Kudos

Hi

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.

Reward the points if it solves your prob and revert back if any prob.

Kishor