RN1CORDTYPAPCN_OUTTAB SAP (IS-H: Cl. Appt Template: Table of Connections (ALV Grid)) Structure details

Dictionary Type: Structure
Description: IS-H: Cl. Appt Template: Table of Connections (ALV Grid)




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




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

RN1CORDTYPAPCN_OUTTAB 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: Cl. Appt Template: Table of Connections (ALV Grid)" 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_RN1CORDTYPAPCN_OUTTAB TYPE RN1CORDTYPAPCN_OUTTAB.

The RN1CORDTYPAPCN_OUTTAB table consists of various fields, each holding specific information or linking keys about IS-H: Cl. Appt Template: Table of Connections (ALV Grid) data available in SAP. These include CORDPTYPID (Identification of a Profile Type), CORDTYPID (ID of a Clinical Order Type for an Order Item), CORDTYPID2 (IS-H*MED: ID of a Clinical Order Type of a Subsequent Item), NAME (ISHMED: Name of Order 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 RN1CORDTYPAPCN_OUTTAB 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
CORDTYPAPCNIDIS-H: Independent Table Key N1COTAIDCHAR32SYSUUID_C
CORDPTYPIDIdentification of a Profile Type N1COTID_PROFCHAR32SYSUUID_C
CORDTYPIDID of a Clinical Order Type for an Order Item N1COTID_TYPCHAR32SYSUUID_C
CORDTYPID2IS-H*MED: ID of a Clinical Order Type of a Subsequent Item N1COTID_TYP2CHAR32SYSUUID_C
NAMEISHMED: Name of Order Type N1COTA_NAMECHAR100TEXT100
DISTMINIS-H: Minimum Interval Between Appointments ISH_APPDIST_MINNUMC3ISH_APPDIST
DISTMAXIS-H: Maximum Interval Between Appointments ISH_APPDIST_MAXNUMC3ISH_APPDIST
DISTUNITIS-H: Time Unit for Interval Between Two Appointments ISH_APPDIST_UNITNUMC1ISH_APPDIST_UNIT
DRDN_CORDTYPID2Natural Number INT4INT410INT4
DRDN_UNITNatural Number INT4INT410INT4
CORDT_TEXTName of Subsequent Order Type N1COTA_NAME_SECHAR100TEXT100
UNIT_TEXTUnit Text for Time Units N1UNIT_TEXTCHAR20TEXT20

Key field Non-key field



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

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

How to access SAP table RN1CORDTYPAPCN_OUTTAB

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