cancel
Showing results for 
Search instead for 
Did you mean: 

Alignment problem in SAp Script

Former Member
0 Kudos

Hi All,

I am quite new to ABAP. I was working in .net for two years. I am developing an

SAP script which includes table layout. No my problem is that certain texts in certain columns is so longer that the alignment get distorted. Is there any way in sap script by which we can bring down the text to next line if the text length exceeds certain limit. In web development it is possible to display like that and i hope it is possible in sap script also. Could any one please help me?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

First you need to consider the of the maximum possible length of each program symbol you are giving in the table layout. Depending upon that you need to create Tab spaces in "Paragraph formats" option.

Each tabspace will allocate certain length of space to each program symbol.

Plz reward if helpful.

Thanks,

Nagendra

Answers (1)

Answers (1)

Former Member
0 Kudos

try using FM - RKD_WORD_WRAP