cancel
Showing results for 
Search instead for 
Did you mean: 

Using Read_text want to print continuous text

Former Member
0 Kudos

Hi,

My requirement is to print continuous text using read_text.

Here we are not supposed to use include text to print continuosly.

For ex:The text in script is like as below

*Firstline

Secondline

Reqirement is to ptint as Firstline Secondline by using read_text only.

Please help.

Thanks & Regards,

Shirisha Kandula

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

probably if we use read_text ,it will read the text in continious manner watever in so10,,,,,try to use proper paragraph format and style

Thanks........

Edited by: lingaraj.ad on Feb 16, 2012 12:18 PM

Former Member
0 Kudos

Hi,

I dont find any problem in this case,,,,,,check standerd text in s010,,,,then find out text id,name ....pass the corresponding values to read text,,,,,,,,,

for any help revert back

Thanks....

Former Member
0 Kudos

My question is to print continuous text in script after fetching the data from read_text not for how to pass the parameters to read_text.

Former Member
0 Kudos

HI friend,

Its simple.

Just create a variable of type String. Loop the result table from the function module READ_TEXT. Then concatenate to the String Variable and use that variable in the Script.

I think this will solve your problem if you face issues please revert back to me i will help you.

Thanks,

Sri Hari

Former Member
0 Kudos

Hi Hari,

If the text is as below the concatenate will not work because for the newline also it will print in the sameline.

Ex:

  • Firstline

Secondline

*Thirdline

O/P if we concatenate is: Firstline Secondline Thirdline

But my requirement is to print like

Firstline Secondline

Thirdline

Hope u got my point.

Thanks,

Shirisha