RRKVALUE is an SAP Structure so does not store data like a database table does but can be used to process "Transfer structure for values in a logical B row" 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_RRKVALUE TYPE RRKVALUE .
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 |
KID | RSSID | INT4 | 10 | Master data ID | ||
VALUE | RSR_WNNN | FLTP | 16(16) | Value Field in the OLAP Processor | ||
VALTYP | RRXVALTYP | CHAR | 1 | Type of a value: normal, undefined, diff0.... | ||
CURRENCY | RSCURRENCY | CUKY | 5 |
* | Currency Key | |
UNIT | RSUNIT | UNIT | 3 |
* | Unit key | CUNIT |
MWKZ | RRMWKZ | CHAR | 1 | Grouping of the key figures | ||
NUM_SCALE | RRSCALE | CHAR | 1 | StrMember: Scaling factor of a number | ||
NUM_PREC | RRPRECISION | CHAR | 1 | StrMember: Number of places after decimal point for output | ||
MAX_PREC | RRPRECISION | CHAR | 1 | StrMember: Number of places after decimal point for output | ||
ALERTLEVEL | RSRA_ALERT_LEVEL | NUMC | 2 | Alert priority | ||
EMPHASIS | RRXEMPHASIS | CHAR | 1 | StrMember: Emphasis |
Key field | |
Non-key field |
RRKVALUE - Transfer structure for values in a logical B row RRKSTATE - Processor status RRKSORTING - Structure for the transport of sort settings RRKQSETTINGS - Query-based processor settings RRKMULTIPROVHINT - Control of MultiProvider Hint RRKHSORTING - Structure for the transport of sort settings to hier. list