DETAIL_ONLY_ABSENCE_MNT SAP (Absence fields for detail maintenance) Structure details

Dictionary Type: Structure
Description: Absence fields for detail maintenance




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




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

DETAIL_ONLY_ABSENCE_MNT 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 "Absence fields for detail maintenance" 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_DETAIL_ONLY_ABSENCE_MNT TYPE DETAIL_ONLY_ABSENCE_MNT.

The DETAIL_ONLY_ABSENCE_MNT table consists of various fields, each holding specific information or linking keys about Absence fields for detail maintenance data available in SAP. These include LFZED (End of continued pay), KRGED (End of sick pay), KBBEG (Certified start of sickness), RMDDA (Date on which illness was confirmed).. 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 DETAIL_ONLY_ABSENCE_MNT 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
ANRTGDays credited for continued pay ANRTGDEC6(2) TAGE4_2
LFZEDEnd of continued pay LFZEDDATS8DATUM
KRGEDEnd of sick pay KRGEDDATS8DATUM
KBBEGCertified start of sickness KBBEGDATS8DATUM
RMDDADate on which illness was confirmed RMDDADATS8DATUM
KENN1Indicator for Subsequent Illness KENN1DEC2KNZAU
KENN2Indicator for repeated illness KENN2DEC2KNZAU
MLDDAReported on MLDDADATS8DATUM
MLDUZReported at MLDUZTIMS6UZEIT
RMDUZSickness confirmed at RMDUZTIMS6UZEIT
VORGSSuperior Out Sick (Illness) VORGSCHAR15CHAR15
UMSKDCode for description of illness UMSKDCHAR6CHAR6
UMSCHDescription of illness UMSCHCHAR20TEXT20
REFNRReference number RFNUMCHAR8CHAR8
UNFALAbsent due to accident? UNFALCHAR1CHAR1
PSARBWork capacity percentage PSARBDEC4(2) DEC2_2
ZKMKTStatus of Sickness Notification P05_ZKMKTCHAR1P05_ZKMKT
PAYTYPayroll type PAYTYCHAR1PAYTY
PAYIDPayroll Identifier PAYIDCHAR1CHAR1
BONDTOff-cycle payroll payment date BONDTDATS8DATUM
OCRSNReason for Off-Cycle Payroll PAY_OCRSNCHAR4Assigned to domainPAY_OCRSNOCR
SPPE1End date for continued pay SPPEGDATS8DATUM
SPPE2End date for continued pay SPPEGDATS8DATUM
SPPE3End date for continued pay SPPEGDATS8DATUM
SPPINIndicator for manual modifications SPPINCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table DETAIL_ONLY_ABSENCE_MNT

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