RN1_NRS_OT_PLANHIERARCHY SAP (Nursing Plan: Outtab Structure Nursing Plan Hierarchy) Structure details

Dictionary Type: Structure
Description: Nursing Plan: Outtab Structure Nursing Plan Hierarchy




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




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

RN1_NRS_OT_PLANHIERARCHY 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 "Nursing Plan: Outtab Structure Nursing Plan Hierarchy" 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_RN1_NRS_OT_PLANHIERARCHY TYPE RN1_NRS_OT_PLANHIERARCHY.

The RN1_NRS_OT_PLANHIERARCHY table consists of various fields, each holding specific information or linking keys about Nursing Plan: Outtab Structure Nursing Plan Hierarchy data available in SAP. These include BCCAT_BCHNAME (Basic Catalog: Catalog Name), BCPOS_EXTID (Basic Catalog: Item ID), PE_STATUS_TEXT (Nursing Plan: Description of Entry Status), EVAL_ICON (Icon for a Completion Level).. 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: Can Be Enhanced (Deep)


SAP RN1_NRS_OT_PLANHIERARCHY 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
BCCAT_EXTIDBasic Catalog: Catalog ID N1BCHEXTIDCHAR50TEXT50
BCCAT_BCHNAMEBasic Catalog: Catalog Name N1BCHNAMECHAR128TEXT128
BCPOS_EXTIDBasic Catalog: Item ID N1BCPEXTIDCHAR50TEXT50
PE_STATUS_TEXTNursing Plan: Description of Entry Status N1NRSPE_STATUSTEXTCHAR60DDTEXT
EVAL_ICONIcon for a Completion Level N1COMPLSTAGE_ICONCHAR4Assigned to domainICON
EVAL_NAMEName of a Completion Level N1COMPLSTAGE_NAMECHAR30TEXT30
ORGPFNursing Plan: Nursing Organizational Unit N1NRSPH_ORGPFCHAR8Assigned to domainALPHAORGID
VALIDITY_STATUS_TEXTNursing Plan: Validity Text of an Entry N1NRSPEVALSTATTEXTCHAR60DDTEXT
VALIDITY_STATUS_ICONNursing Plan: Validity Icon of a Nursing Plan Entry N1NRSPEVALSTATICONCHAR50N1ICON
CYCLE_N1IDCycle Code N1BEZEICHCHAR10ALPHAN1C010CODE
NOTE_ICONNursing Plan: Note Icon of a Nursing Plan Entry N1NRSPENOTEICONCHAR50N1ICON
HAS_NOTENursing Plan: Indicator Nursing Note for Nursing Plan Entry N1NRSPEHASNOTECHAR1XFELD
PDS_NOTE_ICONProgress Documentation Exists N1PDS_EXIST_ICONCHAR50TEXT50

Key field Non-key field



How do I retrieve data from SAP structure RN1_NRS_OT_PLANHIERARCHY using ABAP code?

As RN1_NRS_OT_PLANHIERARCHY 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 RN1_NRS_OT_PLANHIERARCHY as there is no data to select.

How to access SAP table RN1_NRS_OT_PLANHIERARCHY

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