RNCRM_PAT_REAL SAP (Real Patient Data) Structure details

Dictionary Type: Structure
Description: Real Patient Data




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




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

RNCRM_PAT_REAL 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 "Real Patient 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_RNCRM_PAT_REAL TYPE RNCRM_PAT_REAL.

The RNCRM_PAT_REAL table consists of various fields, each holding specific information or linking keys about Real Patient Data data available in SAP. These include DATA_KEY (Data Key), DATA (), MANDT (Client), ACCOUNTID (Business Partner 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 RNCRM_PAT_REAL 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
TASKTask Indicator ISH_CRM_TASKCHAR1ISH_CRM_TASK
DATA_KEYData Key ISH_CRM_DATAKEYCHAR14ISH_CRM_DATAKEY
DATA 0
MANDTClient MANDTCLNT3MANDT
ACCOUNTIDBusiness Partner Number BU_PARTNERCHAR10ALPHABU_PARTNERBPABUPA
INSTNInstitution EINRICHAR4ALPHAEINRIEIN
PATNRIS-H: Patient Number PATNRCHAR10ALPHAPATNRPAT
ACCOUNTGUIDBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
SINUMIS-H: Social Insurance Number ISH_RVNUMCHAR20ISH_SVNUM
EXTPATIDIS-H: External Patient Identification EXT_PATNRCHAR20EXT_PATNR
IDENTYPEType of Identification Document ISH_PASSTYCHAR2ALPHAISH_PASSTY
IDENNUMIS-H: Identification Document Number ISH_PASSNRCHAR15NLJUSISH_PASSNR
DATA_X 0
MANDT_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ACCOUNTID_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INSTN_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PATNR_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ACCOUNTGUID_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SINUM_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EXTPATID_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
IDENTYPE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
IDENNUM_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROV_INDITask Indicator ISH_CRM_TASKCHAR1ISH_CRM_TASK

Key field Non-key field



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

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

How to access SAP table RNCRM_PAT_REAL

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