Start of Content Area

Function documentationSET_TEXT_AS_STREAM  Locate the document in its SAP Library structure

Use

This method allows you to set text from an internal table as a stream. Existing text is overwritten. The text is passed with information about line breaks.

Windows

HTML

Java

ü

ü

ü

Features

call method textedit->set_text_as_stream

  exporting
    text = text

  exceptions
    error_dp =1
    error_dp_create = 2.

Parameter

Description

text

Internal table with text

 

 

End of Content Area