T52OCMP SAP (Off-Cycle Flag for Mass Processing) Table details

Dictionary Type: Table
Description: Off-Cycle Flag for Mass Processing




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




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

T52OCMP is a standard SAP Table which is used to store Off-Cycle Flag for Mass Processing data and is available within R/3 SAP systems depending on the version and release level.

The T52OCMP table consists of various fields, each holding specific information or linking keys about Off-Cycle Flag for Mass Processing data available in SAP. These include OCAPPL (Off-Cycle Application), MOLGA (Country Grouping), BONDT (Off-cycle payroll payment date), OCRSN (Reason for Off-Cycle 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T52OCMP 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
OCAPPLOff-Cycle Application PAY_OCAPPLCHAR4OCAPPL
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
BONDTOff-cycle payroll payment date BONDTDATS8DATUM
OCRSNReason for Off-Cycle Payroll PAY_OCRSNCHAR4T52OCRPAY_OCRSNOCR
PAYIDPayroll Identifier PAYIDCHAR1CHAR1
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
LFDNRSequential number PAY_SEQNRNUMC3NUM03
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM T52OCMP
INTO CORRESPONDING FIELDS OF WA_T52OCMP
WHERE...

How to access SAP table T52OCMP

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