RPLEHBD0 SAP (Table Structure for Online Documentation for Parameters) Structure details

Dictionary Type: Structure
Description: Table Structure for Online Documentation for Parameters




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




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

RPLEHBD0 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 Structure for Online Documentation for Parameters" 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_RPLEHBD0 TYPE RPLEHBD0.

The RPLEHBD0 table consists of various fields, each holding specific information or linking keys about Table Structure for Online Documentation for Parameters data available in SAP. These include MONAT (Month in which levy is applied), PROT (Display error log), EINZEL (Indicator, whether individual statements should be outputed), VEJA (Additional Wage Types for Annual Levy, Salaried Staff).. 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 RPLEHBD0 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
JAHRYear for which levy is to be carried out JAHRNUMC4GJAHRGJAHR
MONATMonth in which levy is applied MONATZNUMC2NUM2
PROTDisplay error log F_PROTCHAR1XFELD
EINZELIndicator, whether individual statements should be outputed EINZNWCHAR1XFELD
VEJAAdditional Wage Types for Annual Levy, Salaried Staff VEJACHAR4CHAR4
VEALWage Types which are Relevant for all Levy Types VEALCHAR4CHAR4
VEJWAdditional wage types for annual levy, hourly paid VEJWCHAR4CHAR4
VEMAAdditional Wage Types for Monthly Levy, Salaried Staff VEMACHAR4CHAR4
VEMWAdditional Wage Types for Monthly Levy, Hourly-Paid EEs VEMWCHAR4CHAR4
MERKTRName of Feature for Conversion of Wage Classifications MERKTRCHAR5T549DCHAR5
MERKZUFeature for Personnel Subarea/Company Assignment MERKZUCHAR5T549DCHAR5
VEBLKFeature name for determining maximum constant VEBLKCHAR5T549DCHAR5
CHMWAdditional wage types for the hourly paid CHMWCHAR4CHAR4
CHALWage types that are relevant for all employees CHALCHAR4CHAR4
CHMAAdditional wage types for salaried staff CHMACHAR4CHAR4
MEALWage Types which are Relevant for all Levy Types MEALCHAR4CHAR4
MEMWAdditional wage types for the hourly paid MEMWCHAR4CHAR4
MEMAAdditional wage types for salaried staff MEMACHAR4CHAR4
ERHARTEarnings Surveys for the Metal Industry to be Compiled ERHARTCHAR1XFELD
WAERSOutput Currency in Earnings Survey P01_EHCURCUKY5T500WWAERSFWS
PATHHR-DEEH: Directory Path P01_EH_PATHCHAR255TEXT255
VALIHR-DEEH: Validation Path P01_EH_VALICHAR80TEXT80
TESTHR-DEEH: Create Test Delivery P01_EH_TESTCHAR1XFELD
DOWNHR-DEEH: Download as XML File P01_EH_DOWNCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RPLEHBD0

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