T52OCL SAP (Off-cycle: Bank Transfer Replaced by Check or Reversed) Table details

Dictionary Type: Table
Description: Off-cycle: Bank Transfer Replaced by Check or Reversed




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




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

T52OCL is a standard SAP Table which is used to store Off-cycle: Bank Transfer Replaced by Check or Reversed data and is available within R/3 SAP systems depending on the version and release level.

The T52OCL table consists of various fields, each holding specific information or linking keys about Off-cycle: Bank Transfer Replaced by Check or Reversed data available in SAP. These include PERNR (Personnel Number), SEQNR (Sequence Number), LFDNR (Sequential number), BTZNR (Assignment of Transfers).. 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 T52OCL 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
SEQNRSequence Number CDSEQNUMC5NUM5
LFDNRSequential number PAY_SEQNRNUMC3NUM03
BTZNRAssignment of Transfers BTZNRRAW1RAW1
CHKREPLBank transfer replaced by check or cancelled CHKREPLCHAR1CHAR1
VOIDDDate of transfer reversal PAY_VOIDDDATS8DATUM
VOIDUBank transfer reversed by user PAY_VOIDUCHAR12UNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM T52OCL
INTO CORRESPONDING FIELDS OF WA_T52OCL
WHERE...

How to access SAP table T52OCL

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