TZW02 SAP (User <-> Determine message) Pooled Table details

Dictionary Type: Pooled Table
Description: User <-> Determine message




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




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

TZW02 is a standard SAP Pooled Table which is used to store User <-> Determine message data and is available within R/3 SAP systems depending on the version and release level.

The TZW02 table consists of various fields, each holding specific information or linking keys about User <-> Determine message data available in SAP. These include RANTYP (Contract Type), SARBG (Work area within an area of Financial Assets Mgmt component), RECNAM (Recipient Name), DLINAM (Name of distribution list).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TZW02 pooled 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
RANTYPContract Type RANTYPCHAR1RANTYP
SARBGWork area within an area of Financial Assets Mgmt component SARBGCHAR4TZW01VVSARBG
RECNAMRecipient Name SO_REC_NAMCHAR12USERNAME
DLINAMName of distribution list SO_DLI_NAMCHAR12SO_OBJ_NAM
OBJNAMName of document, folder or distribution list SO_OBJ_NAMCHAR12SO_OBJ_NAM
OBJDESShort description of contents SO_OBJ_DESCHAR50SO_OBJ_DES
SNDEXSend express SO_SND_EXCHAR1SO_FLAG
FORFBYou cannot forward this message SO_FORFBCHAR1SO_FLAG
PRIFBObject cannot be printed SO_PRIFBCHAR1SO_FLAG
ACALLToDo by all recipients SO_ACALLCHAR1SO_FLAG
OBJACThe recipient must take action SO_OBJ_ACCHAR1SO_FLAG
OBJRRA reply must be sent for this object SO_OBJ_RRCHAR1SO_FLAG
OBJRNA reply cannot be sent to the object SO_OBJ_RNCHAR1SO_FLAG
TDOBJECTTexts: Application Object TDOBJECTCHAR10TTXOBTDOBJECT
TDIDText ID TDIDCHAR4TTXIDTDID
TDNAMETDIC text name TDNAMECHAR16TDCHAR16
AKTBENIndicator whether message also sent to SY-Uname (WDUL) VVWDVLSNAMCHAR1JANE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TZW02
INTO CORRESPONDING FIELDS OF WA_TZW02
WHERE...

How to access SAP table TZW02

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