TN2DWSWL_AVAIL SAP (Completion and Lifetime of Situations) Table details

Dictionary Type: Table
Description: Completion and Lifetime of Situations




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




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

TN2DWSWL_AVAIL is a standard SAP Table which is used to store Completion and Lifetime of Situations data and is available within R/3 SAP systems depending on the version and release level.

The TN2DWSWL_AVAIL table consists of various fields, each holding specific information or linking keys about Completion and Lifetime of Situations data available in SAP. These include EINRI (Institution), AREA (Work Area), ACCESS_OFFSET (No. of Days Situation Is Available After Closing), CLOSE_OFFSET (Days Until Work Situation Can Be Closed by System).. 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: Cannot Be Enhanced


SAP TN2DWSWL_AVAIL 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
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
AREAWork Area N2DWSWL_AREACHAR4N2DWSWL_AREAN2DWSWL_AREA
ACCESS_OFFSETNo. of Days Situation Is Available After Closing N2DWSWL_ACCESS_OFFSETINT25INT2
CLOSE_OFFSETDays Until Work Situation Can Be Closed by System N2DWSWL_CLOSE_OFFSETINT25INT2

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN2DWSWL_AVAIL
INTO CORRESPONDING FIELDS OF WA_TN2DWSWL_AVAIL
WHERE...

How to access SAP table TN2DWSWL_AVAIL

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