‎2007 May 08 6:50 AM
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
‎2007 May 08 6:56 AM
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,
‎2007 May 08 6:53 AM
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.
‎2007 May 08 6:54 AM
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
‎2007 May 08 6:54 AM
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
‎2007 May 08 6:54 AM
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
‎2007 May 08 6:56 AM
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
‎2007 May 08 6:56 AM
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,
‎2007 May 23 8:46 AM