T7CO07 SAP (Absence general configuration) Table details

Dictionary Type: Table
Description: Absence general configuration




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




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

T7CO07 is a standard SAP Table which is used to store Absence general configuration data and is available within R/3 SAP systems depending on the version and release level.

The T7CO07 table consists of various fields, each holding specific information or linking keys about Absence general configuration data available in SAP. These include BUKRS (Company Code), MOABW (Personnel subarea grouping for absence and attendance types), MODIF (Grouper by employee type), AWART (Attendance or Absence Type).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T7CO07 table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
MOABWPersonnel subarea grouping for absence and attendance types MOABWNUMC2MOABW
MODIFGrouper by employee type PCO_MODIFCHAR2CHAR02
AWARTAttendance or Absence Type AWARTCHAR4T554SAWART
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
IDNOVInnovation type reported in self-settlement PCO_IDNOVCHAR3PCO_IDNOV
SENIODefines if absence affects the employee seniority PCO_SENIOCHAR1PCO_CHECK
SENSSSubstracts worked days for change of EPS PCO_SENSSCHAR1PCO_CHECK
LGAINIConcept for starting days recognized by the company PCO_LGAINICHAR4T512WLGART
PERINIPercentage of starting days recognized by the company PCO_PERINIDEC7(4) DEC3_4
INIDAYInitial days acknowledged by employer PCO_INIDAYNUMC4NUMC04
LGABIDCalculation base item for initial days PCO_LGABIDCHAR4T512WLGART
LGADISDisability concept PCO_LGADISCHAR4T512WLGART
PRCDISPercentage of the disability recongnized by EPS/ARP PCO_PRCDISDEC7(4) DEC3_4
PRCDI1Percentage recongnized by EPS/ARP after 90 days PCO_PRCDI1DEC7(4) DEC3_4
LGABDICalculation base item for incapcity PCO_LGABDICHAR4T512WLGART
RECSALIf there is no IBC, recognizes with last salary PCO_RECSALCHAR1PCO_CHECK
LGAAIDTransport allowance item acknowledged by employer PCO_LGAAIDCHAR4T512WLGART
RECOGRecognition type PCO_RECOGCHAR1PCO_RECOG
LGABADPayroll basis transport allowance, employer PCO_LGABADCHAR4T512WLGART
EXTENSIt's an extension? PCO_EXTENSCHAR1PCO_CHECK
AWARIAbsence type, original innovation PCO_AWARICHAR4T554SAWART
VTOPEMaximum for incapacities valid PCO_VTOPECHAR1PCO_VTOPE

Key field Non-key field



How do I retrieve data from SAP table T7CO07 using ABAP code

The following ABAP code Example will allow you to do a basic selection on T7CO07 to SELECT all data from the table
DATA: WA_T7CO07 TYPE T7CO07.

SELECT SINGLE *
FROM T7CO07
INTO CORRESPONDING FIELDS OF WA_T7CO07
WHERE...

How to access SAP table T7CO07

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