RNFN101 SAP (IS-H*MED: Structure for request) Structure details

Dictionary Type: Structure
Description: IS-H*MED: Structure for request




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




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

RNFN101 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*MED: Structure for request" 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_RNFN101 TYPE RNFN101.

The RNFN101 table consists of various fields, each holding specific information or linking keys about IS-H*MED: Structure for request data available in SAP. These include ANFID (Identification of a Request (Number)), ORGID (Identification Key of Organizational Unit), ORGNA (IS-H: Organizational Unit Name), ANFOE (Departmental Organizational Unit That Requests the Service).. 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 RNFN101 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
ANFIDIdentification of a Request (Number) ANFIDNUMC8Assigned to domainANFID
ORGIDIdentification Key of Organizational Unit ORGIDCHAR8NORGALPHAORGIDOGE
ORGNAIS-H: Organizational Unit Name ORGNACHAR30TEXT30
ANFOEDepartmental Organizational Unit That Requests the Service ANFOECHAR8NORGALPHAORGID
ANFNAIS-H: Organizational Unit Name ORGNACHAR30TEXT30
ANPOEIS-H: Nursing Organizational Unit Requesting the Service ANPOECHAR8NORGALPHAORGID
ANPNAIS-H: Organizational Unit Name ORGNACHAR30TEXT30
ANFTYRequest Type ANFTYCHAR6N1ANFTYPANFTY
ANFNATYPRequest Type Name ANFNACHAR30TEXT30
ANFNRRequest Number N1ANFNRCHAR8N1ANFNR
FALNRIS-H: Case Number FALNRCHAR10NFALALPHAFALNRFAL
ANSTAEStatus of a Request N1ANSTAECHAR3N1ASTN1ANSTAE
ANSTATXTService Status Text N1ANSTTXTCHAR10N1C010
APRIPrioritization for Request/Movement (Internal) N1APRI_DNUMC3N1APRI
APRITXTText for Priority N1APRITXTCHAR15TEXT15
KANAMShort Anamnesis KANAMCHAR50TEXT50
KALTXIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
FALDIAIS-H: Case Number FALNRCHAR10NFALALPHAFALNRFAL
LFDDIAIS-H: Sequence Number of Diagnosis LFDDIANUMC3LFDDIA
FRAGERequest - Questions ANFFRAGECHAR50TEXT50
FRLTXIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
SCHWKZIndicator that Patient Is Pregnant SCHWANGERCHAR1XFELD
SCHWOWeek of Pregnancy SCHWOCHENUMC2NUMC02
LFDMEHRSequence Number of a Multiple Birth LFDMEHRNUMC5LFDMEHR
TPAETransport Type N1TPAECHAR2N1TAN1TPAE
TPATXTText for Transport Type N1TPATXTCHAR15N1TPATXT
RCKRUFCallback Number for Request N1RCKRUFCHAR10TEXT10
DOKARDocument Type DOKARCHAR3TDWADOKARCV2
DOKNRDocument number DOKNRCHAR25DRAWALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
GPARTEmployee Responsible N1MITARBCHAR10NGPAALPHARI_KUNNRVMA
GPART1Employee Responsible N1MITARBCHAR10NGPAALPHARI_KUNNRVMA
NAME1IS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
NAME2First Name / Second Name GPNAM2CHAR35NAME
NAME3Third Name GPNAM3CHAR35NAME
KNAMEIS-H: Short Name of Business Partner KZNAMECHAR12ISH_C12
TEXT30 Characters CHAR30CHAR30CHAR30
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
MIMetal Implants N1METIMPCHAR1XFELD
SMPacemaker N1SMCHAR1XFELD
KMContrast Medium Application N1KMCHAR1N1KM
JODAllergy to Iodine-Containing Contrast Medium N1KM_JODCHAR1XFELD
ANDEREAllergy to Other Contrast Medium N1KM_ANDERECHAR1XFELD
KGRHeight in Cm N1KGRNUMC3N1N003
KGEWBody Weight in Kg N1KGEWNUMC3N1N003
RPX-Ray Log Exists N1RPCHAR1N1RP
RPIDX-Ray Log ID N1RPIDCHAR40N1C040

Key field Non-key field



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

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

How to access SAP table RNFN101

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