SWU5TREITM is an SAP Structure so does not store data like a database table does but can be used to process "Item for Tree Control for Selection of Attribs of Obj. Types" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_SWU5TREITM TYPE SWU5TREITM .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
.INCLUDE | TREEV_ITEM | Tree Control: Attributes of an Item | ||||
NODE_KEY | TV_NODEKEY | CHAR | 12 | Tree Control: Node Key | ||
ITEM_NAME | TV_ITMNAME | CHAR | 12 | Tree Control: Column Name / Item Name | ||
.INCLUDE | TREEMBITEM | Tree Control: Internal | ||||
CLASS | INT4 | INT4 | 10 | Natural Number | ||
FONT | INT4 | INT4 | 10 | Natural Number | ||
DISABLED | AS4FLAG | CHAR | 1 | Flag (X or Blank) | ||
EDITABLE | AS4FLAG | CHAR | 1 | Flag (X or Blank) | ||
AS4FLAG | CHAR | 1 | Flag (X or Blank) | |||
ALIGNMENT | INT4 | INT4 | 10 | Natural Number | ||
T_IMAGE | TV_IMAGE | CHAR | 46 | Tree Control: Icon / Image | ||
CHOSEN | AS4FLAG | CHAR | 1 | Flag (X or Blank) | ||
TOGG_RIGHT | AS4FLAG | CHAR | 1 | Flag (X or Blank) | ||
STYLE | INT4 | INT4 | 10 | Natural Number | ||
.INCLUDE | TREEVBITEM | Tree Control: Internal | ||||
LENGTH | INT4 | INT4 | 10 | Natural Number | ||
LENGTH_PIX | AS4FLAG | CHAR | 1 | Flag (X or Blank) | ||
IGNOREIMAG | AS4FLAG | CHAR | 1 | Flag (X or Blank) | ||
USEBGCOLOR | AS4FLAG | CHAR | 1 | Flag (X or Blank) | ||
TXTISQINFO | AS4FLAG | CHAR | 1 | Flag (X or Blank) | ||
TEXT | SWU_ARTXT | CHAR | 50 | Text in Tree Control |
Key field | |
Non-key field |