Skip to Content
0
Feb 19, 2004 at 11:58 AM

Sapscript text in BSP pages

74 Views

Hello all

What is the best way to display sapscript text (like standard text, texts material master, from sales order etc.) in a BSP page?

I could read the text with function module read_text. Than loop at the output table and print the text.

<% loop at lines. %>

<%= lines-TDLINE %>

<% endloop. %>

But SAP must have invented a more neat way. Maybe a way that also handles the paragraphs and character formats ?

Best regards

Thomas Madsen Nielsen