RNF35 SAP (IS-H: Service from structure) Structure details

Dictionary Type: Structure
Description: IS-H: Service from structure




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




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

RNF35 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: Service from structure" 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_RNF35 TYPE RNF35.

The RNF35 table consists of various fields, each holding specific information or linking keys about IS-H: Service from structure data available in SAP. These include BEMERKUNG (IS-H: Comment on service), TEXTLEIST (IS-H: Long Text for Service), KURZTEXT1 (IS-H: First Short Text for Service), KURZTEXT2 (IS-H: Second Short Text of Service Catalog Item).. 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 RNF35 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
LEISTUNGService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
BEMERKUNGIS-H: Comment on service TALBEMERKCHAR30RI_BEMERK
TEXTLEISTIS-H: Long Text for Service TALLANGCHAR30RI_BEMERK
KURZTEXT1IS-H: First Short Text for Service TARKTXT1CHAR40LEIKTXT
KURZTEXT2IS-H: Second Short Text of Service Catalog Item TARKTXT2CHAR40LEIKTXT
ERBRINGTYPType of Service Performance TYP_ERBRCHAR1TYP_ERBR
ERBTYPTEXTExplanatory short text DDTEXTCHAR60DDTEXT
ANALYSEARTIS-H: Analysis Type for Service (DKG-NT Germany) ANALYSEARTCHAR1ANALYSEART
ANALYSETXTExplanatory short text DDTEXTCHAR60DDTEXT
ANFORDOEFDepartmental Organizational Unit That Requests the Service ANFOECHAR8Assigned to domainALPHAORGID
ANFOEFKBIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
ANFORDOEPIS-H: Nursing Organizational Unit Requesting the Service ANPOECHAR8Assigned to domainALPHAORGID
ANFOEPKBIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
ERBRINGOEIS-H: Organizational Unit that Performs the Service ERBOECHAR8Assigned to domainALPHAORGID
ERBOEKBIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
KATALOGIS-H: Service Catalog Identification Key TARIDCHAR2Assigned to domainALPHATARIDTAK
KATALOGBEZShort Description of Catalog KATKBCHAR10TEXT10
PREISIS-H: Indiv. Price of Service Different from Service Master RI_PREISCURR11(2) WERT6
MATERIALIS-H: Material Number of Service MATNR_LSCHAR18Assigned to domainMATN1MATNR
STATUSIS-H: Service Status (Planned/Performed) STATUS_LSCHAR1STATUS_LS
MENGEService Quantity I_MENG_LSNUMC4LEISMENGE
MEINHEITIS-H: Unit of Measure for Service TA_EINHUNIT3Assigned to domainCUNITMEINS
TEILMENGEIS-H: Partial Delivery Quantity of Service TL_MEN_LSNUMC4LEISMENGE
BEGINNIS-H: Date when Service Performance Starts (Actual) I_BDT_LSDATS8RI_DATUM
ENDEIS-H: Date when Service Performance Ends (Actual) I_EDT_LSDATS8RI_DATUM
BEGINNZEITIS-H: Time when Service Performance Starts (Actual) I_BZT_LSTIMS6UHRZT
ENDEZEITIS-H: Time Service Performance Ends (Actual) I_EZT_LSTIMS6UHRZT
VERGSATZIS-H: Multiplication Factor TARAS6DEC6(3) ISH_TARAS6
VERGBEGRIS-H: Reason for Multiplication Factor BEGRUENDTXCHAR40ISH_CHAR40
TEXTIS-H: Service Short Text (May Differ from Service Master) TEXT_LEICHAR40LEIKTXT
KATALOGOPIS-H: Identification of Surgical Procedure Coding Catalog ICPM_IDCHAR2Assigned to domainALPHATARID
KATOPBEZShort Description of Catalog KATKBCHAR10TEXT10
LEISTUNGOPIS-H: Surgical Procedure Code (Service) ICPM_LSCHAR10Assigned to domainALPHATARLS
LEISTOPBEMIS-H: Comment on service TALBEMERKCHAR30RI_BEMERK
LEISTOPTXTIS-H: Long Text for Service TALLANGCHAR30RI_BEMERK
OPTEXT1IS-H: First Short Text for Service TARKTXT1CHAR40LEIKTXT
OPTEXT2IS-H: Second Short Text of Service Catalog Item TARKTXT2CHAR40LEIKTXT

Key field Non-key field



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

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

How to access SAP table RNF35

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