RPCBLXXX SAP (Structure for Report Parameters - Construction Pay) Structure details

Dictionary Type: Structure
Description: Structure for Report Parameters - Construction Pay




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




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

RPCBLXXX 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 Report Parameters - Construction Pay" 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_RPCBLXXX TYPE RPCBLXXX.

The RPCBLXXX table consists of various fields, each holding specific information or linking keys about Structure for Report Parameters - Construction Pay data available in SAP. These include P01B_LAGKS (Indicator Selection for Entitlement to Wage Compensation), P01B_BSLKZ (Indicator for Gross Hourly Wage for Wage Compensation), P01B_LAGKZ (Indicator for Entitlement to Wage Compensation), P01B_BSLKX (Indicator Selection for Wage Compensation).. 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 RPCBLXXX 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
P01B_BSLKSIndicator Selection for Gross Hourly Wage for Wage Compens. P01B_BSLKSCHAR1XFELD
P01B_LAGKSIndicator Selection for Entitlement to Wage Compensation P01B_LAGKSCHAR1XFELD
P01B_BSLKZIndicator for Gross Hourly Wage for Wage Compensation P01B_BSLKZCHAR1CHAR1
P01B_LAGKZIndicator for Entitlement to Wage Compensation P01B_LAGKZCHAR1CHAR1
P01B_BSLKXIndicator Selection for Wage Compensation P01B_BSLKXCHAR1XFELD
P01B_BSLAverage Gross Hourly Wage for Wage Compensation P01B_BSLCURR6(2) CURR6
P01B_BSLCYCurrency Key for Gross Hourly Wage P01B_BSLCYCUKY5TCURCWAERS
P01B_BETRGAmount BETRGCURR9(2) WERTV5
P01B_PRCNTPercentage PRCNTDEC5(2) DECV3_2
P01B_AZSTDAnnual working hours JRSTDDEC7(2) JRSTD
P01B_GSAZMEvaluation Period: Monthly Evaluation P01B_GSAZMCHAR1XFELD
P01B_GSAZJEvaluation Period: Annual Evaluation P01B_GSAZJCHAR1XFELD
P01B_GSAPMEvaluation Period: Month P01B_GSAPMNUMC2MONTH
P01B_GSAPJEvaluation Period: Year P01B_GSAPJNUMC4GJAHRGJAHR
P01B_GSPSMExtended Log: Records per Employee P01B_GSPSMCHAR1XFELD
P01B_GSPLMExtended Log: Total Wages per Employee P01B_GSPLMCHAR1XFELD
P01B_GSPLPExtended Log: Total Wages per Personnel Subarea P01B_GSPLPCHAR1XFELD
P01B_GSPLGExtended Log: Total Wages per Municipality P01B_GSPLGCHAR1XFELD
P01B_GSPOLExtended Log: Without Total Wages per Employee P01B_GSPOLCHAR1XFELD
P01B_GSPMLExtended Log: With Total Wages per Employee P01B_GSPMLCHAR1XFELD
P01B_GSPBSExtended Log: Check Places of Work P01B_GSPBSCHAR1XFELD
P01B_GSFRMFurther Entries: Form Name P01B_GSFRMCHAR4CHAR4
P01B_GSEXDFurther Entries: External Data P01B_GSEXDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RPCBLXXX

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