HRPAYCH_BGAC0_CTRL SAP (Output for Control List) Structure details

Dictionary Type: Structure
Description: Output for Control List




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




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

HRPAYCH_BGAC0_CTRL 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 for Control List" 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_BGAC0_CTRL TYPE HRPAYCH_BGAC0_CTRL.

The HRPAYCH_BGAC0_CTRL table consists of various fields, each holding specific information or linking keys about Output for Control List data available in SAP. These include JAHR (Year), Q (Quarter), BSMV (Employed CH Men Full-Time 90% - 100%), BSFV (Employed CH Women Full-Time 90% - 100%).. 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_BGAC0_CTRL 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
BURNRCompany Number P02_BGAC0_BURNRNUMC8NUMC08
JAHRYear P02_BGAC0_YEARNUMC4NUMC04
QQuarter P02_BGAC0_QUARTNUMC1NUMC01
BSMVEmployed CH Men Full-Time 90% - 100% P02_BGAC0_BSMVDEC5DEC5
BSFVEmployed CH Women Full-Time 90% - 100% P02_BGAC0_BSFVDEC5DEC5
BAMVEmployed Foreign Men Full-Time 90% - 100% P02_BGAC0_BAMVDEC5DEC5
BAFVEmployed Foreign Women Full-Time 90% - 100% P02_BGAC0_BAFVDEC5DEC5
TOTVTotal Employed Full-Time 90% - 100% P02_BGAC0_TOTVDEC5DEC5
BSMT1Employed CH Men Part-Time 1 50% - 89% P02_BGAC0_BSMT1DEC5DEC5
BSFT1Employed CH Women Part-Time 1 50% - 89% P02_BGAC0_BSFT1DEC5DEC5
BAMT1Employed Foreign Men Part-Time 1 50% - 89% P02_BGAC0_BAMT1DEC5DEC5
BAFT1Employed Foreign Women Part-Time 1 50% - 89% P02_BGAC0_BAFT1DEC5DEC5
TOTT1Total Employed Part-Time 1 50% -89% P02_BGAC0_TOTT1DEC5DEC5
BSMT2Employed CH Men Part-Time 2 Below 50% P02_BGAC0_BSMT2DEC5DEC5
BSFT2Employed CH Women Part-Time 2 Below 50% P02_BGAC0_BSFT2DEC5DEC5
BAMT2Employed Foreign Men Part-Time 2 Below 50% P02_BGAC0_BAMT2DEC5DEC5
BAFT2Employed Foreign Women Part-Time 2 Below 50% P02_BGAC0_BAFT2DEC5DEC5
TOTT2Total Employed Part-Time 2 Below 50% P02_BGAC0_TOTT2DEC5DEC5
TOTALTotal Number of Persons P02_BGAC0_TOTALDEC5DEC5
GRMNumber of Cross-Border Employees Men P02_BGAC0_GRMDEC5DEC5
GRFNumber of Cross-Border Employees Women P02_BGAC0_GRFDEC5DEC5
LEHRNumber of Apprentices P02_BGAC0_TRAINEEDEC5DEC5

Key field Non-key field



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

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

How to access SAP table HRPAYCH_BGAC0_CTRL

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