RNF36 SAP (IS-H: Inpat. (1) and outpat. med. record data for forms) Structure details

Dictionary Type: Structure
Description: IS-H: Inpat. (1) and outpat. med. record data for forms




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




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

RNF36 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: Inpat. (1) and outpat. med. record data for forms" 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_RNF36 TYPE RNF36.

The RNF36 table consists of various fields, each holding specific information or linking keys about IS-H: Inpat. (1) and outpat. med. record data for forms data available in SAP. These include DOKNR_1 (Document number), DOKVR_1 (Document Version), DOKTL_1 (Document Part), DKTXT_1 (Document description).. 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 RNF36 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
DOKAR_1Document Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNR_1Document number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKVR_1Document Version DOKVRCHAR2DOKVRCV3
DOKTL_1Document Part DOKTL_DCHAR3DOKTLCV4
DKTXT_1Document description DKTXTCHAR40TEXT40
ORGFA_1IS-H: OU with Departmental Responsibility for Case NZUWFACHAR8Assigned to domainALPHAORGID
ORGFAKB_1IS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
ORGPF_1Organizational Unit Assigned to Case NZUWPFCHAR8Assigned to domainALPHAORGID
ORGPFKB_1IS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
ORGDO_1Documenting Organizational Unit ORGDOCHAR8Assigned to domainALPHAORGIDOED
ORGDOKB_1IS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
ARCHIV_1IS-H: Organizational ID of the medical record archive ARCHIV_IDCHAR8Assigned to domainALPHAORGID
ARCHIVKB_1IS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
STANDORT_1IS-H: Building ID of building unit in the 'archive' OU ISH_ARCHSTCHAR8Assigned to domainALPHABAUID
STANDKB_1IS-H: Short Text for Building Unit BAUKBCHAR12TEXT12
DOKAR_2Document Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNR_2Document number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKVR_2Document Version DOKVRCHAR2DOKVRCV3
DOKTL_2Document Part DOKTL_DCHAR3DOKTLCV4
DKTXT_2Document description DKTXTCHAR40TEXT40
ORGFA_2IS-H: OU with Departmental Responsibility for Case NZUWFACHAR8Assigned to domainALPHAORGID
ORGFAKB_2IS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
ORGPF_2Organizational Unit Assigned to Case NZUWPFCHAR8Assigned to domainALPHAORGID
ORGPFKB_2IS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
ORGDO_2Documenting Organizational Unit ORGDOCHAR8Assigned to domainALPHAORGIDOED
ORGDOKB_2IS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
ARCHIV_2IS-H: Organizational ID of the medical record archive ARCHIV_IDCHAR8Assigned to domainALPHAORGID
ARCHIVKB_2IS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
STANDORT_2IS-H: Building ID of building unit in the 'archive' OU ISH_ARCHSTCHAR8Assigned to domainALPHABAUID
STANDKB_2IS-H: Short Text for Building Unit BAUKBCHAR12TEXT12

Key field Non-key field



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

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

How to access SAP table RNF36

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