RNMEDICALRECORDFOLDER SAP (Medical Record Folder) Structure details

Dictionary Type: Structure
Description: Medical Record Folder




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




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

RNMEDICALRECORDFOLDER 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 "Medical Record Folder" 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_RNMEDICALRECORDFOLDER TYPE RNMEDICALRECORDFOLDER.

The RNMEDICALRECORDFOLDER table consists of various fields, each holding specific information or linking keys about Medical Record Folder data available in SAP. These include ALBUM (IS-H: Album Id for microfilm), ROLLNO (IS-H: Roll Number of a Micro Film), FALNR (IS-H: Case Number), FALAR (IS-H: Case Type).. 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 (Deep)


SAP RNMEDICALRECORDFOLDER 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
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
ALBUMIS-H: Album Id for microfilm ISH_ALBUMCHAR10CHAR10
ROLLNOIS-H: Roll Number of a Micro Film ISH_ROLLNOCHAR10CHAR10
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
FALARIS-H: Case Type FALLARTCHAR1FALLART
INFORMATION 0
IDIS-H : Identifier for the Medical Record Folder ISH_MEDRECIDCHAR35ISH_MEDRECID
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
TYPECODEBorrower Category ENTLEIHTYPCHAR2ALPHAENTLEIHTYP
CATEGORYCODEIS-H: Category of Medical Record Folder Party ISH_MEDCREC_PARTY_CATEGORYCHAR2ISH_MEDCREC_CAT_TYPE
PARTYIDIS-H: Borrower Name for Document Management ENTLEIHERCHAR40TEXT40
EXTNRIS-H: External Medical Record/Document ID ISH_DOCEXTCHAR15CHAR15
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
ERDATE_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
UPDATE_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
LOEKZDeletion Flag/Indicator RI_LOEKZCHAR1XFELD
TYPENAMEDocument description DKTXTCHAR40TEXT40
STATUSCODEIS-H: Borrowing Status ISH_LEISTACHAR1ISH_LEISTA
STATUSNAMEIS-H: Description of borrowing status categorization ISH_BORROWSTATUSLTXTCHAR30TEXT30
ARCHIVELOCATIONIS-H: Building ID of building unit in the 'archive' OU ISH_ARCHSTCHAR8Assigned to domainALPHABAUID
ARCHIVINGENDYRIS-H: Year Until when Data Archived on Microfilm ISH_MFYEARNUMC4NUMC4
REQUESTDATEIS-H: Date at which a Medical Record Is Borrowed/Requested ISH_LEIDATDATS8RI_DATUM
BORROWINGTIMEIS-H: Borrowing time ISH_LEIZEITIMS6UHRZT
INSTITUTIONInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
CANCL_INDIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
REC_INDIS-H: Patient's medical record is microfilmed ISH_MICROFCHAR1XFELD
TEMP_INDIS-H: Flags a Medical Record as Temporary Medical Record ISH_TEMPMRCHAR1XFELD
ARCHIVING_PARTYIS-H: Organizational ID of the medical record archive ARCHIV_IDCHAR8Assigned to domainALPHAORGID
BORROWING_PARTYBorrower for Document Management ENTLEIHNRCHAR10ALPHAENTLNR
BORROWER_CAT_CODEBorrower Category ENTLEIHTYPCHAR2ALPHAENTLEIHTYP
BORROWER_CAT_NAMECharacter field of length 40 CHAR40CHAR40CHAR40
DEPARTMENTAL_PARTYIS-H: OU with Departmental Responsibility for Case NZUWFACHAR8Assigned to domainALPHAORGID
DOCUMENTING_PARTYDocumenting Organizational Unit ORGDOCHAR8Assigned to domainALPHAORGIDOED
NURSING_PARTYOrganizational Unit Assigned to Case NZUWPFCHAR8Assigned to domainALPHAORGID

Key field Non-key field



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

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

How to access SAP table RNMEDICALRECORDFOLDER

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