HRPAYDE_S_CI_UN_MUV SAP (Vacation Statement: Minimum Leave Remuneration) Structure details

Dictionary Type: Structure
Description: Vacation Statement: Minimum Leave Remuneration




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




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

HRPAYDE_S_CI_UN_MUV 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 "Vacation Statement: Minimum Leave Remuneration" 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_HRPAYDE_S_CI_UN_MUV TYPE HRPAYDE_S_CI_UN_MUV.

The HRPAYDE_S_CI_UN_MUV table consists of various fields, each holding specific information or linking keys about Vacation Statement: Minimum Leave Remuneration data available in SAP. These include MKLJS (MLR from Illness, Current Year, Lost Hours), MSLJA (MLR from SRHC, Current Year, Entitlement), MSLJS (MLR from SRHC, Current Year, Lost Hours), MKLJA_VAG (MLR from Illness, Current Year, Entitlement Previous ER).. 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 HRPAYDE_S_CI_UN_MUV 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
MKLJAMLR from Illness, Current Year, Entitlement P01B_MKLJACURR7(2) WERTV4
MKLJSMLR from Illness, Current Year, Lost Hours P01B_MKLJSDEC6(2) DEC4_2
MSLJAMLR from SRHC, Current Year, Entitlement P01B_MSLJACURR7(2) WERTV4
MSLJSMLR from SRHC, Current Year, Lost Hours P01B_MSLJSDEC5(2) DEC3_2
MKLJA_VAGMLR from Illness, Current Year, Entitlement Previous ER P01B_MKLJA_VAGCURR7(2) WERTV4
MKLJS_VAGMLR from Illness, Current Year, Lost Hours Previous ER P01B_MKLJS_VAGDEC6(2) DEC4_2
MSLJA_VAGMLR from SRHC, Current Year, Entitlement Previous ER P01B_MSLJA_VAGCURR7(2) WERTV4
MSLJS_VAGMLR from SRHC, Current Year, Lost Hours Previous ER P01B_MSLJS_VAGDEC5(2) DEC3_2
MKVJAMLR from Illness, Previous Year, Entitlement P01B_MKVJACURR7(2) WERTV4
MSVJAMLR from SRHC, Previous Year, Entitlement P01B_MSVJACURR7(2) WERTV4
MKVJA_VAGMLR from Illness, Previous Year, Entitlement Previous ER P01B_MKVJA_VAGCURR7(2) WERTV4
MSVJA_VAGMLR from SRHC, Previous Year, Entitlement Previous ER P01B_MSVJA_VAGCURR7(2) WERTV4
MKVVAMLR from Illness, 2 Years Ago, Entitlement P01B_MKVVACURR7(2) WERTV4
MKVVA_VAGMLR from Illness, 2 Years Ago, Entitlement, Previous ER P01B_MKVVA_VAGCURR7(2) WERTV4

Key field Non-key field



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

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

How to access SAP table HRPAYDE_S_CI_UN_MUV

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