T7SKRZD SAP (Cluster table for Annual Tax Clearing) Table details

Dictionary Type: Table
Description: Cluster table for Annual Tax Clearing




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




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

T7SKRZD is a standard SAP Table which is used to store Cluster table for Annual Tax Clearing data and is available within R/3 SAP systems depending on the version and release level.

The T7SKRZD table consists of various fields, each holding specific information or linking keys about Cluster table for Annual Tax Clearing data available in SAP. These include RELID (Area identification on import/export database PCL2), SRTFD (PCLx key), SRTF2 (Sort field for PCLx (dup.key)), HISTO (Historical Record Flag).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T7SKRZD 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
RELIDArea identification on import/export database PCL2 RELID_PCL2CHAR2RELID_PCL2
SRTFDPCLx key PCLKEYCHAR40CHAR40
SRTF2Sort field for PCLx (dup.key) PCLSRTFDINT410SYBIN4
HISTOHistorical Record Flag HISTOCHAR1CHAR1
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
AEDTMChanged on AEDTMDATS8DATUM
ANUZTTime when the record was created ANUZTTIMS6UZEIT
PGMIDABAP: Program Name OLD_PROGCHAR8OLD_PROGRID
VERSNVersion in cluster files PVRSNCHAR2CHAR2
CLUSTRCluster for PCLx PCLCLUSTRINT25SYBIN2
CLUSTDVARC(3916) for PTXT PCLDATALRAW3900PCLDATA

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7SKRZD
INTO CORRESPONDING FIELDS OF WA_T7SKRZD
WHERE...

How to access SAP table T7SKRZD

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