RNF70 SAP (IS-H MM: Closet Header Data) Structure details

Dictionary Type: Structure
Description: IS-H MM: Closet Header Data




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




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

RNF70 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 MM: Closet Header Data" 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_RNF70 TYPE RNF70.

The RNF70 table consists of various fields, each holding specific information or linking keys about IS-H MM: Closet Header Data data available in SAP. These include STORID (IS-H MM: Closet ID), STORNR (IS-H MM: Closet Number), STORTX (IS-H MM: Name of Closet), ORGID (Identification Key of Organizational Unit).. 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 RNF70 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
ORGNAIS-H: Organizational Unit Name ORGNACHAR30TEXT30
STORIDIS-H MM: Closet ID ISH_MSTORIDCHAR10ALPHAISH_MSTORID
STORNRIS-H MM: Closet Number ISH_MSTORNRCHAR6ALPHAISH_MSTORNR
STORTXIS-H MM: Name of Closet ISH_MSTORTXCHAR40TEXT40
ORGIDIdentification Key of Organizational Unit ORGIDCHAR8Assigned to domainALPHAORGIDOGE
ORGKBIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
REMARKIS-H MM: Comment on Closet ISH_MSTOREMCHAR25ISH_TEXT25
ZIMMRIS-H: Building ID of Room ISH_ZIMMIDCHAR8Assigned to domainALPHABAUID
ZIMNAIS-H: Name of a Room ISH_ZIMMNACHAR30TEXT30
ZIMKURZIS-H: Room Identifier ISH_ZIKURZCHAR8CHAR8
ZIMKBIS-H: Short Text for Building Unit BAUKBCHAR12TEXT12
ZIMTELIS-H: Telephone Number ISH_TELNRCHAR30CHAR30
ADDRNUMAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
ADDRNAME1Name 1 AD_NAME1CHAR40TEXT40
ADDRNAME2Name 2 AD_NAME2CHAR40TEXT40
ADDRCITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
ADDRPSTCD1City postal code AD_PSTCD1CHAR10CHAR10
ADDRSTREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
ADDRHSNM1House Number AD_HSNM1CHAR10TEXT10
ADDRTELNRFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
ADDRBLDNGBuilding (Number or Code) AD_BLDNGCHAR20TEXT20
ADDRROOMRoom or Appartment Number AD_ROOMNUMCHAR10TEXT10

Key field Non-key field



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

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

How to access SAP table RNF70

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