RNSPAT SAP (IS-H: Structure for statistics with case data) Structure details

Dictionary Type: Structure
Description: IS-H: Structure for statistics with case data




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




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

RNSPAT 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: Structure for statistics with 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_RNSPAT TYPE RNSPAT.

The RNSPAT table consists of various fields, each holding specific information or linking keys about IS-H: Structure for statistics with case data data available in SAP. These include GSCHL (IS-H: Sex Indicator - Internal), GBDAT (IS-H: Birthdate), LAND (IS-H: Country of patient's place of residence), PSTLZ (IS-H: Patient Postal Code).. 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 RNSPAT 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
GSCHLIS-H: Sex Indicator - Internal GSCHLCHAR1GSCHL
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
LANDIS-H: Country of patient's place of residence LAND_PATCHAR3Assigned to domainLAND1
PSTLZIS-H: Patient Postal Code PSTLZ_PATCHAR10PSTLZ
ORTIS-H: City where Patient Resides ORT01_PATCHAR25TEXT25
ORT2Patient District ORT02_PATCHAR25TEXT25
FALARIS-H: Case Type FALLARTCHAR1FALLART
EINZGIS-H: Geographical Area EINZGEBIETCHAR9EINZGEBIET
BEGDTIS-H: Date of Movement BWIDTDATS8RI_DATUM
BEGZTIS-H: Time of Movement BWIZTTIMS6UHRZT
ENDDTIS-H: Movement End Date, Start Date of Subsequent Movement BWEDTDATS8RI_DATUM
ENDZTIS-H: Movement End Time, Start Time of Subsequent Movement BWEZTTIMS6UHRZT
ENTLARTIS-H: Movement Type RI_BWARTCHAR2Assigned to domainRI_BWART
FALNR_OLDIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
FALL_RELIS-H: Relevance of a case for statistical evaluation ISH_FALRELCHAR1XFELD
NNAMEPatient Last Name NNAME_PATCHAR30TEXT30
VNAMEIS-H: Patient First Name VNAME_PATCHAR30TEXT30
VORSWIS-H: Name Prefix RI_VORSWCHAR15Assigned to domainTITEL
FOREIIS-H: Foreign Case ISH_FOREIGCHAR1XFELD
FPEDTIS-H: Date of Wound Healing ISH_FPEDTDATS8ISH_FPEDT

Key field Non-key field



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

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

How to access SAP table RNSPAT

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