RPLSVDD0 SAP (Table Structures for Parameter Online Documentation) Structure details

Dictionary Type: Structure
Description: Table Structures for Parameter Online Documentation




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




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

RPLSVDD0 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 "Table Structures for Parameter Online Documentation" 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_RPLSVDD0 TYPE RPLSVDD0.

The RPLSVDD0 table consists of various fields, each holding specific information or linking keys about Table Structures for Parameter Online Documentation data available in SAP. These include ALTJHR (Year of Last List of Workers' Compensation Associations), ALTJHR_PE (Period of Last List of Workers' Compensation Associations), AKTJHR (Year of Current Period), AKTJHR_PE (Month of Current Period).. 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 RPLSVDD0 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
BGJHRYear for which levy is to be carried out JAHRNUMC4GJAHRGJAHR
ALTJHRYear of Last List of Workers' Compensation Associations P011_ALJHRNUMC4NUMC4
ALTJHR_PEPeriod of Last List of Workers' Compensation Associations P011_ATPERNUMC2NUMC2
AKTJHRYear of Current Period P011_AKJHRNUMC4NUMC4
AKTJHR_PEMonth of Current Period P011_AKPERNUMC2NUMC2
SORTINGSort Sequence SORTINGCHAR18TEXT18
MERKTITELFeature that Selects List Contents for Each Work.Comp.Assoc. MERKTITELCHAR5T549DCHAR5
GEBRUWage Type ID for Calculating Total Gross Amounts GEBRUCHAR4T514DFORMU_514D
BGBRUID of Wage Types for Gross Amount for Workers' Comp. BGBRUCHAR4CHAR4
ARSTBWage Types for Calculating Paid Hours BGARSTBCHAR4CHAR4
ARSTRWage Types for Calculating Paid Non-Work Hours BGARSTRCHAR4CHAR4
ARSTAWage Types for Calculating Accident-Related Absence Times BGARSTACHAR4CHAR4
GTSPLAdministration of Several Hazard Pay Scales per Employee P011_GTSPLCHAR5CHAR5
INTRVAmount for Lowering or Increasing Assessment Threshold P011_INTRVNUMC5NUMC5
LOHNWYearly Wage Statement or Monthly Provision P011_LOHNWCHAR1XFELD
MMODFFeature that Controls the Assignment of Accounts P011_MMODFCHAR5T549DCHAR5MRK
KOMOKSymbolic Accounts for Days Carried Over to FI/CO P011_KOMOKCHAR2CHAR2

Key field Non-key field



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

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

How to access SAP table RPLSVDD0

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