cancel
Showing results for 
Search instead for 
Did you mean: 

Standard text in Smartforms

Former Member
0 Kudos

Hi,

I need to get the standard text in ME22 in the smartform.

the text is about 3000 characters. Or even more than that.

I am able to get only 255 charc as display. this window in in Main window only. i am using the FM READ_TEXT and i am looping at the TLINE table also.

and i am concatenating the TDLINE in to the string variable.

i am getting the text in a string and displaying it.

How can i get the full text from Standard text.

Thanks.

Vikki.

Accepted Solutions (0)

Answers (1)

Answers (1)

naimesh_patel
Active Contributor
0 Kudos

Why don't you use the INCLUDE text instead of the reading the text through READ_TEXT and printing it ?

In the text node, change the node type to Include Text.

Here you can give the variable name which stores the text name and othe properties to call it dynamically.

Regards,

Naimesh Patel

Former Member
0 Kudos

Hi ,

I think Include text gives out data only upto 132 charac.

isnt it.

I tried this . i think Include text does the job of Read text.

Am i correct.

Actually the standard text runs to 2 pages.

Vikki.

Adi_Bathineni
Participant
0 Kudos

Hi,

Include Text acts as Read_text, But it will bring entire text what ever is avialble and print .

Please check it once

Regards,

Adi.