RNPFBDIA SAP (IS-H: Diagnosis Data for Movement Lists) Structure details

Dictionary Type: Structure
Description: IS-H: Diagnosis Data for Movement Lists




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




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

RNPFBDIA 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: Diagnosis Data for Movement Lists" 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_RNPFBDIA TYPE RNPFBDIA.

The RNPFBDIA table consists of various fields, each holding specific information or linking keys about IS-H: Diagnosis Data for Movement Lists data available in SAP. These include ADM_DKEY (IS-H: Admission Diagnosis Code), ADM_DTX1 (IS-H: Text for Admission Diagnosis), ADM_DTXT (IS-H: User-Defined Text for Admission Diagnosis), DIS_DKAT (IS-H: Identification Key for Discharge Diagnosis Catalog).. 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)


SAP RNPFBDIA 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
ADM_DKATIS-H: Indentification Key for Admission Diagnosis Catalog ISH_ADM_DKATCHAR2KATID
ADM_DKEYIS-H: Admission Diagnosis Code ISH_ADM_DKEYCHAR30DIAID
ADM_DTX1IS-H: Text for Admission Diagnosis ISH_ADM_DTX1CHAR40TEXT40
ADM_DTXTIS-H: User-Defined Text for Admission Diagnosis ISH_ADM_DTXTCHAR50TEXT50
DIS_DKATIS-H: Identification Key for Discharge Diagnosis Catalog ISH_DIS_DKATCHAR2KATID
DIS_DKEYIS-H: Discharge Diagnosis Code ISH_DIS_DKEYCHAR30DIAID
DIS_DTX1IS-H: Text for Discharge Diagnosis ISH_DIS_DTX1CHAR40TEXT40
DIS_DTXTIS-H: User-Defined Text for Discharge Diagnosis ISH_DIS_DTXTCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table RNPFBDIA

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