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

can we write a stndard text for a string?

Former Member
0 Likes
509

Hi All,

its a very silly one, i have a text : "XYZ Enterprise"\

can i use a standard text for this to refer it into a program.

as an example.

I want to use the above text in a Reprot for writing the report header.

is it possible if so whats ths syntax for it to write it in a reprot.

thanks in advance.

Hi All,

its a very silly one, i have a text : "XYZ Enterprise"\

can i use a standard text for this to refer it into a program.

as an example.

I want to use the above text in a Reprot for writing the report header.

is it possible if so whats ths syntax for it to write it in a reprot.

thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
475

Hi,

Generally standard texts are used in sapscripts.

usage is :

INCLUDE ZO26_IN_MAINT_TEXT OBJECT TEXT ID ADRS PARAGRAPH ZF LANGUAGE EN

Rgds,

HR

Read only

0 Likes
475

Hi

Standard text(so10) used in sap scripts.

Instead of that use text elements and use that text elements.

in the menu bar,u have text-elemnts option ..create and save and activate it.

Read only

Former Member
0 Likes
475

Hi,

Why you want to create it as a standard text. It can be created as text element in the report only.

definy the text eleemnt and use is as text-000 in your report to print the text.

Still you want to creat in as a standard text means then you have to use the FM 'READ_TEXT' to get the text into internal table, after that you can print this as a report header.

Regards,

Satya.