SAP Function S_UI_CLASS_DEPENDENCIES - Defines the Dependencies in the UI Classification

Parameter Reference Length Optional Text
DEPEND_TAB UIDEPEND 10 Structure for the UI Classification Dependencies

Functionality
S_UI_CLASS_DEPENDENCIES describes the dependencies within and betweenthe UI classification of transactions and workflow tasks, as well asthe display options in the SAP Workplace. These dependencies aredescribed by output table DEPEND_TAB as follows:

  • The first four columns CL_EWT, CL_HTML, CL_JAVA and CL_WIN define the
  • four possible classifications for transactions and workflow tasks.
    • The fifth column defines which UI class needs to be passed to the
    • Workplace server for the URL generation.
      • The remaining columns specify which display techniques are possible
      • in the SAP Workplace for the particular UI classes.
        For example, a line in DEPEND_TAB with the values
        ,,CL_EWT = ' ',
        ,,CL_HTML = 'X',
        ,,CL_JAVA = 'X',
        ,,CL_WIN = ' ',
        ,,UI_CLASS = ' ',
        ,,WP_EWT = ' ',
        ,,WP_HTML = 'X',
        ,,WP_JAVA = ' ',
        ,,WP_WIN = 'X',
        ,,WP_TS = 'X'
        says that a transaction or task that was released by thedeveloper for "SAPGUI for HTML" and "SAPGUI for JAVA" falls within theUI class ' ' (WebGUI-enabled) for the Workplace server(possible values for this field are defined by domain TCDUICLASS).
        This in turn defines that the transaction or a work item for this taskcan be displayed in the Workplace with
        "SAPGUI for HTML" or
        "SAPGUI for Windows",
        where in the second case there are the following display variants:
        "SAPGUI for Windows" is started directly on the local PC or
        on a terminal server.