Entering content frameSyntax documentationset_modus Locate the document in its SAP Library structure

Use this method to specify whether the document should be displayed in normal mode or design mode.

CALL METHOD form->set_modus
       EXPORTING modus    = modus
                 no_flush = no_flush
       IMPORTING retcode  = retcode
                 error    = error.

Description of parameters

Parameter

Optional

Description

modus

X

'X': Display in display mode.

' ' : Display in design mode.

 

Leaving content frame