RNF37 SAP (IS-H: Form structure for transfer) Structure details

Dictionary Type: Structure
Description: IS-H: Form structure for transfer




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




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

RNF37 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 for transfer" 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_RNF37 TYPE RNF37.

The RNF37 table consists of various fields, each holding specific information or linking keys about IS-H: Form structure for transfer data available in SAP. These include FROM_FATXT (IS-H: Organizational Unit Short Text), FROM_ORGPF (Organizational Unit Assigned to Case), FROM_PFTXT (IS-H: Organizational Unit Short Text), FROM_ROOM (IS-H: Building ID of Room).. 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 RNF37 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
FROM_ORGFAIS-H: OU with Departmental Responsibility for Case NZUWFACHAR8Assigned to domainALPHAORGID
FROM_FATXTIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
FROM_ORGPFOrganizational Unit Assigned to Case NZUWPFCHAR8Assigned to domainALPHAORGID
FROM_PFTXTIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
FROM_ROOMIS-H: Building ID of Room ISH_ZIMMIDCHAR8Assigned to domainALPHABAUID
FROM_BEDIS-H: Building ID of Bed Location BETTIDCHAR8Assigned to domainALPHABAUID
FROM_TELNRIS-H: Telephone Number of Patient in Institution TELF_INTCHAR16TEXT16
FROM_BEKATTreatment Category BEKATCHAR6Assigned to domainALPHABEHKATEG
TO_ORGFAIS-H: OU with Departmental Responsibility for Case NZUWFACHAR8Assigned to domainALPHAORGID
TO_FATXTIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
TO_ORGPFOrganizational Unit Assigned to Case NZUWPFCHAR8Assigned to domainALPHAORGID
TO_PFTXTIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
TO_ROOMIS-H: Building ID of Room ISH_ZIMMIDCHAR8Assigned to domainALPHABAUID
TO_BEDIS-H: Building ID of Bed Location BETTIDCHAR8Assigned to domainALPHABAUID
TO_TELNRIS-H: Telephone Number of Patient in Institution TELF_INTCHAR16TEXT16
TO_BEKATTreatment Category BEKATCHAR6Assigned to domainALPHABEHKATEG
TRANS_TYPIS-H: Movement Type RI_BWARTCHAR2Assigned to domainRI_BWART
TYP_TXTIS-H: Text for Movement Type BEWARTXTCHAR15TEXT15
TRANS_DATEIS-H: Date of Movement BWIDTDATS8RI_DATUM
TRANS_TIMEIS-H: Time of Movement BWIZTTIMS6UHRZT
TRANS_PLANIS-H: Planned Indicator for Date of Movement PLANBCHAR1ISH_PLAN

Key field Non-key field



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

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

How to access SAP table RNF37

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