RNF23 SAP (IS-H: Form structure newborn data for billing) Structure details

Dictionary Type: Structure
Description: IS-H: Form structure newborn data for billing




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




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

RNF23 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: Form structure newborn data for billing" 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_RNF23 TYPE RNF23.

The RNF23 table consists of various fields, each holding specific information or linking keys about IS-H: Form structure newborn data for billing data available in SAP. These include FALN1 (IS-H: Case Number), LFDNR (Sequence Number of a Multiple Birth), FALN2 (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 or numeric)


SAP RNF23 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 EINRICHAR4TN01ALPHAEINRIEIN
FALN1IS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
LFDNRSequence Number of a Multiple Birth LFDMEHRNUMC5LFDMEHR
FALN2IS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
GBTIMTime of Birth RI_GBZEITTIMS6UHRZT
GSCHLIS-H: Sex Indicator - Internal GSCHLCHAR1GSCHL
GBGEWBirth Weight GBGEWQUAN7(3) ISH_GEWICH
GWEINIS-H: Unit of Measurement ISH_EINHUNIT3Assigned to domainCUNITMEINS
GBGROBirth Size GBGROQUAN5(2) ISH_GROESS
GREINIS-H: Unit of Measurement ISH_EINHUNIT3Assigned to domainCUNITMEINS
KZTXTIS-H: Comment on Birth TEXT_GEBCHAR50TEXT50
LGTXTIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
KZTOTIS-H: Stillbirth Indicator KZTOTCHAR1XFELD
MODUSIS-H: Birth Procedure ENTMODCHAR1Assigned to domainISH_ENTMOD
BWERTAssessment Key for Newborns ISH_BEWERTCHAR2ALPHAISH_BEWERT
MEHRLIndicator whether Newborn from Multiple Birth ISH_MEHRLCHAR1XFELD
VNAMEIS-H: Patient First Name VNAME_PATCHAR30TEXT30
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STUSRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
STDATDate of Cancellation STORN_DATDATS8RI_DATUM
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
PNNAMEPatient Last Name NNAME_PATCHAR30TEXT30
PVNAMEIS-H: Patient First Name VNAME_PATCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table RNF23

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