T7COT8 SAP (Payroll external results transfer: COAVA) Table details

Dictionary Type: Table
Description: Payroll external results transfer: COAVA




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




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

T7COT8 is a standard SAP Table which is used to store Payroll external results transfer: COAVA data and is available within R/3 SAP systems depending on the version and release level.

The T7COT8 table consists of various fields, each holding specific information or linking keys about Payroll external results transfer: COAVA data available in SAP. These include PERNR (Personnel Number), SEQNO (Sequential number for payroll period), SEQN2 (Sequential for record identification), ABKRS (Payroll Area).. 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 T7COT8 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
SEQNOSequential number for payroll period SEQ_T558BNUMC5NUM5
SEQN2Sequential for record identification PCO_SEQNONUMC5NUMC5
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
INDCLFlag for the leave calculation type PCO_INDCLCHAR2CHAR02
INDCMFlag for client's use in case of other calculations PCO_INDCMCHAR2CHAR02
PYPERVacation allowance period PCO_PYPERCHAR6CHAR6
INPERIn-period for payroll IPERICHAR6CHAR6
FPPERFor-period for payroll FAPERCHAR6CHAR6
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
AWARTAttendance or Absence Type AWARTCHAR4Assigned to domainAWART
ABWTGAttendance and Absence Days ABWTGDEC6(2) TAGE4_2
STDAZAbsence hours ABSTDDEC7(2) JRSTD
ABRTGAttendance and Absence Days ABWTGDEC6(2) TAGE4_2
ABRSTPayroll hours ABRSTDEC7(2) JRSTD
KALTGCalendar days CALDYDEC5(2) DEC3_2
OBEGDOld start date OBEGDDATS8DATUM
OENDDOld end date OENDDDATS8DATUM
DOCNRDocument number for time data PTM_DOCNRNUMC20PTM_DOCNR
ABARTEmployee subgroup grouping for personnel calculation rule ABRARCHAR1Assigned to domainABRAR
LGARTWage Type LGARTCHAR4Assigned to domainLGART
APZNRPC205 assignment APZNRRAW1PRSPL
CNTR1National assignment indicator CNTRNRAW1RAW1
CNTR2National assignment indicator CNTRNRAW1RAW1
CNTR3National assignment indicator CNTRNRAW1RAW1
ALZNRAssignment for alternative payment ALZNRRAW1PRSPL
C1ZNRPointer to cost accounting C1ZNORAW2C1NUM
BTZNRAssignment of Bank Transfers BTZNORAW1PRSPL
ABZNRAbsence assignment ABZNORAW1PRSPL
V0TYPVariable assignment type V0TYPCHAR1V0TYP
V0ZNRVariable assignment number V0ZNRRAW1RAW1
ZEINHTime/Measurement Unit PT_ZEINHCHAR3Assigned to domainRPMSH
BETPEPayroll: Amount per unit BETPECURR15(2) PRBETPE
ANZHLHR payroll: Number PRANZDEC15(2) PRANZHL
BETRGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
RTE_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
AMT_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
OCRSNReason for Off-Cycle Payroll PAY_OCRSNCHAR4Assigned to domainPAY_OCRSNOCR
PAYTYPayroll type PAYTYCHAR1PAYTY
PAYIDPayroll Identifier PAYIDCHAR1CHAR1
BONDTOff-cycle payroll payment date BONDTDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7COT8
INTO CORRESPONDING FIELDS OF WA_T7COT8
WHERE...

How to access SAP table T7COT8

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