SAP TEXT OUTPUT ABEXA



Get Example source ABAP code based on a different SAP table
  


VX_EXA_ONLY

ABAP_DYNPRO - Text Output
This example demonstrates the output of unformatted text.

ABAP_SOURCE_CODE
DEMO CL_DEMO_SHOW_TEXT

ABAP_DESCRIPTION
The class uses the methods of the class CL_DEMO_TEXT, which was designed for this purpose. The class encapsulates the use of a text edit control in a dialog box.
Wrappers like this can replace the use of the statement WRITE for simple text output.