RNAKRS1 SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RNAKRS1 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 "" 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_RNAKRS1 TYPE RNAKRS1.

The RNAKRS1 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include KHNUM (), RES01 (Single-Character Indicator), FALNR (IS-H: Case Number), GBDAT (IS-H: Birthdate).. 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 RNAKRS1 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
STATU ISH_KRSTATCHAR1CHAR1
KHNUM ISH_KRKHNRCHAR4CHAR4
RES01Single-Character Indicator CHAR1CHAR1CHAR1
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
GSCHLIS-H: Sex Indicator - Internal GSCHLCHAR1GSCHL
NATIOIS-H: Nationality RI_NATIOCHAR3Assigned to domainLAND1
LANDIS-H: Country of patient's place of residence LAND_PATCHAR3Assigned to domainLAND1
PSTLZ ISH_KRPLZCHAR6CHAR6
AUARTMovement Category BEWTYCHAR1BEWTY
V1FCO ISH_KRFCODCHAR6CHAR6
V1SCOIS-H: KRAZAF data carrier, dept subcode ISH_KRSCODCHAR2CHAR2
V1DATIS-H: Date of Movement BWIDTDATS8RI_DATUM
V2FCO ISH_KRFCODCHAR6CHAR6
V2SCOIS-H: KRAZAF data carrier, dept subcode ISH_KRSCODCHAR2CHAR2
V2DATIS-H: Date of Movement BWIDTDATS8RI_DATUM
V3FCO ISH_KRFCODCHAR6CHAR6
V3SCOIS-H: KRAZAF data carrier, dept subcode ISH_KRSCODCHAR2CHAR2
V3DATIS-H: Date of Movement BWIDTDATS8RI_DATUM
V4FCO ISH_KRFCODCHAR6CHAR6
V4SCOIS-H: KRAZAF data carrier, dept subcode ISH_KRSCODCHAR2CHAR2
V4DATIS-H: Date of Movement BWIDTDATS8RI_DATUM
V5FCO ISH_KRFCODCHAR6CHAR6
V5SCOIS-H: KRAZAF data carrier, dept subcode ISH_KRSCODCHAR2CHAR2
V5DATIS-H: Date of Movement BWIDTDATS8RI_DATUM
ETARTMovement Category BEWTYCHAR1BEWTY
ETDATIS-H: Date of Movement BWIDTDATS8RI_DATUM
HDIAG ISH_KRHDIACHAR5CHAR5
UDIA1 ISH_KRUDIACHAR5CHAR5
UDIA2 ISH_KRUDIACHAR5CHAR5
UDIA3 ISH_KRUDIACHAR5CHAR5
UDIA4 ISH_KRUDIACHAR5CHAR5
UDIA5 ISH_KRUDIACHAR5CHAR5
UDIA6 ISH_KRUDIACHAR5CHAR5
UDIA7 ISH_KRUDIACHAR5CHAR5
UDIA8 ISH_KRUDIACHAR5CHAR5
UDIA9 ISH_KRUDIACHAR5CHAR5
LEIS1 ISH_KRAZLSNUMC7NUM7
LMNG1 ISH_KRLSANNUMC2NUM2
LEIS2 ISH_KRAZLSNUMC7NUM7
LMNG2 ISH_KRLSANNUMC2NUM2
LEIS3 ISH_KRAZLSNUMC7NUM7
LMNG3 ISH_KRLSANNUMC2NUM2
LEIS4 ISH_KRAZLSNUMC7NUM7
LMNG4 ISH_KRLSANNUMC2NUM2
LEIS5 ISH_KRAZLSNUMC7NUM7
LMNG5 ISH_KRLSANNUMC2NUM2
LEIS6 ISH_KRAZLSNUMC7NUM7
LMNG6 ISH_KRLSANNUMC2NUM2
LEIS7 ISH_KRAZLSNUMC7NUM7
LMNG7 ISH_KRLSANNUMC2NUM2
LEIS8 ISH_KRAZLSNUMC7NUM7
LMNG8 ISH_KRLSANNUMC2NUM2
LEIS9 ISH_KRAZLSNUMC7NUM7
LMNG9 ISH_KRLSANNUMC2NUM2
SVNUM ISH_KRSVNRCHAR2CHAR2

Key field Non-key field



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

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

How to access SAP table RNAKRS1

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