RPLBGND0L SAP (Structure for Output List RPLBGND0) Structure details

Dictionary Type: Structure
Description: Structure for Output List RPLBGND0




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




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

RPLBGND0L 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 "Structure for Output List RPLBGND0" 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_RPLBGND0L TYPE RPLBGND0L.

The RPLBGND0L table consists of various fields, each holding specific information or linking keys about Structure for Output List RPLBGND0 data available in SAP. These include PERST (Personnel Subarea), BRFGN (Workers' Compensation Association), BGNW_KOSTZ (WCA List: Cost Assignment), BGNW_BTRZ (WCA List: Company 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: Can be enhanced (character-type or numeric)


SAP RPLBGND0L 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
PERSBPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
PERSTPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
BRFGNWorkers' Compensation Association BRFGNCHAR2Assigned to domainP015_BRFGN
BGNW_KOSTZWCA List: Cost Assignment BGNW_KOSTZCHAR17CHAR17
BGNW_BTRZWCA List: Company Number BGNW_BTRZCHAR10CHAR10
GFTSTHazard Pay Area GFTSTCHAR2Assigned to domainP015_GFTST
PERSB_TXTPersonnel Area Text PBTXTCHAR30TEXT30
PERST_TXTPersonnel Subarea Text BTRTXCHAR15TEXT15
BRFGN_TXTWorkers' compensation association BGTXTCHAR25TEXT25
BGNW_KOSTZ_TXTWCA List: Name of Cost Center BGNW_KOSTZ_TXTCHAR40CHAR40
GFTST_TXTHazard Pay Scale Text GTTXTCHAR18TEXT18
GTSTLHazard Pay Area for DEUEV Notification P01_D3_GFTSTCHAR8P01_D3_GFTST
BGNW_GTTXTWCA List: Official Name of Hazard Pay Scale BGNW_GTTXTCHAR11CHAR11
BGNW_MNRMembership Number of Company at Associated Acc. Ins. Company P01_MNRBGCHAR20P01_MNRBG
FPPERFor-period for payroll FAPERCHAR6CHAR6
PERNRPersonnel Number P_PERNRNUMC8PERNR
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
BGNW_DTYPWCA List: Source Type BGNW_DTYPCHAR4CHAR4
BGNW_QUELLEWCA List: Source Name BGNW_QUELLECHAR4CHAR4
BGNW_RECHZWCA List: Arithmetic Operator BGNW_RECHZCHAR1CHAR1
INPERIn-period for payroll IPERICHAR6CHAR6
BEGDAStart date of payroll period (FOR period) FPBEGDATS8DATUM
ENDDAEnd of payroll period (for-period) FPENDDATS8DATUM
PERSB_ORGPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
PERST_ORGPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
BRUTTO_RTWCA List: RT Amount BGNW_BRUTTO_RTCURR15(2) PRBETRG
CURR_RTWCA List: Payroll Currency BGNW_CURR_RTCUKY5Assigned to domainWAERS
STD_RTWCA List: RT Number BGNW_STD_RTDEC15(2) PRANZHL
BRUTTO_BGWCA List: WCA Gross BGNW_BRUTTO_BGCURR15(2) PRBETRG
BRUTTO_GESWCA List: Gross Total BGNW_BRUTTO_GESCURR15(2) PRBETRG
CURR_LIWCA List: Output Currency BGNW_CURR_LICUKY5Assigned to domainWAERS
STD_ARBEITWCA List: Working Hours BGNW_STD_ARBEITDEC15(2) PRANZHL
STD_UNFALLWCA List: Accident Hours BGNW_STD_UNFALLDEC15(2) PRANZHL
ANZAHL_MAWCA List: Number of Employees BGNW_ANZAHL_MADEC15(2) PRANZHL
ANZAHL_FRAUENWCA List: Number of Women BGNW_ANZAHL_FRAUDEC15(2) PRANZHL
ANZAHL_AUSLWCA List: Number of Foreigners BGNW_ANZAHL_AUSLDEC15(2) PRANZHL
HEBE_SATZWCA List: Tax Factor BGNW_HEBSATZDEC5(3) PC01_PRZ23
PROZENT_SATZWCA List: Percentage BGNW_PROSATZDEC5(3) PC01_PRZ23
BGNW_BEITRWCA List: Estimated Contribution BGNW_BEITRCURR15(2) PRBETRG
JUPERLegal Person JUPERCHAR4JUPER
JAHRWCA List: Year of For-Period BGNW_JAHRNUMC4
BGNW_VERSIONWCA List: Version Table Structure V0 BGNW_VERSIONNUMC1NUM1
BRUTTO_ABFLUSSWCA List: Inflow One-Time Paymt upon Change to New Vers. BGNW_BRUTTO_ABFLUSSCURR15(2) PRBETRG
BRUTTO_DIFFERENZWCA List: Retro. Accting Diff. upon Change to New Version BGNW_BRUTTO_DIFFCURR15(2) PRBETRG
PROZENTPercentage of Hazard Pay Area Assignment P01_BG_PROZENT_CCHAR6

Key field Non-key field



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

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

How to access SAP table RPLBGND0L

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