RTZWR1 is an SAP Structure so does not store data like a database table does but can be used to process "Structure DB Update: TZWR1" 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_RTZWR1 TYPE RTZWR1 .
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 | TZWR1 | Valuation in sec.acct position | ||||
MANDT | MANDT | CLNT | 3 | T000 | Client | |
BUKRS | BUKRS | CHAR | 4 | T001 | Company Code | |
RANL | RANL | CHAR | 13 | Contract Number | ALPHA | |
RLDEPO | RLDEPO | CHAR | 10 |
* | Securities Account | |
SREVRNG | SREVRNG | CHAR | 2 | TZRR0 | Treasury: Valuation Area | |
SREVCLS | SREVCLS | CHAR | 10 | TZRCL | Treasury: Valuation Class | |
SREVGRP | SREVGRP | NUMC | 3 | Financial Assets Management Valuation Group (Reval. Group) | ||
.INCLUDE | ICDIND | Structures for generating change document update programs | ||||
KZ | CDCHNGIND | CHAR | 1 | Change Type (U, I, S, D) |
Key field | |
Non-key field |