Application Development 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: 

standard texts

Former Member
0 Kudos

Hi,

How do we send Standard texts to diff systems. I mean Dev to Qual to prod

regards,Ram

3 REPLIES 3

Former Member
0 Kudos

u can upload/download Staandard texts using the report program <b>RSTXSCRP</b> also check the report <b>RSTXTRAN</b> where in u can attach ur texts to a Correction

Former Member
0 Kudos

U CAN USE

STANDARD PROGRAM :RSTXSCRP

OR MAKE A STANDARD REPORT REQUEST AND TRANSPORT IT TO DESIRE SERVER USING "SCC4" TCODE

GO TO SE71:UTILITIES -


COPY FROM CLIENT

Former Member
0 Kudos

hi Ram,

Report RSTXSCRP allows SAPscript objects (standard texts, styles, forms) or device types to be transported between R/3 and a local or central file.

Read documentation on report RSTXSCRP for more details.

OR

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.

Regards,

Santosh