T52OCG SAP (Off-Cycle: Indicators for Batch: Payroll, Subsequent Program) Table details

Dictionary Type: Table
Description: Off-Cycle: Indicators for Batch: Payroll, Subsequent Program




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




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

T52OCG is a standard SAP Table which is used to store Off-Cycle: Indicators for Batch: Payroll, Subsequent Program data and is available within R/3 SAP systems depending on the version and release level.

The T52OCG table consists of various fields, each holding specific information or linking keys about Off-Cycle: Indicators for Batch: Payroll, Subsequent Program data available in SAP. These include PRCTY (Procedure Type for Off-Cycle Batch Processing), PERNR (Personnel Number), LFDNR (Sequential number), 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP T52OCG 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
PRCTYProcedure Type for Off-Cycle Batch Processing PRCTYCHAR1PAY_PRCTY
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
LFDNRSequential number PAY_SEQNRNUMC3NUM03
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
SEQNRSequence Number CDSEQNUMC5NUM5
PAYTYPayroll type PAYTYCHAR1PAYTY
PAYIDPayroll Identifier PAYIDCHAR1CHAR1
BONDTOff-cycle payroll payment date BONDTDATS8DATUM
OCRSNReason for Off-Cycle Payroll PAY_OCRSNCHAR4Assigned to domainPAY_OCRSNOCR
PABRJPayroll Year PABRJNUMC4GJAHRGJAHR
PABRPPayroll Period PABRPNUMC2PABRP
LAUFDDate on Which the Program Is to Be Run LAUFDDATS8DATUM
LAUFIAdditional Identification LAUFICHAR6LAUFI
INDATProcessing Date for OC Workbench INPDTDATS8DATUM
INTIMProcessing Time OC Workbench INTIMTIMS6UZEIT
INUSROff-Cycle Workbench Processor INUSRCHAR12CHAR12
PRDATProcessing date PROCDDATS8DATUM
PRTIMPerformance Time of Batch Report PRTIMTIMS6UZEIT
PRUSRBatch Report User PRUSRCHAR12CHAR12
PROCIDProcess number PAY_PROCESSIDNUMC10NUMC10HRST_PROCESSID
POSTIIndicator for off-cycle cancellation - already posted? PAY_POSTICHAR1CHAR1
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM T52OCG
INTO CORRESPONDING FIELDS OF WA_T52OCG
WHERE...

How to access SAP table T52OCG

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