RW10A is an SAP Structure so does not store data like a database table does but can be used to process "Text for Plant Status and Other Fixed Values" 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_RW10A TYPE RW10A .
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 |
ABFTX | VAL_TEXT | CHAR | 60 | Short Text for Fixed Values | ||
ABATX | VAL_TEXT | CHAR | 60 | Short Text for Fixed Values | ||
BSTTX | VAL_TEXT | CHAR | 60 | Short Text for Fixed Values | ||
UMLTX | VAL_TEXT | CHAR | 60 | Short Text for Fixed Values | ||
LIETX | VAL_TEXT | CHAR | 60 | Short Text for Fixed Values | ||
WEETX | VAL_TEXT | CHAR | 60 | Short Text for Fixed Values | ||
SPETX | XFELD | CHAR | 1 | Checkbox | ||
RUNDG | VAL_TEXT | CHAR | 60 | Short Text for Fixed Values | ||
RESTV | VAL_TEXT | CHAR | 60 | Short Text for Fixed Values | ||
BERMIMA | VAL_TEXT | CHAR | 60 | Short Text for Fixed Values | ||
LISTG | VAL_TEXT | CHAR | 60 | Short Text for Fixed Values | ||
WAFLU_VZ | VAL_TEXT | CHAR | 60 | Short Text for Fixed Values | ||
ERVON | VAL_TEXT | CHAR | 60 | Short Text for Fixed Values | ||
KAGTX | VAL_TEXT | CHAR | 60 | Short Text for Fixed Values |
Key field | |
Non-key field |
RW10A - Text for Plant Status and Other Fixed Values RW09A - Structure for plant status RW08A - Keys: alloc. tbl sub-structures down to store RW07A - Popup fields: display char. of class RW06A - Dynpro AR Header + items / stock allocation IS-R RW05A - Entry/input values popup char. values / structure CAWNT