RNPOL_CASE_FIELDS SAP (IS-H: Case Fields Changed in NPOL - Fields) Structure details

Dictionary Type: Structure
Description: IS-H: Case Fields Changed in NPOL - Fields




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




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

RNPOL_CASE_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: Case Fields Changed in NPOL - Fields" 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_RNPOL_CASE_FIELDS TYPE RNPOL_CASE_FIELDS.

The RNPOL_CASE_FIELDS table consists of various fields, each holding specific information or linking keys about IS-H: Case Fields Changed in NPOL - Fields data available in SAP. These include VORGR (IS-H: Previous Days to Be Deducted from Max. Length of Stay), ABRKZ (IS-H: Billing Indicator for Case), DGNLF (IS-H: Obsolete), FACHR (Specialty for Organizational Unit).. 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 (character-type or numeric)


SAP RNPOL_CASE_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
FPEDTIS-H: Date of Wound Healing ISH_FPEDTDATS8ISH_FPEDT
VORGRIS-H: Previous Days to Be Deducted from Max. Length of Stay VOR_GRVERNUMC3GRVER
ABRKZIS-H: Billing Indicator for Case ABRKZ_FALLCHAR1ABRKZ_FALL
DGNLFIS-H: Obsolete LLFDDIANUMC3LFDDIA
FACHRSpecialty for Organizational Unit FACHRTY7CHAR4Assigned to domainALPHAISH_FACHR
BEGDTIS-H: Start Date of Case BEGDT_FALDATS8RI_DATUM
ENDDTIS-H: End Date of Case ENDDT_FALDATS8RI_DATUM
STASPIS-H: Indicator for Admission Type 'Statistics Block' ISH_STASPCHAR1XFELD
KV_KZIS-H: Relevant for Panel Physician Association Billing ISH_KV_KZCHAR1XFELD
RESPIIS-H: Duration of Mechanical Ventilation in Hours ISH_RESPIRATIONNUMC5NUM5
TOBIS-H: Days Without Calculation ISH_TOBNUMC3
EAUFNIS-HCO: Receiver (Order) ISH_EAUFNCHAR12Assigned to domainALPHAAUFNR
PATGEWIS-H: Weight of Patient at Admission ISH_PATGEWQUAN7(3) ISH_GEWICH
GWEINIS-H: Unit of Measurement for Patient Weight ISH_EINGEWUNIT3Assigned to domainCUNITMEINSN_WEIGHT_UNIT
READMIndicator for Possible Readmission Case ISH_READMCHAR1ISH_ON_OFF
LMPERDate of Last Menstrual Cycle ISH_LMPERDATS8RI_DATUM
MHLSMental Health Legal Status ISH_MHLSCHAR1ISH_MHLS
SAPS_C NWCH_SAPSNUMC3
PIM2_C NWCH_PIM2NUMC3
CRIB_C NWCH_CRIBNUMC3
NEMS_C NWCH_NEMSNUMC6

Key field Non-key field



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

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

How to access SAP table RNPOL_CASE_FIELDS

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