TCL_MENU_BUTTON - Menu Options and Buttons in the Classification System
Menu Options and Buttons in the Classification System information is stored in SAP table TCL_MENU_BUTTON.
It is part of development package CL in software component CA-CL-CLS. This development package consists of objects that can be grouped under "R/3 Application development: PP Classification System".
It is part of development package CL in software component CA-CL-CLS. This development package consists of objects that can be grouped under "R/3 Application development: PP Classification System".
Fields for table TCL_MENU_BUTTON
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
PROGID | ABAP Program Name | X | PROGNAME | CHAR | 40 | |
CONTROL_LC_CLASS | Control or Local Class | X | CONTROL_LC_CLASS | CHAR | 30 | |
TYPE_REF_TO | Variable Pointing to Class or Local Class | X | TYPE_REF_TO | CHAR | 30 | |
TYPE | Typing of Menu or Button | X | BUTTON_MENU_TYPE | CHAR | 1 | |
MENU_POS | 3-character counter | X | DZAEHL3 | NUMC | 3 | |
CHANGE_MODE | Character Field of Length 1 | CHAR01 | CHAR | 1 | ||
SUB_TYPE | Standard Menu/Button Entry or Separator | BUTTON_MENU_SUB_TPYE | CHAR | 1 | ||
INSERT_DELETE | Insert or Delete Button/Menu Entry | INSERT_DELETE | CHAR | 1 | ||
FCODE | Function code | UI_FUNC | CHAR | 70 | ||
TEXT_NR | 3-character counter | DZAEHL3 | NUMC | 3 | ||
ICON | Icon in text fields (substitute display, alias) | ICON_D | CHAR | 4 | * | |
IS_DISABLED | Character Field of Length 1 | CHAR01 | CHAR | 1 | ||
BUTN_TYPE | Toolbar button type | TB_BTYPE | INT4 | 4 | ||
QUICKINFO | Quickinfo for an icon | ICONQUICK | CHAR | 30 |