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

Standard text?

Former Member
0 Likes
891

How can we transport the standard text?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
867

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

7 REPLIES 7
Read only

Former Member
0 Likes
867

rstxtran program

Read only

Former Member
0 Likes
867

Hi,

GET ACCESS KEYFROM ADMIN TO CHANGE STANDARD TEXT

IT HAS TO BE ATTACHED WITH REQUEST AND TRANSPORT

Regards,

V.Balaji

Reward if Usefull...

Read only

Former Member
0 Likes
868

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

Read only

Former Member
0 Likes
867

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

Read only

Former Member
0 Likes
867

To transport standard text use sap program

RSTXSCRP

RSTXTRAN

go throught this link[http://www.sap-basis-abap.com/sapbs027.htm]

Read only

Former Member
0 Likes
867

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

Read only

Former Member
0 Likes
867

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.