RN1_CONN_CANCEL_DATA SAP (IS-H: Structure for Connectivity Cancellation) Structure details

Dictionary Type: Structure
Description: IS-H: Structure for Connectivity Cancellation




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




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

RN1_CONN_CANCEL_DATA 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: Structure for Connectivity Cancellation" 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_RN1_CONN_CANCEL_DATA TYPE RN1_CONN_CANCEL_DATA.

The RN1_CONN_CANCEL_DATA table consists of various fields, each holding specific information or linking keys about IS-H: Structure for Connectivity Cancellation data available in SAP. These include VKGID (IS-H: CORD/PREG: ID of an Order Item (Preregistration)), EINRI (Institution), ANFID (Identification of a Request (Number)), TMNID (IS-H: Identification of Appointment).. 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 RN1_CONN_CANCEL_DATA 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
CORDERIDIS-H: CORD/PREG: Identification of a Clinical Order N1CORDIDCHAR32SYSUUID_C
VKGIDIS-H: CORD/PREG: ID of an Order Item (Preregistration) N1VKGIDNUMC8N1VKGID
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
ANFIDIdentification of a Request (Number) ANFIDNUMC8Assigned to domainANFID
TMNIDIS-H: Identification of Appointment ISH_TMNIDCHAR10ALPHAISH_LNRAPP
APCNIDIS-H: Identification of an Appointment Template N1APCNIDCHAR32SYSUUID_C
APCNDIDIdentification of an Appointment Template Dependency N1APCNDIDCHAR32SYSUUID_C
LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
VRGNRNumber of Process N1VRGNRNUMC3NUMC3
VPIDVital Sign Sequence Number N1VPIDNUMC10N1VPID
CXIDIS-H: Context Identification NCXIDNUMC10NUMC10
PAPIDIS-H: Provisional Patient Number ISH_PAPIDCHAR10Assigned to domainALPHAISH_PAPID
IPPNOInternal Number of Provisional Insurance Relationship ISH_IPPNONUMC10ISH_IPPNO
DIPNOIS-H: Internal Number of Diagnosis for Preregistration ISH_DIPNONUMC10Assigned to domainISH_DIPNO
PCPNOIS-H: Internal Number of Procedure for Preregistration ISH_PCPNONUMC10Assigned to domainISH_PCPNO
ABSNOInternal Number of Waiting List Absence ISH_ABSNONUMC10Assigned to domainISH_ABSNO
MEORDIDMedication: Order - Order Number N1ME_MEORDIDNUMC10N1ME_MEORDID
MEEVTIDMedication: Event Number N1ME_MEEVTIDNUMC10N1ME_MEEVTID
EDRUGIDMedication: Drug ID for Event N1ME_EDRUGIDNUMC10N1ME_EDRUGID
EADDOCIDMedication, Event Administration Document Doc. ID N1ME_EADDOCIDNUMC10N1ME_EADDOCID
EPREPIDMedication: ID of Preparation N1ME_EPREPIDNUMC10N1ME_EPREPID
ODRUGIDMedication: Ordered Drug, Internal ID N1ME_ODRUGIDNUMC10N1ME_ODRUGID
ORATEIDMedication: Order - Dosage Sequence ID N1ME_ORATEIDCHAR10ALPHAN1ME_ORATEID
GENCYIDGeneric Cycle Key N1GENCYKEYNUMC10N1GENCYKEY
CYDEFIDUnique ID of Cycle Definition N1CYDEFIDNUMC10N1CYDEFID

Key field Non-key field



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

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

How to access SAP table RN1_CONN_CANCEL_DATA

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