RN2DWSWL_TASK SAP (Task) Structure details

Dictionary Type: Structure
Description: Task




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




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

RN2DWSWL_TASK is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Task" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RN2DWSWL_TASK TYPE RN2DWSWL_TASK.

The RN2DWSWL_TASK table consists of various fields, each holding specific information or linking keys about Task data available in SAP. These include MANDT (Client), TASK_ID (Task Key), EINRI (Institution), PATNR (IS-H: Patient Number).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RN2DWSWL_TASK structure 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 structure RN2DWSWL_TASK using ABAP code?

As RN2DWSWL_TASK is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RN2DWSWL_TASK as there is no data to select.

How to access SAP table RN2DWSWL_TASK

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