HRPAYDE_S_ZENS_ALVTAB SAP (ALV Output Structure for Census Log Table) Structure details

Dictionary Type: Structure
Description: ALV Output Structure for Census Log Table




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




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

HRPAYDE_S_ZENS_ALVTAB 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 "ALV Output Structure for Census Log 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_ALVTAB TYPE HRPAYDE_S_ZENS_ALVTAB.

The HRPAYDE_S_ZENS_ALVTAB table consists of various fields, each holding specific information or linking keys about ALV Output Structure for Census Log Table data available in SAP. These include BTRTL (Personnel Subarea), ENAME (Last Name, First Name, Title), BESCHNR (Sequence No. of Employee), LAND (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_ALVTAB 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
ENAMELast Name, First Name, Title P01P_ENAMECHAR30CHAR30
BESCHNRSequence No. of Employee P01P_BESNRCHAR12CHAR12
LANDCountry 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
KAUFGBMunicipal/State Area of Responsibility P01P_AUGBRCHAR6CHAR6
KPRODNRMunicipal Product Number P01P_KPRODNRCHAR6CHAR6
GESCHGender Key GESCHCHAR1GESCH
GEB_DATDate of Birth DD/MM/JJJJ P01P_GEBDATUMCHAR10CHAR10
BESCHUMFScope of Employment Relationship P01P_BEUMFCHAR1CHAR1
PSTLZPostal Code and Municipality of City P01P_PLZCHAR5CHAR5
WOHNORTCity/District of City of Residence P01P_WOHNORTCHAR100CHAR100
STRASHouse number and street STRAS_GPCHAR35TEXT35
LOCATAddress Affixes P01P_LOCATCHAR60CHAR60
GKZ_WOHNORTMunicipality ID / City P01P_GEMWOCHAR8CHAR8
GKZ_DIENSTMunicipality ID P01P_GEMKZCHAR8CHAR8
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_ALVTAB using ABAP code?

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

How to access SAP table HRPAYDE_S_ZENS_ALVTAB

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