Show TOC

Background documentationCL_WEB_DYNPRO Locate this document in the navigation structure

 

An application that uses the ABAP Dictionary search help can find out whether it is running in the Web Dynpro environment by querying the attribute IS_ACTIVE of class CL_WEB_DYNRPO:

Syntax Syntax

  1. IF CL_WEB_DYNPRO=>is_active = abap_true. ... ELSE. ... ENDIF.
End of the code.