Skip to Content
0
Former Member
May 26, 2008 at 05:37 PM

Regarding long text sap script

36 Views

Hi,

We are working on a modified form of MEDRUCK, in the main window we want the details of the PO to be displayed something in the format below (the underscore '__' is only for proper spacing)

It No.___Mat No.__PO Item Text_____________Qty_____Amount

-


10_______0000001__text in 1 line____________10______1000__

20_______0000001__text still in 1 line_________20______2000__

30_______0000001__text being truncated due to_30______3000__

40_______0000001__Multiple lines within tab____40______4000__

Now for 'PO item Text' having small description it comes properly but for those items exceeding the space provided it gets truncated.

we want something like

It No.___Mat No.__PO Item Text_____________Qty_____Amount

-


10_______0000001__text in 1 line____________10______1000__

20_______0000001__text still in 1 line_________20______2000__

30_______0000001__text being truncated due to_30______3000__

__________________space limitation that can be______________

__________________solved by ?_______________________________

40_______0000001__Multiple lines within tab____40______4000__

Is this possible in SAP script? i.e. the display of text in column format. If yes how?