HRPAYCH_AHVC1_OUTPUT_ELM SAP (AHV Wage Statement: Control List Employment Period) Structure details

Dictionary Type: Structure
Description: AHV Wage Statement: Control List Employment Period




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




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

HRPAYCH_AHVC1_OUTPUT_ELM 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 "AHV Wage Statement: Control List Employment Period" 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_HRPAYCH_AHVC1_OUTPUT_ELM TYPE HRPAYCH_AHVC1_OUTPUT_ELM.

The HRPAYCH_AHVC1_OUTPUT_ELM table consists of various fields, each holding specific information or linking keys about AHV Wage Statement: Control List Employment Period data available in SAP. These include ABREINHEIT (HR-CH: Payroll unit - AHV/UI), ABRECHNR (Accounting number), HPERNR (Main personnel number in infotype 'Ref. Pers. No. Priority'), PERNR (Personnel Number).. 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 HRPAYCH_AHVC1_OUTPUT_ELM 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ABREINHEITHR-CH: Payroll unit - AHV/UI P02_ABREHALCHAR8Assigned to domainP02_ABREHAL
ABRECHNRAccounting number P02_ABRECHNRCHAR15CHAR15
HPERNRMain personnel number in infotype 'Ref. Pers. No. Priority' HPERNNUMC8PERNR
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
GBDATDate of Birth GBDATDATS8PDATEGBDAT
AHVNR_GEBDATAHV Number or Date of Birth P02_ALV_AHV_AHVNR_GEBDATCHAR15
AHVNRAHV Number AHVNRCHAR11AHVNRP02_AHVNR
APBEGStart Date BEGDADATS8DATUM
APENDEnd Date ENDDADATS8DATUM
SW_RENTIndicator for AHV Pensioners P02_SW_RENTCHAR1XFELD
RRIndicator for Retroactive Accounting in AHV Wage Statement P02_ALV_AHV_RRCHAR1
BESCH_VONBISEmployment Period P02_ALV_AHV_VONBISCHAR8
AHVPFLWage Subject to AHV P02_ALV_AHV_AHVPFLCURR15(2) PRBETRG
ALVPFLWage Subject to UI P02_ALV_AHV_ALVPFLCURR15(2) PRBETRG
ALVZUSSupplementary Wage Subject to UI P02_ALV_AHV_ALVZUSCURR15(2) PRBETRG
AHVFREAmount Exempt from AHV in the AHV Pay Statement P02_ALV_AHV_AHVFRECURR15(2) PRBETRG
ALVFREAmount Exempt from UI in the UI Pay Statement P02_ALV_AHV_ALVFRECURR15(2) PRBETRG

Key field Non-key field



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

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

How to access SAP table HRPAYCH_AHVC1_OUTPUT_ELM

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