RPLM_TS_QIMT_CODING is an SAP Structure so does not store data like a database table does but can be used to process "Coding" 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_RPLM_TS_QIMT_CODING TYPE RPLM_TS_QIMT_CODING .
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 |
CODING_KEY | RPLM_TD_QIMT_CODING_KEY | CHAR | 40 | Coding - Key | ||
CODING | RPLM_TD_QIMT_CODING | CHAR | 40 | Coding | ||
CODING_TEXT | RPLM_TD_QIMT_CODING_TEXT | CHAR | 80 | Short Text for Coding | ||
PARENT_KEY | RPLM_TD_QIMT_CODING_KEY | CHAR | 40 | Coding - Key | ||
IS_LEAF | BOOLEAN | CHAR | 1 | Boolean Variable (X=True, -=False, Space=Unknown) | ||
IS_EXPANDED | BOOLEAN | CHAR | 1 | Boolean Variable (X=True, -=False, Space=Unknown) | ||
VALUE_ACCEPTED | RPLM_TD_QIMT_CHARAC_VAL_ACCEPT | CHAR | 1 | Acceptance/Rejection for a Value of a Characteristic | ||
ICON_ACCEPTED | CHAR32 | CHAR | 32 | Character field, length 32 | ||
QUICKINFO_ACCEPTED | CHAR100 | CHAR | 100 | Character 100 |
Key field | |
Non-key field |