Hi!
Standard text are good, if you are using them in more than one SAPScript, because you have to maintain them only once, and not in every SAPScript.
It is really good to write rarely changing texts into the SO10 standard texts (for example company name, and address).
Regards
Tamá
standard text is not always used in scripts. when ever u want to display some data u need to use standard text so that the data gets displayed. Say, u have a large piece of document which needs to be printed at end of script... rather than writing the whole thing in script, we create standard text using SO10 and then use the name along with standard text in script.
Add a comment