HRPAYCH_BGAC3_OUTPUT SAP ('Level and Structure of the Wages' Output Structure) Structure details

Dictionary Type: Structure
Description: 'Level and Structure of the Wages' Output Structure




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




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

HRPAYCH_BGAC3_OUTPUT 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 "'Level and Structure of the Wages' Output Structure" 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_BGAC3_OUTPUT TYPE HRPAYCH_BGAC3_OUTPUT.

The HRPAYCH_BGAC3_OUTPUT table consists of various fields, each holding specific information or linking keys about 'Level and Structure of the Wages' Output Structure data available in SAP. These include NAHVN (Social Insurance Number (CH)), AUSBILDUNG (Training), DEGREE (Employee Degree), ENTRYDATE (Work Entry Date (Month/Year)).. 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_BGAC3_OUTPUT 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
NAHVNSocial Insurance Number (CH) P02_NAHVNRCHAR13AHVN2P02_NAHVNR
AUSBILDUNGTraining P02_LSE_EDUCATIONNUMC1P02_LSE_EDUCATION
DEGREEEmployee Degree P02_LSE_DEGREECHAR1P02_LSE_DEGREE
ENTRYDATEWork Entry Date (Month/Year) P02_LSE_ENTRYDATECHAR6P02_LSE_ENTRYDATE
STELLUNGProfessional Position P02_LSE_POSITIONNUMC1P02_LSE_POSITION
CONTRACTTYPEJob Feature: Contract Type P02_LSE_CONTRACTTYPECHAR1P02_LSE_CONTRACTTYPE
WAGECALCTYPEJob Feature: Wage Calculation Basis P02_LSE_WAGECALCTYPENUMC1P02_LSE_WAGECALCTYPE
CONTRACTWORKTJob Feature: Contractually Agreed Working Time P02_LSE_CONTRACTWORKTCHAR5P02_LSE_CONTRACTWORKT
UTILIZATIONGRADEJob Feature: Contractual Utilization Level in October P02_LSE_UTILIZATIONGRADECHAR3P02_LSE_UTILIZATIONGRADE
VACATIONDAYSJob Feature: Vacation Days (Vacation Entitlement) P02_LSE_VACATIONDAYSCHAR2P02_LSE_VACATIONDAYS
BRUTTOOKTGross Wage October P02_LSE_BRUTTOOKTNUMC6P02_LSE_BRUTTOOKT
ZULAGEOKTBonuses October P02_LSE_ZULAGEOKTNUMC5P02_LSE_ZULAGEOKT
FAMZFamily-Related Bonuses in October P02_LSE_FAMZNUMC4P02_LSE_FAMZ
SOZIALOKTSocial Security Contributions in October; w/o Second Pillar P02_LSE_SOZIALOKT_LNUMC5P02_LSE_SOZIALOKT_L
SOZIALOKT_2Social Security Contributions, 2nd Pillar, w/o Purchases P02_LSE_SOZIALOKT_MNUMC5P02_LSE_SOZIALOKT_M
ACTIVE_BEmployment Period: From (Day/Month) P02_LSE_ACTIVE_BCHAR4P02_LSE_ACTIVE_B
ACTIVE_EEmployment Period: To (Day/Month) P02_LSE_ACTIVE_ECHAR4P02_LSE_ACTIVE_E
BRUTTO1313th Monthly Wage P02_LSE_BRUTTO13NUMC6P02_LSE_BRUTTO13
UEBERSTDLOHNRemuneration from Overtime Hours P02_LSE_UEBERSTDLOHNNUMC5P02_LSE_UEBERSTDLOHN
BRUTTOSONDER_QSpecial Payments: Irregular Benefits P02_LSE_SONDERBR_QNUMC7P02_LSE_SONDERBR_Q
BRUTTOSONDER_RSpecial Payments: Payments in Kind P02_LSE_SONDERBR_RNUMC6P02_LSE_SONDERBR_R
BRUTTOSONDER_SSpecial Payments: Capital Payments P02_LSE_SONDERBR_SNUMC6P02_LSE_SONDERBR_S
BRUTTOSONDER_TSpecial Payments: Additional Benefits Paid by Employer P02_LSE_SONDERBR_TNUMC6P02_LSE_SONDERBR_T
EXERCISEDJOBPosition in the Company (Free Text) P02_LSE_EXERCISEDJOBCHAR28P02_LSE_EXERCISEDJOB
BURNRCompany Number P02_BGAC0_BURNRNUMC8NUMC08

Key field Non-key field



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

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

How to access SAP table HRPAYCH_BGAC3_OUTPUT

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