‎2007 Jul 18 9:56 AM
what is standard text? is it neccessary compulsory to use it & we want to create it.
‎2007 Jul 18 10:00 AM
Use of Standard Texts
Also see this:-
Rewerds point for useful answer...........
Regards,
Abhay Singh.
‎2007 Jul 18 10:01 AM
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).
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.
<b>
Reward points</b>
Regards
‎2007 Jul 18 10:05 AM
Standart text is the text that is created in tcode SO10 mainly used in forms.
Main advantage of using it is, is to display text (similar to text elements) in your form, But once your object is moved to production and if you want to change the text dynamically, only thing is you can modify the standard text and it is reflected in your form.
Usually, SO10 is kept open for user, Ex: bank account number, HDFC etc maintained in standard text and dispalyed in your form , now bank has been changed just modify the standard text that is used in your form Ex. HSBC.
Reward points to all useful answers.
Regards,
Sairam