HRPAYCH_BGAC1_OUTPUT_ELM SAP (Output Structure 'Level and Structure of Wages' (ELM)) Structure details

Dictionary Type: Structure
Description: Output Structure 'Level and Structure of Wages' (ELM)




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




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

HRPAYCH_BGAC1_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 "Output Structure 'Level and Structure of Wages' (ELM)" 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_BGAC1_OUTPUT_ELM TYPE HRPAYCH_BGAC1_OUTPUT_ELM.

The HRPAYCH_BGAC1_OUTPUT_ELM table consists of various fields, each holding specific information or linking keys about Output Structure 'Level and Structure of Wages' (ELM) data available in SAP. These include PERNR (Personnel number), BEGDA (Start Date), ENDDA (End Date), SARBZEIT (Total of Hours (ELM)).. 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_BGAC1_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
ABREINHEITHR-CH: Payroll unit BFS P02_ABREHBFSCHAR8Assigned to domainP02_ABREHBFS
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
SARBZEITTotal of Hours (ELM) P02_TOTLM_ELMDEC6(2)
LEKTIONTotal of Lessons (ELM) P02_TOTLS_ELMDEC5(2)
BRUTTOOKTGross Wage (ELM) P02_GROSS_ELMCURR15(2) PRBETRG
SOZIALOKTSocial Security Contributions (ELM) P02_SOCIA_ELMCURR15(2) PRBETRG
ZULAGEOKTBonuses (ELM) P02_ALLOW_ELMCURR15(2) PRBETRG
UEBERSTDLOHNOvertime (ELM) P02_OVERT_ELMCURR15(2) PRBETRG
BRUTTO1313th Monthly Wage (ELM) P02_ERN13_ELMCURR15(2) PRBETRG
BRUTTOSONDERSpecial Payments (ELM) P02_SPECP_ELMCURR15(2) PRBETRG
PAYM3_ELMThird-Party Payments (ELM) P02_PAYM3_ELMCURR15(2) PRBETRG
LABOR_ELMLabor Costs (ELM) P02_LABOR_ELMCURR15(2) PRBETRG
EXTBN_ELMExtra Benefits (ELM) P02_EXBEN_ELMCURR15(2) PRBETRG
AUSBILDUNGEduc/Training P02_BGAC1_AUSBILDUNGNUMC1NUMC1
ANFORDRequirement Level P02_BGAC1_ANFORDNUMC1NUMC1
STELLUNGProfessional Position P02_BGAC1_STELLUNGNUMC1NUMC1
TAETIGKEITActivity P02_BGAC1_TAETIGKEITNUMC2NUMC2
LOHNFORMWages System P02_BGAC1_LOHNFORMNUMC1NUMC1

Key field Non-key field



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

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

How to access SAP table HRPAYCH_BGAC1_OUTPUT_ELM

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