cancel
Showing results for 
Search instead for 
Did you mean: 

line item (long text)

Former Member
0 Kudos

Hi Gurus,

In sapscript form, there is a main window for the line items. If the material description of that item is too long, how can i move it to the next line?. The other values of the line items are misplaced/not aligned to the corresponding column because of long text description. Can anyone suggest on how to solve this?

Many thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member533584
Contributor
0 Kudos

Hi,

yes i will happen, so first u check the maximum no .of characters of longtext for which aliignment is proper .. then use function module RKD_WORD_WRAP to split the long text.. using the max number .i think any how u r using tabs in priniting the values..

then in script use like this..

/: IF &OUT_LINE2& NE &SPACE&.

P1 ,,,,,,,,,,,,,,&OUT_LINE2&,,

/: ENDIF.

/: IF &OUT_LINE3& NE &SPACE&.

P1 ,,,,,,,,,,,,,,&OUT_LINE3&,,

/: ENDIF.

i think it will resolve ur problem..

Thanks,

Ananth

Former Member
0 Kudos

hi,

If you want some text in new line, Then put '=' in 'Tag coloumn'

instead of paragragh( p1, p2, *,...) in Text elements.

'=' format is used for extended line.

hope it will be useful.

Former Member
0 Kudos

create a paragaph format to display description and

give the Right margin to that where exactly u want to stop writing the description on a line

the it will print on the next line insted of printing on the same line.

Regards,

Jagadeesh.