RNWP_MEDCONTROL_LIST_NFAL SAP (IS-H: Case Data for Medical Controlling View Type) Structure details

Dictionary Type: Structure
Description: IS-H: Case Data for Medical Controlling View Type




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




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

RNWP_MEDCONTROL_LIST_NFAL 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 Data for Medical Controlling View Type" 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_MEDCONTROL_LIST_NFAL TYPE RNWP_MEDCONTROL_LIST_NFAL.

The RNWP_MEDCONTROL_LIST_NFAL table consists of various fields, each holding specific information or linking keys about IS-H: Case Data for Medical Controlling View Type data available in SAP. These include FALAR (IS-H: Case Type), ABRKZ (IS-H: Billing Indicator for Case), ENDDT (IS-H: End Date of Case), OBJNR (Object 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: Can be enhanced (character-type or numeric)


SAP RNWP_MEDCONTROL_LIST_NFAL 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
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
FALARIS-H: Case Type FALLARTCHAR1FALLART
ABRKZIS-H: Billing Indicator for Case ABRKZ_FALLCHAR1ABRKZ_FALL
ENDDTIS-H: End Date of Case ENDDT_FALDATS8RI_DATUM
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
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
RESPIIS-H: Duration of Mechanical Ventilation in Hours ISH_RESPIRATIONNUMC5NUM5
FPEDTIS-H: Date of Wound Healing ISH_FPEDTDATS8ISH_FPEDT
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
TOBIS-H: Days Without Calculation ISH_TOBNUMC3
READMIndicator for Possible Readmission Case ISH_READMCHAR1ISH_ON_OFF

Key field Non-key field



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

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

How to access SAP table RNWP_MEDCONTROL_LIST_NFAL

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