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

format text

Former Member
0 Likes
691

I want the text of sap script to use in my object,can any body tell me the format of the text which will be used in scripts,

tnx in advance

4 REPLIES 4
Read only

Former Member
0 Likes
662

sap scripts texts are used like this

/: INCLUDE ZABC OBJECT TEXT ID ST LANGUAGE EN PARAGRAPH C.

Name: ZABC

Object: Text

Text id: ST (Text id from SO10)

Language: EN

Paragraph: C (Centered)

Read only

faisalatsap
Active Contributor
0 Likes
662

Hi,

Please have a look at the following Threads hope will help you out.

[Formatting in SAP script|;

[Format of text in script|;

Kind Regards,

Faisal

Read only

shishupalreddy
Active Contributor
0 Likes
662

Hello,

U can create u r own Paragraphformats OR char Formats within Script anduse them script editor as per u r requirement,

Or if it isa standard text , create the sameusing SO10 tocde and use the samewithin script editor using INCLUDE Statement .Transport the same using RSTXTRAN Standard progrqm.

Regards,

Read only

Former Member
0 Likes
662

Hi,

Check the below link

Hope this helps.

Regards,

Anki Reddy