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

Change the SAP Script Package

Former Member
0 Likes
3,477

Hi,

How to change the SAP Script Package..when i use option copy from client option, it ask for a package but after copied it shows in the $TMP package...

how can i change it.

Regards,

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
1,937

Goto the Tcode SE03 and select the option "change object directory entry" and execute.

You will get a list of standard ABAP objects. Now select an empty row and give "R3TR" and "FORM" and give your SAP script name in the text box and execute.

Here you can change the Package or Development class.

~ From Forum

Hi,

How to change the SAP Script Package..when i use option copy from client option, it ask for a package but after copied it shows in the $TMP package...

how can i change it.

Regards,

7 REPLIES 7
Read only

amit_khare
Active Contributor
0 Likes
1,938

Goto the Tcode SE03 and select the option "change object directory entry" and execute.

You will get a list of standard ABAP objects. Now select an empty row and give "R3TR" and "FORM" and give your SAP script name in the text box and execute.

Here you can change the Package or Development class.

~ From Forum

Read only

0 Likes
1,937

Hi Amit,

Thank you. It does the job.

Read only

Former Member
0 Likes
1,937

Check this

[Change the package of SAP script |]

hope it works

Read only

Former Member
0 Likes
1,937

Step 1) Execute program RSWBO052

Step 2) Put R3TR FORM <Your SAPScript name>

Step 3) Press F8 and change package

Read only

Former Member
0 Likes
1,937

goto SE38 and execute the report RSWBO052.

Add the form in blank field under R3TR DTEL, mark field and put your sapscript name, (eg: click FORM = Z_script_name )then execute.

now,in the tree double click over sapscript name, and change the package or development class.

Read only

Former Member
0 Likes
1,937

hi,

GOTO->se80->choose package from the dropdown->then write the package namein wchich the sapscrip is->right click on the sapscript name->choose more function->change package assignment.

hope this helps

Regards

Ritesh J

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
1,937

Hi,

Goto SE80 --> select LOCAL OBJECTS from the drop down and hit enter.

You will be displayed a list of all local objects.

Locate your SAP SCRIPT --> right click on this script name --> click More Functions --> click Change Package Assignment and you will be prompted for a package name.

Give new package name and click done.

Your script is now assigned into the specified package.

Regards,

Tarun