RNBADI_CAS SAP (IS-H: BAdI Structure Case Data) Structure details

Dictionary Type: Structure
Description: IS-H: BAdI Structure Case Data




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




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

RNBADI_CAS 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: BAdI Structure Case Data" 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_RNBADI_CAS TYPE RNBADI_CAS.

The RNBADI_CAS table consists of various fields, each holding specific information or linking keys about IS-H: BAdI Structure Case Data data available in SAP. These include ENDDT (IS-H: End Date of Case), FATYP (Case Category), ENDTYP (IS-H: Type of Case End), 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 RNBADI_CAS 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
BEGDTIS-H: Start Date of Case BEGDT_FALDATS8RI_DATUM
ENDDTIS-H: End Date of Case ENDDT_FALDATS8RI_DATUM
FATYPCase Category ISH_CASETYPECHAR2Assigned to domainISH_CASETYPE
ENDTYPIS-H: Type of Case End ISH_CASEENDCHAR2Assigned to domainISH_CASEEND
FACHRSpecialty for Organizational Unit FACHRTY7CHAR4Assigned to domainALPHAISH_FACHR
EINZGIS-H: Geographical Area EINZGEBIETCHAR9EINZGEBIET
KTTARIS-H CH: Canton Tariff NCH_TARCDECHAR3Assigned to domainNCH_TARCDE
CHILDIS-H: Number of Children ISH_CHILDCHAR2ALPHAISH_CHILD
EMTYPIS-H: Employee Type ISH_EMTYPECHAR2Assigned to domainALPHAISH_EMTYPE
ARBUNIS-H: Work Incapacity To-Date ARBUNDATS8RI_DATUM
DOCTYIS-H: Subvention Document Type (Long) ISH_LPASSTYCHAR2Assigned to domainALPHAISH_PASSTY
DOCNRIS-H: Subvention Document Number (Long) ISH_LPASSNRCHAR30NLJUSISH_LPASSNR
STASPIS-H: Indicator for Admission Type 'Statistics Block' ISH_STASPCHAR1XFELD
KV_KZIS-H: Relevant for Panel Physician Association Billing ISH_KV_KZCHAR1XFELD
SICHVIS-H: Indicator for Restricted Patient SICHVCHAR1XFELD
FOREIIS-H: Foreign Case ISH_FOREIGCHAR1XFELD
RESIDIndicator That Patient Is Non-Resident ISH_RESIDCHAR1XFELD
APSTATEIS-H: Application Status ISH_APSTATECHAR2Assigned to domainISH_APSTATE
VORGRIS-H: Previous Days to Be Deducted from Max. Length of Stay VOR_GRVERNUMC3GRVER
EAUFNIS-HCO: Receiver (Order) ISH_EAUFNCHAR12Assigned to domainALPHAAUFNR
FPEDTIS-H: Date of Wound Healing ISH_FPEDTDATS8ISH_FPEDT
KTABKIS-H CH: Convention (Hospital <-> Canton) NCH_AGREEMENTCHAR3Assigned to domainNCH_AGREEMENT
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
PATGROIS-H: Height of Patient at Admission ISH_PATGROQUAN5(2) ISH_GROESS
GREINIS-H: Unit of Measurement for Patient Size ISH_EINGROUNIT3Assigned to domainCUNITMEINSN_HEIGHT_UNIT
RESPIIS-H: Duration of Mechanical Ventilation in Hours ISH_RESPIRATIONNUMC5NUM5
KZTXTIS-H: Comment on Case TEXT_NFALCHAR30RI_BEMERK
TOBIS-H: Days Without Calculation ISH_TOBNUMC3
CONSENT ISH_CONSENTCHAR1XFELD
ISTAT_RESISTAT Code ISH_ISTATCHAR6ISH_ISTAT
ASL_RESASL Code ISH_ASLCHAR12ALPHAKKSNUMMER
EXTBUDExtra-Budget Treatment ISH_EXTBUDCHAR2ISH_EXTBUD
MHLSMental Health Legal Status ISH_MHLSCHAR1ISH_MHLS
READMIndicator for Possible Readmission Case ISH_READMCHAR1ISH_ON_OFF
LMPERDate of Last Menstrual Cycle ISH_LMPERDATS8RI_DATUM
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 RNBADI_CAS using ABAP code?

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

How to access SAP table RNBADI_CAS

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