2009 Mar 07 9:37 AM
Hi,
i am trying to display purchase order, material and material long text, actually few of the materials long text contains more than 700 characters is it possible to display.
i was trying to read the material long text using read_text function module but it returns long text in the table format, how can we display table data in the list column.
regards,
revoori
2009 Mar 07 9:44 AM
data: l_v_text type char1024.
"suppose the output of read_text is in it_text then
loop at it_text in wa_text.
concatenate l_v_text wa-text-tdline into l_v_text seperated by ` `.
clear wa_text.
endloop.
кu03B1ятu03B9к
data: l_v_text type char1024.
"suppose the output of read_text is in it_text then
loop at it_text in wa_text.
concatenate l_v_text wa-text-tdline into l_v_text seperated by ` `.
clear wa_text.
endloop.
кu03B1ятu03B9к
2009 Mar 07 9:44 AM
data: l_v_text type char1024.
"suppose the output of read_text is in it_text then
loop at it_text in wa_text.
concatenate l_v_text wa-text-tdline into l_v_text seperated by ` `.
clear wa_text.
endloop.
кu03B1ятu03B9к
2009 Mar 07 9:47 AM
hi use like this...i think it is possible..
/: L_TEXT+0(255)
/: L_TEXT+255(255)
2009 Mar 07 12:29 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |