HRPAYDE_S_ZENS_STATAB SAP (Census Statistics: Data Collection Table) Structure details

Dictionary Type: Structure
Description: Census Statistics: Data Collection Table




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




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

HRPAYDE_S_ZENS_STATAB 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 "Census Statistics: Data Collection Table" 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_HRPAYDE_S_ZENS_STATAB TYPE HRPAYDE_S_ZENS_STATAB.

The HRPAYDE_S_ZENS_STATAB table consists of various fields, each holding specific information or linking keys about Census Statistics: Data Collection Table data available in SAP. These include BTRTL (Personnel Subarea), BESCHNR (Sequence No. of Employee), SUBTY (Subtype), BLAND (Country).. 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: Can be enhanced (character-type)


SAP HRPAYDE_S_ZENS_STATAB 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
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
BESCHNRSequence No. of Employee P01P_BESNRCHAR12CHAR12
SUBTYSubtype SUBTYCHAR4SUBTYSUB
BLANDCountry P01P_LANDCHAR2CHAR2
BERSTNRReporting Office Number P01P_BERSTNRCHAR7CHAR7
BERSTNMName of Reporting Office P01P_BEZ_BERSTNRCHAR50CHAR50
BTRNRCompany Number BTRNRCHAR8BTRNR
WZ_BERSTIndustrial Sector of Reporting Office P01P_WZ_BERSTCHAR5CHAR5
STAUFGBArea of Responsibility P01P_AUFGBCHAR3CHAR3
KAUFGBArea of Responsibility P01P_AUFGBCHAR3CHAR3
KPRODNRMunicipal Product Number P01P_KPRODNRCHAR6CHAR6
NACHNLast Name P01P_NACHNCHAR255CHAR255
VORNAFirst Name P01P_VORNMCHAR255CHAR255
GESCHGender Key GESCHCHAR1GESCH
GEBMONMonth of Birth P01P_GBMONCHAR2CHAR2
GEBJAHRYear of Birth P01P_GEBJAHRCHAR4CHAR4
GEBTAGDate of Birth P01P_GBTAGCHAR2CHAR2
BESCHUMFScope of Employment Relationship P01P_BEUMFCHAR1CHAR1
PSTLZPostal Code and Municipality of City P01P_PLZCHAR5CHAR5
WOHNORTCity/District of City of Residence P01P_WOHNORTCHAR100CHAR100
WOHNORTTEILCity/District of City of Residence P01P_WOHNORTCHAR100CHAR100
STRASStreet Name P01P_STRASNMCHAR100CHAR100
HSNMRHouse Number P01P_HSNMRCHAR8CHAR8
LOCATAddress Affixes P01P_LOCATCHAR60CHAR60
WOHNLANDCountry P01P_LANDCHAR2CHAR2
WOHNRBEZAdministrative District P01P_RBEZCHAR1CHAR1
WOHNKREISDistrict P01P_KREISCHAR2CHAR2
WOHNGEMMunicipality P01P_GEMNDCHAR3CHAR3
DIOLANDCountry P01P_LANDCHAR2CHAR2
DIORBEZAdministrative District P01P_RBEZCHAR1CHAR1
DIOKREISDistrict P01P_KREISCHAR2CHAR2
DIOGEMMunicipality P01P_GEMNDCHAR3CHAR3
BEMRKComments P01P_BEMRKCHAR50CHAR50
DISTSTNRAdministrative Office Number P01P_DISTSTNRCHAR15CHAR15
DISTSTNMName of Administrative Office P01P_DISTSTNMCHAR50CHAR50
SACHNName of administrator SACHNCHAR20TEXT20

Key field Non-key field



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

As HRPAYDE_S_ZENS_STATAB 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 HRPAYDE_S_ZENS_STATAB as there is no data to select.

How to access SAP table HRPAYDE_S_ZENS_STATAB

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