how you create standardtext and how to transfer standard
text from one client to another?
Answers were Sorted based on User's Feedback
Answer / krishnaveni
The T-code for creation of standard text is SO10
there r two ways of transfering of standard text
By using standard program RSTXSCRP download/upload
or
By using standard program RSTXTRAN
first transfer to correction, transport request is assigned
to it.
go to T-code SE09 to transport that request.
Is This Answer Correct ? | 36 Yes | 5 No |
TRANSFER Standard TEXT FROM ONE CLIENT TO ANOTHER
lets see it with an example -
i have defined a text -ZTEXT in client 100
now i want it to be copied to client 200
Goto to client 200
goto tcode so10
Utilities->Copy from client->
fill in text name =ZTEXT
text id =ST
Land=EN
source client = 100
target name = ZTEXT
and execute..
this will copy the text to client 200
Is This Answer Correct ? | 21 Yes | 0 No |
Answer / indu
To create standard text in SAP script, there is an option
to insert standard text in the text element screen. click
on insert--->text--->standard and give the text name, text
id and language as input parameters and text object is
always "TEXT" for standard SAP script texts. this inserts
standard text in the script.
To transport standard text from one client to another, we
could probably use SCC1 transaction in the target client
and give the source client and tranport request for copying
(not sure about this).
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / debahruti
Use program RSTXTCPY to Copy the text betwn clients.
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / sudip
The T-code for creation of standard text is SO10
the way of transfering of standard text
By using standard program RSTXSCRP download/upload
Is This Answer Correct ? | 2 Yes | 0 No |
What is the print program?
How to change the package of a SAP Script ?
what is the table name that will contain all the script form names and print program names ?
What is The Diff Between RFC & FM ? Urjent.
What are the components/elements/layout sets in sap script ?
What is the standard text?
if u create script.in that layout set u have main window. in that i want first line in english,next line to last iwant in german or other language
I receive 5 orders from customer. Irrespective of Value or quantity, first 3 orders get discount. From 4th order onwards no discount. How to do this?
How to download/upload image sapscripts from & to your pc?
The logo uploaded using RSTXLDMC programe, Where it is going to store ?
What role does an abap program play in sapscript?
How do you create boxes in sap script?