‎2008 Mar 27 9:29 AM
‎2008 Mar 27 9:32 AM
To transport standard text,
1) Go to Transaction SE38 and Provide the Program name RSTXTRAN Then execute(F8).
2) Provide the Name , ID and Language.
3) execute (F8)
4) it will generate one Requset no automatically.
5) Transport that request to quality
‎2008 Mar 27 9:31 AM
‎2008 Mar 27 9:31 AM
Hi,
GET ACCESS KEYFROM ADMIN TO CHANGE STANDARD TEXT
IT HAS TO BE ATTACHED WITH REQUEST AND TRANSPORT
Regards,
V.Balaji
Reward if Usefull...
‎2008 Mar 27 9:32 AM
To transport standard text,
1) Go to Transaction SE38 and Provide the Program name RSTXTRAN Then execute(F8).
2) Provide the Name , ID and Language.
3) execute (F8)
4) it will generate one Requset no automatically.
5) Transport that request to quality
‎2008 Mar 27 9:32 AM
Hi
Refer note 3355 in OSS for a complete explanation. The SAPscript objects that should be transported must be written in a transport request.
The entries are as follows:
R3TR FORM NAME (NAME = Name of the layout set)
R3TR STYL NAME (NAME = Name of the style)
R3TR TEXT OBJECT,NAME,ID,L
(OBJECT = Text object, NAME = Text name, ID = Text ID, L = Text language)
If you want to transport a number of texts, you can use report RSTXTRAN to insert the individual text keys into a correction. The transport request must be entered and released via the transport system.
Reward if useful
Regards
Chinni
‎2008 Mar 27 9:36 AM
To transport standard text use sap program
RSTXSCRP
RSTXTRAN
go throught this link[http://www.sap-basis-abap.com/sapbs027.htm]
‎2008 Apr 24 7:15 AM
Hi,
a) First create a workbench request from SE10.
then modify the classification type as development / correction. So a TR is ready for std text.
b) run RSTXTRAN and give the subtask/ correction id
text name, id, lang etc and execute
c) Next screen you just select that std text and enter
d) Further select that std text and click on transfer to correction
So, now your std text is mounted on to that correction (ie) in a TR. Now you can move the text to DIFFERENT clients.
Inside the same client, some may have systems like 100 and 010 where 100 is for development and 010 for testing. Changes
will get reflected in 010 by opening the std text and goto utilities --> copy from client. Let me know if you have any issues
Regards,
Sundaressh
‎2008 Apr 24 10:01 AM
hi,
The SAPscript objects that should be transported must be written in a transport request.
The entries are as follows:
R3TR FORM NAME (NAME = Name of the layout set)
R3TR STYL NAME (NAME = Name of the style)
R3TR TEXT OBJECT,NAME,ID,L
(OBJECT = Text object, NAME = Text name, ID = Text ID, L = Text language)
If you want to transport a number of texts, you can use report RSTXTRAN to insert the individual text keys into a correction. The transport request must be entered and released via the transport system.
SAP currently provide two standard programs for you to transport the standard texts.
RSTXSCRP - SAPscript Export to Dataset/ SAPscript Import from Dataset
RSTXTRAN - Transfer of SAPscriptTexts to a Correction
pls reward if helpful.