Application Development and Automation 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: 
Read only

Definition

Former Member
0 Likes
481

Hi ,

Can anyone explain

what are standard texts?

what is value point?

3 REPLIES 3
Read only

Former Member
0 Likes
429

<b>Standard Texts</b> are text maintain by <b>SO10</b> transaction, and can be used by any report or application...

Not idea about <b>value point</b>...

Greetings,

Blag.

Read only

Former Member
0 Likes
429

Hi,

What are standard texts?

Mainly we are using standard texts to avoid hardcoding in scripts or smartforms.

If you need to include the name of your company and address in the form you

just include a standard text in your form by include statement(script) and by

include text dropdown in forms. If in later part of time your company address

change you need to change the standard text not to touch the form. This is the

way standard text helps us.

The transaction code for standard text id SO10.

What is value point?

I am not aware of this. What are you referring to?

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
429

1) Standard texts are the static texts that are fixed in nature.

For example the terms and codntions that you see at the back of a agreement document do not vary from agreement to agreement for the same type of document.

The transaction to create standard texts is So10.

The texts will eventually get saved in STXH and STXL tables in raw format.

You can use SAVE_TEXT fm and READ_TEXT for programatiaclly saving and reading the standard texts.

Regards,

Ravi