RNWP_CARE_UNIT_LIST_FIELDS SAP (IS-H*MED: Fields of Medical Unit List) Structure details

Dictionary Type: Structure
Description: IS-H*MED: Fields of Medical Unit List




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




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

RNWP_CARE_UNIT_LIST_FIELDS 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 "IS-H*MED: Fields of Medical Unit List" 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_RNWP_CARE_UNIT_LIST_FIELDS TYPE RNWP_CARE_UNIT_LIST_FIELDS.

The RNWP_CARE_UNIT_LIST_FIELDS table consists of various fields, each holding specific information or linking keys about IS-H*MED: Fields of Medical Unit List data available in SAP. These include ORGPF_AKT (Organizational Unit Assigned to Case), BEH_ARZT (Attending Physician), BEH_ARZT_NAME (IS-H: Name of Attending Physician), ANF_ICON (Clinical Orders/Requests Exist (Icon)).. 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 RNWP_CARE_UNIT_LIST_FIELDS 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
DIAGNOSEFree Text for the Diagnosis N1_DIA_CL_WPLACECHAR50TEXT50
ORGPF_AKTOrganizational Unit Assigned to Case NZUWPFCHAR8Assigned to domainALPHAORGID
BEH_ARZTAttending Physician N1BEHARZTCHAR10Assigned to domainALPHARI_KUNNR
BEH_ARZT_NAMEIS-H: Name of Attending Physician ISH_BANAMECHAR50TEXT50
ANF_ICONClinical Orders/Requests Exist (Icon) N1ANFV_ICONCHAR50TEXT50
KA_ICONMedical Record Exists Icon N1KRAKTE_ICONCHAR50TEXT50
PFL_ICONNursing Service Exists Icon N1PFLV_ICONCHAR50TEXT50
PFLL_ICONNursing Worklist (Icon) N1PFLL_ICONCHAR50TEXT50
PFLP_ICONNursing Plan Exists Icon N1PFLPV_ICONCHAR50TEXT50
DOK_ICONDocument Exists (Icon) N1DOKV_ICONCHAR50TEXT50
MEDDOK_ICONMedical Document Exists (Icon) N1MEDDOKV_ICONCHAR50TEXT50
LABDOK_ICONLaboratory Document Exists (Icon) N1LABDOKV_ICONCHAR50TEXT50
ICON_DOCDocument Special Indicator (Presentation Code) N1ICON_DOCCHAR50TEXT50
INFO_EXITInformation from the User Exit N1EXITINF2CHAR80CHAR80
FATIDID of the Transport Order N1FATIDNUMC8N1FATID
DATAGDate of Transport Order N1DATTPDATS8DATUM
UZTAGTime of a Transport Order N1UZTTPTIMS6UHRZT
ORGAGPick-Up OU (OU where Pick-Up Takes Place) N1ORGAGCHAR8Assigned to domainALPHAORGID
BAUAGPick-up Room for a Transport Order N1BAUAGCHAR8Assigned to domainALPHABAUID
ORGZLDestination Org. Unit (Drop-Off) for Transport Order N1ORGZLCHAR8Assigned to domainALPHAORGID
BAUZLDestination (Drop-off) Room for a Transport Order N1BAUZLCHAR8Assigned to domainALPHABAUID
FAT_TPAETransport Type N1TPAECHAR2Assigned to domainN1TPAE
FAT_TPATXText for Transport Type N1TPATXTCHAR15N1TPATXT
TRANSMeans of Transport N1TRANSPCHAR3N1TRANSP
TRANSTXTDescription of Means of Transport N1TRANSPTXTCHAR20TEXT20
TRAVA_ICONMeans of Transport Is Available (Icon) N1TRAVA_ICONCHAR50TEXT50
FNAMETransporter Name N1FNAMECHAR12ISH_C12
FSTATUSTransport Order Status (External Display) N1FSTEDCHAR3N1FSTED
BATMP_ICONTemporary Treatment Order Exists (Icon) N2BATMP_ICONCHAR4Assigned to domainICON
PATHWAY_STATEPatient Pathway Status N2GL_PATHWAY_STATECHAR6N2GL_PATHWAY_STATE
PATHWAY_STATE_TXTText of Status for Patient Pathway N2GL_PATHWAY_STATE_TXT60CHAR60CHAR60
PATHWAY_STATE_ICON'Patient Pathway Status' Icon N2GL_PATHWAY_STATE_ICONCHAR50TEXT50
PROFESSIONSOccupational Groups which Have Open Steps N2GL_PROFESSIONSCHAR100TEXT100
PATHWAY_PROPOSAL_ICONIcon 'Pathway Proposal Available' N2GL_PATHWAY_PROPOSAL_ICONCHAR50TEXT50
PLSNRIS-H: PRS Number ISH_EXTNR_PLSCHAR20ISH_EXTNR_PLS
ADPAT_STATE_ICON'Allergy for Patient' Icon N2AD_ADPAT_STATE_ICONCHAR50TEXT50
ORDER_APPROVE_ICON'Physician Order Release Required' Icon N2PHYO_ORDER_APPROVE_ICONCHAR50TEXT50
IPR_EXIST_ICON'Inpatient Progress Report Exists' Icon N2IPPD_IPR_EXIST_ICONCHAR50TEXT50
VS_PLAN_ICON'Vital Sign Planning' Icon N2CLIM_VS_PLAN_ICONCHAR50TEXT50
STUDY_STATE_ICON'Study Status' Icon N1IM_ICONCHAR50TEXT50
CPR_EXIST_ICON'Nursing Progress Report Exists' Icon N1NRS_CPR_EXIST_ICONCHAR50TEXT50
EVAL_EXIST_ICONIcon for 'Evaluation Exists' N1NRS_EVAL_EXIST_ICONCHAR50TEXT50
LFDNR_DIA_TECHIS-H: Sequence Number of Diagnosis LFDDIANUMC3LFDDIA
CHDVERMedication: Icon - Changes Exist in Order N1ME_CHDVER_ICONCHAR50TEXT50
PDS_EXIST_ICONProgress Documentation Exists N1PDS_EXIST_ICONCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table RNWP_CARE_UNIT_LIST_FIELDS

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