RNDISCHARGE_DRS SAP (IS-H: Discharge Struct Send To BMI) Structure details

Dictionary Type: Structure
Description: IS-H: Discharge Struct Send To BMI




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




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

RNDISCHARGE_DRS 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: Discharge Struct Send To 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_DRS TYPE RNDISCHARGE_DRS.

The RNDISCHARGE_DRS table consists of various fields, each holding specific information or linking keys about IS-H: Discharge Struct Send To BMI data available in SAP. These include CYRQ (Date Of Discharge, Formate: yyyymmdd (Not Null)), CYZD (Primary Diagnosis Of Discharge (Not Null)), CYZD1 (Secondary Diagnosis Of Discharge), CYZDGJDM (Code Of ICD 10).. 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_DRS 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
JZJLH Register Number (Not Null)0
CYRQ Date Of Discharge, Formate: yyyymmdd (Not Null)0
CYZD Primary Diagnosis Of Discharge (Not Null)0
CYZD1 Secondary Diagnosis Of Discharge0
CYZDGJDM Code Of ICD 100
TZZYS Attention Doctor (Not Null), Add T At Beginning0
CYBQDM Room Of Discharge0
BSZYZT Status Of Inpatient0
ZTJSBZ Status Of Internal Discharge0
TYYBH Code Of Hospital (Not Null), Add T At Beginning0
JBR Person In Charge Of This Discharge0
SYLB Type Of New Born0
JSBZLX Type Of Billing Disease0

Key field Non-key field



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

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

How to access SAP table RNDISCHARGE_DRS

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