T7CNRM_RPTSTA SAP (Statistical Dimension Definition) Table details

Dictionary Type: Table
Description: Statistical Dimension Definition




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




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

T7CNRM_RPTSTA is a standard SAP Table which is used to store Statistical Dimension Definition data and is available within R/3 SAP systems depending on the version and release level.

The T7CNRM_RPTSTA table consists of various fields, each holding specific information or linking keys about Statistical Dimension Definition data available in SAP. These include RPTID (Report ID), POSID (Sequence Number), STATY (Statistical Type), FMULA (Calculation Formula).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = T7CNRM_RPTSTAT

Text table = T7CNRM_RPTSTAT


SAP T7CNRM_RPTSTA table 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
MANDTClient MANDTCLNT3T000MANDT
RPTIDReport ID PCN_RM_RPTIDCHAR8T7CNRM_DREPORTPCN_RM_RPTID
POSIDSequence Number PCN_RM_SEQNONUMC4
STATYStatistical Type PCN_RM_STATYCHAR1PCN_RM_STATY
FMULACalculation Formula PCN_RM_FMULACHAR40PCN_RM_FMULA
DECFADetermining Factor PCN_RM_DECFACHAR8T7CNRM_DECFCTPCN_RM_DECFA
DTTYPText Item Type PCN_RM_DTTYPCHAR1PCN_RM_DTTYP
INFTYInfotype INFTYCHAR4INFOTYPITP
SUBTYSubtype SUBTYCHAR4SUBTYSUB
FIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
SYRULCalculation rule for service year PCN_PERULCHAR4Assigned to domainPSEN_PROCE
PAMOBMonth Offset of Begin Date PCN_RM_PAMOBINT25PCN_RM_DTOFF
PAMOEMonth Offset of End Date PCN_RM_PAMOEINT25PCN_RM_DTOFF
PADOBDay Offset of Begin Date PCN_RM_PADOBINT25PCN_RM_DTOFF
PADOEDay Offset of End Date PCN_RM_PADOEINT25PCN_RM_DTOFF
PAMOKMonth Offset of Key Date PCN_RM_PAMOKINT25PCN_RM_DTOFF
PADOKDay Offset of Key Date PCN_RM_PADOKINT25PCN_RM_DTOFF
FRMIDFormula PCN_RM_FRMIDCHAR8T7CNRM_FORMULAPCN_RM_FRMID
BEGFRDate Type PCN_RM_DATETCHAR1PCN_RM_DATET
ENDTODate Type PCN_RM_DATETCHAR1PCN_RM_DATET
KEYDADate Type PCN_RM_DATETCHAR1PCN_RM_DATET
PYMOBMonth Offset of Begin Date PCN_RM_PYMOBINT25PCN_RM_DTOFF
PYMOEMonth Offset of End Date PCN_RM_PYMOEINT25PCN_RM_DTOFF
PYDOBDay Offset of Begin Date PCN_RM_PYDOBINT25PCN_RM_DTOFF
PYDOEDay Offset of End Date PCN_RM_PYDOEINT25PCN_RM_DTOFF
PYBFRDate Type PCN_RM_DATETCHAR1PCN_RM_DATET
PYETODate Type PCN_RM_DATETCHAR1PCN_RM_DATET
CHMTYChange Management Type PCN_RM_CHMTYCHAR1PCN_RM_CHMTY
MASSNAction Type MASSNCHAR2T529AMASSN
CHIFTInfotype INFTYCHAR4INFOTYPITP
CHSBTSubtype SUBTYCHAR4SUBTYSUB
CHFLDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
CHFRMFormula PCN_RM_FRMIDCHAR8T7CNRM_FORMULAPCN_RM_FRMID
CHGFRConstant in selection conditions VSCONSTCHAR38VSCONST
CHGTOConstant in selection conditions VSCONSTCHAR38VSCONST
CDTYPChange Management Data Type PCN_RM_CDTYPCHAR1PCN_RM_CDTYP
TXT_KEYSequence Number PCN_RM_SEQNONUMC4
TXFLAGFlag (X or Blank) AS4FLAGCHAR1AS4FLAG

Key field Non-key field



How do I retrieve data from SAP table T7CNRM_RPTSTA using ABAP code

The following ABAP code Example will allow you to do a basic selection on T7CNRM_RPTSTA to SELECT all data from the table
DATA: WA_T7CNRM_RPTSTA TYPE T7CNRM_RPTSTA.

SELECT SINGLE *
FROM T7CNRM_RPTSTA
INTO CORRESPONDING FIELDS OF WA_T7CNRM_RPTSTA
WHERE...

How to access SAP table T7CNRM_RPTSTA

Within an ECC or HANA version of SAP you can also view further information about T7CNRM_RPTSTA 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!