TZW01 SAP (Resubmission periods (Deadline reminder)) Table details

Dictionary Type: Table
Description: Resubmission periods (Deadline reminder)




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




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

TZW01 is a standard SAP Table which is used to store Resubmission periods (Deadline reminder) data and is available within R/3 SAP systems depending on the version and release level.

The TZW01 table consists of various fields, each holding specific information or linking keys about Resubmission periods (Deadline reminder) data available in SAP. These include SARBG (Work area within an area of Financial Assets Mgmt component), XBEZARB (Work area name), KARZT (Grace period), TAGMN (Days/months).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TZW01T


SAP TZW01 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
RANTYPContract Type RANTYPCHAR1RANTYP
SARBGWork area within an area of Financial Assets Mgmt component SARBGCHAR4VVSARBG
XBEZARBWork area name XBEZARBCHAR20TEXT20
KARZTGrace period KARZTINT25VVKARZT
TAGMNDays/months TAGMNCHAR1VVTAGMN
ACNAMExecute: Name of Report, FM, DB, TCode SO_ACNAMCHAR54SO_ACNAM
VMTYPExecute: Type (Report, Dialog Module, ...) SO_VM_TYPCHAR1TSOVMSO_VM_TYP
SKIPSExecute: Process First Screen in Background SO_SKIPSCHAR1SO_FLAG
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FNAME1Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FNAME2Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FNAME3Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FNAME4Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
NVORZTLead time up to due date (end of deadline monitoring) VVVORZTINT25VVKARZT
SVZTTYPLead time days / months VVTAGMNCHAR1VVTAGMN
SNOSNDMessage / processing should not be sent VVSNOSNDCHAR1JANE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TZW01
INTO CORRESPONDING FIELDS OF WA_TZW01
WHERE...

How to access SAP table TZW01

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