Show TOC

Background documentationConfiguration Parameters Locate this document in the navigation structure

 

The following parameters are defined in the default inbound plug of the window:

  • ADMIN_MODE

  • COMP_NAME

  • CONFIG_ID

  • CONFIG_TYPE

  • CONFIG_VAR

  • USE_DEFAULT_EDITOR

Note Note

When the configure_component application is used, the ADMIN_MODE is not filled since this URL parameter at configuration level would be ABAP_FALSE anyway (empty/initial). For this reason it is not used at all as a transfer parameter in this case.

End of the note.
Parameters for Component Configuration for Developers

The following parameters are provided for component configuration for developers:

  • COMP_NAME

    Name of the component for which the configuration is valid.

  • CONFIG_ID

    Unique ID of the configuration

  • CONFIG_TYPE

    This parameter is seldom set.

    Type of configuration, the following options are relevant:

    • General

      Component configuration

    • Application

      Application configuration

    • Generated

      ALV parameters

  • CONFIG_VAR

    This parameter is seldom set.

    Variant, this parameter is only relevant for ALV.

  • USE_DEFAULT_EDITOR

    You can use it to use the standard editor even if a self-written editor is declared.

Parameters for Component Configuration for Administrators

The same parameters are provided for component configuration for administrators as for developers. There is one extra parameter - ADMIN_MODE:

  • ADMIN_MODE

    Administrator mode is set if X is specified as the value.

  • COMP_NAME

  • CONFIG_ID

  • CONFIG_TYPE

  • CONFIG_VAR

  • USE_DEFAULT_EDITOR

    You can use it to use the standard edit even if a self-written editor is declared.