RPLBGND0S SAP (Selection Parameters for Report RPLBGND0) Structure details

Dictionary Type: Structure
Description: Selection Parameters for Report RPLBGND0




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




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

RPLBGND0S 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 "Selection Parameters for Report 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_RPLBGND0S TYPE RPLBGND0S.

The RPLBGND0S table consists of various fields, each holding specific information or linking keys about Selection Parameters for Report RPLBGND0 data available in SAP. These include AUSW_PPVON (WCA List: First Evaluation Month), AUSW_PPBIS (WCA List: Last Evaluation Month), AUSW_PPRR (WCA List: Month of Last Wage Statement), AUSW_PPACT (WCA List: Month of This Wage Statement).. 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 RPLBGND0S 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
AUSW_JAHRWCA List: Evaluation Year AUSW_JAHRNUMC4GJAHRGJAHR
AUSW_PPVONWCA List: First Evaluation Month AUSW_PPVONNUMC2P01S_MONAT
AUSW_PPBISWCA List: Last Evaluation Month AUSW_PPBISNUMC2P01S_MONAT
AUSW_PPRRWCA List: Month of Last Wage Statement AUSW_PPRRNUMC2P01S_MONAT
AUSW_PPACTWCA List: Month of This Wage Statement AUSW_PPACTNUMC2P01S_MONAT
AUSW_NOCOMPWCA List: Do not Compress Output List AUSW_NOCOMPCHAR1XFELD
AUSW_DEBUGWCA List: Print Debugging Information AUSW_DEBUGCHAR1XFELD
AUSW_PNNOCOMPWCA List: Do not Compress Personnel Numbers AUSW_PNNOCOMPCHAR1XFELD
AUSW_CODOCOMPWCA List: Ignore Cost Assignment AUSW_CODOCOMPCHAR1XFELD
AUSW_GTDOCOMPWCA List: Aggregate Hazard Pay Scales AUSW_GTDOCOMPCHAR1XFELD
AUSW_ALVWCA List: Display Using ALV AUSW_ALVCHAR1XFELD
AUSW_ALVVARLayout SLIS_VARICHAR12SLIS_VARI
AUSW_CFWWCA List: Display With CFW AUSW_CFWCHAR1XFELD
AUSW_CFWVARLayout SLIS_VARICHAR12SLIS_VARI
AUSW_AONLYWCA List: Evaluate Current Results Only AUSW_AONLYCHAR1XFELD
AUSW_RALSOWCA List: Evaluate Retroactive Accounting AUSW_RALSOCHAR1XFELD
AUSW_VJNOCOMPWCA List: Keep Year of For-Period AUSW_VJNOCOMPCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RPLBGND0S

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