cancel
Showing results for 
Search instead for 
Did you mean: 

PO Long Text formatting issue on smartform

Former Member
0 Kudos

Hi ,

We have a PO smartform in our SRM system and we are facing problem with formatting of long text on the smartform for long texts maintained for the PO.

for ex, we maintain the long text as --

"this is long text for item 1.

1. this is line 1.

2. this is line 2."

On the smartform it is displayed as --

this is long text for item 1. 1. this is line 1. 2. this is line 2.

So basically, the line breaks in the text are not considered in the smartform .

Any suggestions on how to fix this issue ??

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

first thing, you should post it in ABAP/ smartforms forum..

ok. you can go for read_text FM to fetch the data into a internal table and display the lines as table rows.(or keep looping and keep displaying each row)