RN2_ADDITIONAL_DATA SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RN2_ADDITIONAL_DATA 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_RN2_ADDITIONAL_DATA TYPE RN2_ADDITIONAL_DATA.

The RN2_ADDITIONAL_DATA table consists of various fields, each holding specific information or linking keys about data available in SAP. These include FALNR (IS-H: Case Number), NNAME (Patient Last Name), VNAME (IS-H: Patient First Name), TITLE (IS-H: Title).. 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 RN2_ADDITIONAL_DATA 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
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
NNAMEPatient Last Name NNAME_PATCHAR30TEXT30
VNAMEIS-H: Patient First Name VNAME_PATCHAR30TEXT30
TITLEIS-H: Title RI_TITELCHAR15Assigned to domainTITEL
NAMZUIS-H: Name Affix RI_NAMZUCHAR15Assigned to domainTITEL
VORSWIS-H: Name Prefix RI_VORSWCHAR15Assigned to domainTITEL
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
STRASIS-H: Street and House Number of Patient STRAS_PATCHAR30STRAS
KV_HEADER_1 0
KV_HEADER_2 0
KV_HEADER_3 0
KV_HEADER_4 0
KV_HEADER_5 0
KV_HEADER_6 0
KV_HEADER_7 0
KBV_VERIFICATION_NUMBER N1_BFB_KBV_VERIFICATION_NUMBERCHAR17
IS_TXT_OR_BIN 0
TDSFNAMESmart Forms: Form Name TDSFNAMECHAR30Assigned to domainTDSFNAMESSFNAME
SEAL_TB 0
SEAL 0
FPNAMEName of Form Object FPNAMECHAR30FPNAME

Key field Non-key field



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

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

How to access SAP table RN2_ADDITIONAL_DATA

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