RNFN111 SAP (IS-H*MED: Structure for cycles) Structure details

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




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




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

RNFN111 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 cycles" 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_RNFN111 TYPE RNFN111.

The RNFN111 table consists of various fields, each holding specific information or linking keys about IS-H*MED: Structure for cycles data available in SAP. These include MANDT (Client), EINRI (Institution), FALNR (IS-H: Case Number), ORGID (IS-H: Org. Unit (for OU-Related Service Entry Only)).. 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 RNFN111 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
MANDTClient MANDTCLNT3T000MANDT
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10NFALALPHAFALNRFAL
ORGIDIS-H: Org. Unit (for OU-Related Service Entry Only) ORGID_LSCHAR8NORGALPHAORGIDOGE
LEISTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
N1LFNRSequence Number N1LFNRNUMC4N1N004
N1BEGDTStart Date N1BEGDATDATS8RI_DATUM
N1ENDDTEnd Date N1ENDDATDATS8RI_DATUM
N1INTER_TInterval in days N1INT_TINT13N1I1
N1BEGZTFrom Time N1VONZEITHTIMS6N1_UHRZEIT
N1ENDZTTo Time N1BISZEITHTIMS6N1_UHRZEIT
N1INTER_HInterval in Hours N1INT_HDEC6(2) N1D006D2
N1ZYNRCycle Key N1ZNRCHAR10N1C010
MANUStatus assigned manually MANUCHAR1XFELD
N1MOMonday N1MOCHAR1XFELD
N1DITuesday N1DICHAR1XFELD
N1MIWednesday N1MICHAR1XFELD
N1DOThursday N1DOCHAR1XFELD
N1FRFriday N1FRCHAR1XFELD
N1SASaturday N1SACHAR1XFELD
N1SOSunday N1SOCHAR1XFELD
N1FEIERTAGPublic Holiday N1FEICHAR1XFELD
N1MINDAU_TMin. Duration in Days N1MINDAUINT13N1I1
N1MAXDAU_TMaximum Duration in Days N1MAXDAUINT13N1I1
N1MENGEService Quantity I_MENG_LSNUMC4LEISMENGE
N1BEMComment N1BEMCHAR40N1C040
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
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

Key field Non-key field



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

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

How to access SAP table RNFN111

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