RNDISCHARGE_RCV SAP (IS-H: MSG Formate Receive From BMI) Structure details

Dictionary Type: Structure
Description: IS-H: MSG Formate Receive From BMI




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




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

RNDISCHARGE_RCV 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: MSG Formate Receive From BMI" 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_RNDISCHARGE_RCV TYPE RNDISCHARGE_RCV.

The RNDISCHARGE_RCV table consists of various fields, each holding specific information or linking keys about IS-H: MSG Formate Receive From BMI data available in SAP. These include MANDT (Client), GUID (UUID in compressed form (22 character UUENCODEd)), EVENT (IS-H: Event for Triggering Messages, Forms), APPLK (Application (Always N for IS-H)).. 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 RNDISCHARGE_RCV 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
KEY_DATA 0
MANDTClient MANDTCLNT3MANDT
GUIDUUID in compressed form (22 character UUENCODEd) SYSUUID_22CHAR22SYSUUID_22
EVENTIS-H: Event for Triggering Messages, Forms N_EVENTCHAR6N_EVENT
APPLKApplication (Always N for IS-H) APPKLCHAR1APPKL
EINRIInstitution EINRICHAR4ALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10ALPHAFALNRFAL
LFDNRIS-H: Sequence Number of Movement LFDBEWNUMC5LFDBEW
PATNRIS-H: Patient Number PATNRCHAR10ALPHAPATNRPAT
EXTNRIS-H: External Patient Identification EXT_PATNRCHAR20EXT_PATNR
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10ALPHARI_KUNNRKOT
COMNUMCommunication Sequence Number Communication NumberISH_COMNUMCHAR32ISH_COMNUM
KEY1IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY2IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY3IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY4IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY5IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY6IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time when Data Record Created ISH_ERTIMTIMS6UHRZT
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
TATransaction Code TCODECHAR20TCODETCD
DATA_TYPEData Type of Message (Data Sent or Received) ISH_DATA_TYPECHAR1ISH_DATA_TYPE
REF_GUIDUUID in compressed form (22 character UUENCODEd) SYSUUID_22CHAR22SYSUUID_22
FHZ Return Value0
COMNUM Communication Number0
MESSG 0
MSBEG Begin0
MSGTY Request Message Type0
RETRN Return Code0
HCODE Hospital Code0
TCODE Terminal Code0
SDATE Send Date0
RDATE Receive Date0
MBODY Message Body0
SYSIF System Information0
SYSEX System Extend0
MSEND End0

Key field Non-key field



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

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

How to access SAP table RNDISCHARGE_RCV

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