N2DWSWL_TASK SAP (Task) Table details

Dictionary Type: Table
Description: Task




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




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

N2DWSWL_TASK is a standard SAP Table which is used to store Task data and is available within R/3 SAP systems depending on the version and release level.

The N2DWSWL_TASK table consists of various fields, each holding specific information or linking keys about Task data available in SAP. These include TASK_ID (Task Key), EINRI (Institution), PATNR (IS-H: Patient Number), AREA (Work Area).. 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: Cannot Be Enhanced


SAP N2DWSWL_TASK 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
TASK_IDTask Key N2DWSWL_TASK_IDCHAR33N2DWSWL_ID
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
AREAWork Area N2DWSWL_AREACHAR4N2DWSWL_AREAN2DWSWL_AREA
WS_IDSituation Template Key N2DWSWL_WS_IDCHAR33N2DWSWL_ID
PATTERN_IDTask Template Key N2DWSWL_PATTERN_IDCHAR33N2DWSWL_ID
WORK_IDSituation Key N2DWSWL_WORK_IDCHAR33N2DWSWL_ID
OBJ_ORDERSequence in Display N2DWSWL_ORDERINT25
SHORT_CODETask Template Identification N2DWSWL_PATTERN_SHORT_CODECHAR20N2DWSWL_SHORT_CODE
NAMEName of Task N2DWSWL_TASK_NAMECHAR40TEXT40
TASK_STATETask Completion Status N2DWSWL_TASK_STATECHAR2N2DWSWL_TASK_STATE
STATE_SET_BYUser Who Last Changed Status N2DWSWL_STATE_SET_BY_USERCHAR12N2DWSWL_USER
RESPONSIBLEResponsibility Key N2DWSWL_RESPONSIBLE_IDCHAR4Assigned to domainN1VORGANG
IS_MANDATORYRequired Task N2DWSWL_TASK_IS_MANDATORYCHAR1N2DWSWL_TASK_IS_MANDATORY
BASEITEM_TYPEBase Items: Base Item Type N2_BASEITEM_TYPECHAR10Assigned to domainN2_BASEITEM_TYPE
BASEITEM_IDBase Items: Internal Key N2_BASEITEM_IDCHAR32SYSUUID_C
ACTION_EXECUTEDAction Was Executed N2DWSWL_ACTION_EXECUTEDCHAR1ISH_ON_OFF
INFO_MODEPatient Viewer Setting for Task N2DWSWL_INFO_MODE_PATTCHAR2N2DWSWL_INFO_MODE_PATT
INFO_IDInfo Item Code N2DWSWL_INFO_IDCHAR33N2DWSWL_ID
HAS_NOTENote Available N2DWSWL_HAS_NOTECHAR1ISH_ON_OFF
CONTACT_PERSONName of Contact Person N2DWSWL_CONTACT_PERSONCHAR40TEXT40
CONTACT_PHONETelephone Number of Contact Person N2DWSWL_CONTACT_PHONECHAR30CHAR30
CONTACT_EMAILe-mail Address of Contact Person N2DWSWL_CONTACT_EMAILCHAR53N2DWSWL_CONTACT_EMAIL
USER_FIELDCustomer Parameter N2DWSWL_USER_FIELDCHAR32N2DWSWL_USER_FIELD
INSDATEDate of Creation N2DWSWL_INSDATEDATS8N2DWSWL_DATE
INSUSERUser who Created Data Record N2DWSWL_INSUSERCHAR12N2DWSWL_USER
UPDDATEDate on Which Record Was Last Changed N2DWSWL_UPDDATEDATS8N2DWSWL_DATE
UPDUSERUser Who Last Changed Data Record N2DWSWL_UPDUSERCHAR12N2DWSWL_USER
TPACK_IDProfile Key N2DWSWL_TPACK_IDCHAR33N2DWSWL_ID
PLDATPlanned Date of Task N2DWSWL_PLDAT_TASKDATS8DATS
PRIORITYPriority of Task N2DWSWL_PRIORITYT_TASKCHAR1N2DWSWL_PRIORITYT_TASK
ORGFAIS-H: OU with Departmental Responsibility for Case NZUWFACHAR8Assigned to domainALPHAORGID
ORGPFOrganizational Unit Assigned to Case NZUWPFCHAR8Assigned to domainALPHAORGID
CHART_CONFIG_IDCharting: Chart Layout N2CHART_LAYOUT_IDCHAR25Assigned to domainN2CHART_LAYOUT_ID
PRODUCED_BYObject Source N2DWSWL_PRODUCED_BYCHAR2N2DWSWL_PRODUCED_BY
HAS_TASK_TEXTTask Text Is Available N2DWSWL_HAS_TASK_TEXTCHAR1ISH_ON_OFF
CHART_MODEDisplay Mode for Chart N2DWSWL_CHART_MODECHAR1N2CHART_DWS_USAGE
INSTIMETime of Creation N2DWSWL_INSTIMETIMS6N2DWSWL_TIME
UPDTIMETime of Last Change N2DWSWL_UPDTIMETIMS6N2DWSWL_TIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2DWSWL_TASK
INTO CORRESPONDING FIELDS OF WA_N2DWSWL_TASK
WHERE...

How to access SAP table N2DWSWL_TASK

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