CNVTDMS_UI_S_BPL_BUSS_OBJ is an SAP Structure so does not store data like a database table does but can be used to process "Tree structure for display of Transf. Solution Item" 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_CNVTDMS_UI_S_BPL_BUSS_OBJ TYPE CNVTDMS_UI_S_BPL_BUSS_OBJ .
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 |
ROW_KEY | STRING | Row Key of tree table | ||||
PARENT_KEY | STRING | Parent row key of tree table | ||||
TREE_COLUMN_TEXT | STRING | Business object of SLO | ||||
TABLE_COLUMN_1_TEXT | STRING | Type of business object | ||||
TABLE_COLUMN_2_TEXT | STRING | Description of business object | ||||
EXPANDED | WDY_BOOLEAN | CHAR | 1 | Replacement for Real Boolean Type: 'X' == True '' == False | ||
IS_LEAF | WDY_BOOLEAN | CHAR | 1 | Replacement for Real Boolean Type: 'X' == True '' == False | ||
BUSS_OBJ_GUID | LTR_GUID | CHAR | 32 | LTR: Object GUID | ||
IMAGE_SOURCE | STRING | |||||
TABLE_ID | LTR_BO_TABLE_ID | INT4 | 10 | LTR: Table ID within a Business Object | ||
ACTIVE | WDY_BOOLEAN | CHAR | 1 | Replacement for Real Boolean Type: 'X' == True '' == False | ||
ENABLE_CHKBOX | WDY_BOOLEAN | CHAR | 1 | Replacement for Real Boolean Type: 'X' == True '' == False | ||
CELL_COLOR | WDUI_TABLE_CELL_DESIGN | NUMC | 2 | Web Dynpro: TableCellDesign | ||
DELIM_GUID | LTR_GUID | CHAR | 32 | LTR: Object GUID | ||
OBJECT_TYPE_DESC | STRING | Business object type description | ||||
OBJECT_NAME | LTR_OBJECT_NAME | CHAR | 32 | LTR Object Name |
Key field | |
Non-key field |
CNVTDMS_UI_S_BPL_BUSS_OBJ - Tree structure for display of Transf. Solution Item CNVTDMS_TAB_REDUC_TABC - Description of Table Category CNVTDMS_TAB_REDUC_SG - Selection Group Structure of Table Reduction CNVTDMS_TAB_REDUC - Table Reduction CNVTDMS_SRM_CLU - Cluster for Temporary Data Storage CNVTDMS_SOFTCOMP - Table which stores the Software Components for Applications