RN1STRUCMEDREC SAP (IS-H*MED: Health Problem (Incl. Assignments)) Structure details

Dictionary Type: Structure
Description: IS-H*MED: Health Problem (Incl. Assignments)




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




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

RN1STRUCMEDREC 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*MED: Health Problem (Incl. Assignments)" 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_RN1STRUCMEDREC TYPE RN1STRUCMEDREC.

The RN1STRUCMEDREC table consists of various fields, each holding specific information or linking keys about IS-H*MED: Health Problem (Incl. Assignments) data available in SAP. These include ATTR (), MANDT (Client), STRUCMEDRECID (Health Problem Identification), PATNR (IS-H: Patient Number).. 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 RN1STRUCMEDREC 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
OBJ 0
ATTR 0
MANDTClient MANDTCLNT3MANDT
STRUCMEDRECIDHealth Problem Identification N1STRUCMEDRECIDCHAR32SYSUUID_C
PATNRIS-H: Patient Number PATNRCHAR10ALPHAPATNRPAT
PATNR_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
PAPIDIS-H: Provisional Patient Number ISH_PAPIDCHAR10ALPHAISH_PAPID
PAPID_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
EINRIInstitution EINRICHAR4ALPHAEINRIEIN
EINRI_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
KATIDHealth Problems Catalog SYMPTKATCHAR40CHAR40
KATID_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
SYMPTOMHealth Problem SYMPTOMCHAR40CHAR40
SYMPTOM_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
STRTXTHealth Problem Free Text STRTXTCHAR40TEXT40
STRTXT_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
STRLTXIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
STRLTX_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
RESPEMPEmployee Responsible for Health Problem SYM_PERSCHAR10ALPHARI_KUNNR
RESPEMP_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
SYMPT_SINCEHealth Problem Start Date SYMPT_SINCEDATS8DATE
SYMPT_SINCE_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
ENDDTEnd Date of Health Problem ENDDT_STRUCMEDRECDATS8DATE
ENDDT_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
COMPLETEDMedical Problem Inactive COMPL_STRUCMEDRECCHAR1XFELD
COMPLETED_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
KZIS-H: Processing Mode for Data Records (I/U/D) ISH_MODUSCHAR1ISH_MODUS
CONN 0

Key field Non-key field



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

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

How to access SAP table RN1STRUCMEDREC

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