HRDESV_EA_S_SACHE SAP (Notifiable Subjects in the Reimbursement Process) Structure details

Dictionary Type: Structure
Description: Notifiable Subjects in the Reimbursement Process




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




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

HRDESV_EA_S_SACHE 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 "Notifiable Subjects in the Reimbursement Process" 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_HRDESV_EA_S_SACHE TYPE HRDESV_EA_S_SACHE.

The HRDESV_EA_S_SACHE table consists of various fields, each holding specific information or linking keys about Notifiable Subjects in the Reimbursement Process data available in SAP. These include GDT (Designation of the Notific. Reason in the DSER Data Record), BEGDA (Start Date), ENDDA (End Date), ARTAB (Type of Payroll).. 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 HRDESV_EA_S_SACHE 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
GDReason for Issue in Data Record DSER P01_DSERGDNUMC2P01_DSERGD
GDTDesignation of the Notific. Reason in the DSER Data Record P01_DSERGDTCHAR20TEXT20
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
ARTABType of Payroll P01_EAAABNUMC1P01_EAAAB
WERKSPersonnel Area Reporting PERSA_SUMCHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea Reporting BTRTL_SUMCHAR4Assigned to domainBTRTLPBS
BTRNRAGCompany Number of Employer P01_AG_BTRNRCHAR8BTRNR
KVSFRHI Fund Key for Compulsory Health Insurance Fund KVSCHCHAR8Assigned to domainKVSCH
BTRNRKKCompany Number of Health Insurance Fund P01_KK_BTRNRCHAR8BTRNR
ARTVERSType of Insurance in the Data Record DSER P01_DSERAVNUMC1P01_DSERAV
BESCHEmployed from P01_BESCHDATS8DATUM
HOEBBGUse of the Miners' Insurance Income Threshold P01_EAHOEBBGCHAR1P01_EAHOEBBG
DBAU_EGRemuneration P01_EA_ENTGELT_PCURR9(2) P01_EA_BETRAG
DBAU_ARTEGType of Remuneration in DBAU P01_DBAUAENUMC1P01_DBAUAE
DBAU_AUSFALLZDowntime P01_EAAUSFNUMC5P01_EAAUSF
DBAU_ARTAUSFType of Downtime P01_DBAUAANUMC1P01_DBAUAA
DBAU_AZWOECHWeekly Working Time P01_EAAZWOENUMC4P01_EAAZWOE
DBAU_AZTGLDaily Working Time P01_EAAZTGLNUMC4P01_EAAZTGL
KNZEVIndicator for Reimbursement Procedure P01_EA_KNZEVCHAR1P01_EA_KNZEV
FBRUTAUContinued Pay Gross Remuneration P01_EAFBRUCURR15(2) PRBETRG
FAGANTContinued Pay Employer Contributions P01_EAAGANCURR15(2) PRBETRG
ESATZReimbursement Record P01_EAESDEC5(2) P01_UERST
EBReimbursement Amount P01_EAEBCURR15(2) PRBETRG
BRUTMON_PMonthly Gross Remuneration P01_EA_BRUTMON_PCURR9(2) P01_EA_BETRAG
NETTG_PCalendar Daily Net Remuneration P01_EA_NETTG_PCURR9(2) P01_EA_BETRAG
NETMON_PMonthly Net Remuneration P01_EA_NETMON_PCURR9(2) P01_EA_BETRAG
NETBESCH_PCalendar Daily Net Remuneration from Other Employment P01_EA_NETBESCH_PCURR9(2) P01_EA_BETRAG
DBZU_SFBEGStart of Protection Period P01_EASFBEGDATS8DATUM
DBZU_SFENDEnd of Protection Period P01_EASFENDDATS8DATUM
LATLast Working Day P01_EALATDATS8DATUM
MUTENExpected Date of Delivery P01_MUTENDATS8DATUM
STATERRSet Status of Notification to Incorrect P01_STATERRCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table HRDESV_EA_S_SACHE

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