ATTABS_ATTRIBUTES_STRUC SAP (Structure of Attributes of Attendances/Absences) Structure details

Dictionary Type: Structure
Description: Structure of Attributes of Attendances/Absences




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




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

ATTABS_ATTRIBUTES_STRUC 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 "Structure of Attributes of Attendances/Absences" 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_ATTABS_ATTRIBUTES_STRUC TYPE ATTABS_ATTRIBUTES_STRUC.

The ATTABS_ATTRIBUTES_STRUC table consists of various fields, each holding specific information or linking keys about Structure of Attributes of Attendances/Absences data available in SAP. These include SUBTY (Attendance or Absence Type), BEGDA (Start Date), ENDDA (End Date), MINTG (Minimum duration in days).. 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 ATTABS_ATTRIBUTES_STRUC 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
MOABWPersonnel subarea grouping for absence and attendance types MOABWNUMC2MOABW
SUBTYAttendance or Absence Type AWARTCHAR4Assigned to domainAWART
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
MINTGMinimum duration in days MITAGDEC3MITAG
MAXTGMaximum duration in days MATAGDEC3MITAG
ART01Attendance or absence indicator ART01CHAR1ART01
DEDQUQuota deduction through attendance/absence PTM_DEDQUOCHAR1XFELD
TIME_UNITTime/Measurement Unit PT_ZEINHCHAR3Assigned to domainRPMSH
TIUNITEXTText (20 Characters) TEXT20CHAR20TEXT20
WEB_GRP_IDESS: Web Group ID WEB_GRP_IDCHAR2CHAR2
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
DEACT_NEW_REQData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
DEACT_DEL_REQData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
DEACT_CHG_ARData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
EARLIEST_NEW_BEFPeriod for Requesting Leave in Advance EARLIEST_NEW_BEFINT410INT4
EARLIEST_NEW_BEF_UTime/Measurement Unit PT_ZEINHCHAR3Assigned to domainRPMSH
LATEST_NEW_BEFESS Leave Request: Latest Request Beforehand LATEST_NEW_BEFINT410INT4
LATEST_NEW_BEF_UTime/Measurement Unit PT_ZEINHCHAR3Assigned to domainRPMSH
LATEST_NEW_AFTPeriod for Retroactive Leave Requests LATEST_NEW_AFTINT410INT4
LATEST_NEW_AFT_UTime/Measurement Unit PT_ZEINHCHAR3Assigned to domainRPMSH
EARLIEST_DEL_BEFESS Leave Request: Earliest Deletion Beforehand EARLIEST_DEL_BEFINT410INT4
EARLIEST_DEL_BEF_UTime/Measurement Unit PT_ZEINHCHAR3Assigned to domainRPMSH
LATEST_DEL_BEFESS Leave Request: Latest Deletion Beforehand LATEST_DEL_BEFINT410INT4
LATEST_DEL_BEF_UTime/Measurement Unit PT_ZEINHCHAR3Assigned to domainRPMSH
LATEST_DEL_AFTESS Leave Request: Latest Deletion Afterwards LATEST_DEL_AFTINT410INT4
LATEST_DEL_AFT_UTime/Measurement Unit PT_ZEINHCHAR3Assigned to domainRPMSH
UNIT_IF_NO_QUOTATime/Measurement Unit PT_ZEINHCHAR3Assigned to domainRPMSH
VISIBLE_FIELD 0
APPROVAL_PROCESSLeave Request: Processing Process PTARQ_PROCESSCHAR1PTARQ_PROCESS
BEGFUT_PERMITProcessing in the Future PTARQ_BEGFUTCHAR1
BEGFUT_FORBIDProcessing in the Future PTARQ_BEGFUTCHAR1
BEGFUT_TIME_LIMITProcessing in the Future PTARQ_BEGFUTCHAR1
BEGFUT_MINIMALMinimum Advance Notice PTARQ_BEGFUT_MINCHAR1
BEGFUT_TIME_UNITTime Units for Leave Requests PTARQ_TIME_UNITCHAR3PTARQ_TIME_UNIT
BEGFUT_TIME_QTYLeave Request: Number of Time Unit PTARQ_TIME_QTYINT410
BEGFUT_MAXIMALMaximum Advance Notice PTARQ_BEGFUT_MAXCHAR1
BEGFUT_MAX_UNITTime Units for Leave Requests PTARQ_TIME_UNITCHAR3PTARQ_TIME_UNIT
BEGFUT_MAX_QTYLeave Request: Number of Time Unit PTARQ_TIME_QTYINT410
BEGPAST_PERMITProcessing in the Past PTARQ_BEGPASTCHAR1
BEGPAST_FORBIDProcessing in the Past PTARQ_BEGPASTCHAR1
BEGPAST_TIME_LIMITProcessing in the Past PTARQ_BEGPASTCHAR1
BEGPAST_TIME_UNITTime Units for Leave Requests PTARQ_TIME_UNITCHAR3PTARQ_TIME_UNIT
BEGPAST_TIME_QTYLeave Request: Number of Time Unit PTARQ_TIME_QTYINT410
BEGCURR_PERMITProcessing on Current Day PTARQ_BEGCURRCHAR1
BEGCURR_FORBIDProcessing on Current Day PTARQ_BEGCURRCHAR1
APPROVER_VISIBLEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
NOTICE_VISIBLEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
EXPLANATIONCharacter 1024 CHAR1024CHAR1024CHARA1024
FIELD_SELECTIONField Selection PT_FIELD_SELECTIONCHAR7SYCHAR07
WF_CHANGE_APPROVERRequester May Change Next Agent PT_WF_CHANGE_APPROVCHAR1BOOLE
WF_W_OUT_APPROVERNot Necessary to Enter Next Agent PT_W_OUT_APPROVECHAR1BOOLE

Key field Non-key field



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

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

How to access SAP table ATTABS_ATTRIBUTES_STRUC

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