RSZSTRMEMPROP SAP (Properties of structure members) Structure details

Dictionary Type: Structure
Description: Properties of structure members




ABAP Code to SELECT data from RSZSTRMEMPROP
Related tables to RSZSTRMEMPROP
Access table RSZSTRMEMPROP




Structure field list including key, data, relationships and ABAP select examples

RSZSTRMEMPROP is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Properties of structure members" 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_RSZSTRMEMPROP TYPE RSZSTRMEMPROP.

The RSZSTRMEMPROP table consists of various fields, each holding specific information or linking keys about Properties of structure members data available in SAP. These include NUM_PREC (StrMember: Number of places after decimal point for output), EMPHASIS (Emphasize Element), TCUR (BW: Unequivocal ID in room and time (numbers and letters)), TCURFLAG (Flag for 'typing' an entry).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSZSTRMEMPROP structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
NUM_SCALEStrMember: Scaling factor of a number RRSCALECHAR1RSKYFPRSNT
NUM_PRECStrMember: Number of places after decimal point for output RRPRECISIONCHAR1RSKYFDECIM
EMPHASISEmphasize Element RSZEMPHASISCHAR1RSZ_BOOL_DEFAULT
TCURBW: Unequivocal ID in room and time (numbers and letters) RSUNIIDC25CHAR25RSUNIIDC25
TCURFLAGFlag for 'typing' an entry RSZTYPEFLAGNUMC1RSZTYPEFLAG
CTTNMStrMember: Name of Currency Conversion Type RRNUMBRCHAR10Assigned to domainRRNUMBRRSNBRRSCTT
SIGNINVStrMember: +/- sign change RSZSIGNCHAR1RSZ_BOOL_DEFAULT
FORMULACOLLSNStrMember: Establishing Prf. Analysis with formula collision RSZCALCULATIONCHAR1RSZCALCULATION
HIDDENDo Not Display Element RSZHIDDENCHAR1RSZHIDDEN
STRMEM_PLEVELDim: Standardizing type RRPLEVELCHAR1RRPLEVEL
STRMEM_CUMULDim: Cumulate RRCUMULCHAR1RSBOOL
STRMEM_LAGGRLocal Aggregation RRLAGGRNUMC2RRLAGGR
NSUBRBoolean RS_BOOLCHAR1RS_BOOL
PARENTUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
DRILLSTATEStatus of a hierarchy node with respect to tree structure RRXDRILLSTATECHAR1RRXDRILLSTATE
CONSTSELSelection independent of the drilldown RSZCONSTSELCHAR1RSBOOL
STRMEM_NOZEROQuery: Suppress zeros RRNOZEROCHAR1RSBOOL
LAGGR_DIRAxis Description RSZAXISNUMC1RSZAXIS
INPUTABLEElement is input-ready RSZINPUTABLECHAR1RSZ_BOOL_DEFAULT
LOCKElement is lock-relevant RSZLOCKCHAR1RSZ_BOOL_DEFAULT
TCURDATEFLAGFlag for 'typing' an entry RSZTYPEFLAGNUMC1RSZTYPEFLAG
TCURDATEBW: Unequivocal ID in room and time (numbers and letters) RSUNIIDC25CHAR25RSUNIIDC25
UOMNMName of Quantity Conversion Type RSUOMNMCHAR10RSUOMNMRSUOM
TUOMFLAGFlag for 'typing' an entry RSZTYPEFLAGNUMC1RSZTYPEFLAG
TUOMBW: Unequivocal ID in room and time (numbers and letters) RSUNIIDC25CHAR25RSUNIIDC25
DRILLSTATE_EXECState of Hierarchy Node in Tree Structure (At Runtime) RRXDRILLST_EXECCHAR1RRXDRILLSTATE
STRMEM_DISDisaggregation on Totals RSZDISCHAR1RSZDIS
STRMEM_DISREFUUID Reference for Disaggregation on Totals RSZDISREFCHAR25SYSUUID_25

Key field Non-key field



How do I retrieve data from SAP structure RSZSTRMEMPROP using ABAP code?

As RSZSTRMEMPROP is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RSZSTRMEMPROP as there is no data to select.

How to access SAP table RSZSTRMEMPROP

Within an ECC or HANA version of SAP you can also view further information about RSZSTRMEMPROP and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!