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 |
How can I word wrap the text being displayed in sapscript?
How many styles for there in script?
I create a box in sap script for the amount in bill,i want to add Rs. word over box,it is possible?
Can we have more than one Selection Screen and how ?
If the second page is not triggering what is the problem?
How can I format the date being displayed in the sapscript?
Explain compare tool.
What is the use of the position and size command in sapscripts?
What is the use of rstxscrp program?
How to design the windows in script?
Different types of ABAP memory ?
5. What are the difference between BADI and user Exit.