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

Regarding sap script

sreeramkumar_madisetty
Active Contributor
0 Likes
834

Hi

How we can save the sap script into a package?

In my case by default it was saving in $tmp(local).

now I want to move that script to my package under my TR.

<b>Points are assured for correct answers.</b>

Regards,

Sreeram

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
807

check this link,

/people/thomas.weiss/blog/2007/04/17/abap-trial-version-for-newbies-part-7-creating-a-program-and-a-package--an-introduction-to-the-sap-change-and-transport-system

award points dear if this is useful,

thank you,

7 REPLIES 7
Read only

Former Member
0 Likes
807

Hi Sree,

U can do one thing copy the same script with othername while saving withthat name give the package name what ever u want.

Else

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,

Priyanka.

Read only

Former Member
0 Likes
807

Hi

Like reports from the menu You don't changes the package using OBJECT DIRECTORT entry.

Script form allows to add packagae donly during the creation only.

So you have to create a new form and have to assign a packagae and to copy.

or create a request and go to SE09 tcode

double click on that request

change mode

add the entry as

<b>R3TR - FORM - <script form Name></b>

Reward points if useful

Regards

Anji

Read only

kiran_k8
Active Contributor
0 Likes
807

Sreeram,

Open the SAP script.

Go to utilities in the menu bar.

choose object direct entry

and there you can assign the script to the package you wish to.

K.Kiran.

Message was edited by:

Kiran K

Read only

ashok_kumar24
Contributor
0 Likes
807

Hi Sree Ram,

Good Check out the following programs

<b>SAP Script - Usefull programs

RSTXFCON Converts SAPScript page formats

RSTXSCRP Save a SAPScript layout set to disk, and load it back into SAP.

RSTXTPDF4 Pass the spool number of a report's output to this program to have the output converted to PDF format.

RSWBO052 Change development class of a sapscript </b>

Good Luck and thanks

AK

Read only

Former Member
0 Likes
807

Hi,

The easiest and safe way is create a new sap script from FORM--> COPY From and save it to the TR you want .

OR may be you can use Prog : RSTXSCRP

Hope this solves your purpose.

Award points if it helps.

-Gaurang

Read only

Former Member
0 Likes
808

check this link,

/people/thomas.weiss/blog/2007/04/17/abap-trial-version-for-newbies-part-7-creating-a-program-and-a-package--an-introduction-to-the-sap-change-and-transport-system

award points dear if this is useful,

thank you,

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
807

Hi

It's Answered.