SET_TEXT_AS_R3TABLE
This method allows you to place text from the control into an internal table. Existing text is overwritten. The text is passed without information about line breaks.
Windows |
HTML |
Java |
ü |
ü |
ü |
call method textedit->set_text_as_r3table
exporting
table = table
exceptions
error_dp =1
error_dp_create = 2.
Parameter |
Description |
table |
Internal table with text |

If you use a table with shorter lines than those in the SAP Textedit, the text from the control is only passed up to the length of the table line. The remaining text is lost.
If the lines of the table are longer than the lines of the control, the table lines are filled with trailing spaces.
