RN1_DYNP_APCN SAP (IS-H: Screen Structure Appointment Template) Structure details

Dictionary Type: Structure
Description: IS-H: Screen Structure Appointment Template




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




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

RN1_DYNP_APCN 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: Screen Structure Appointment Template" 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_DYNP_APCN TYPE RN1_DYNP_APCN.

The RN1_DYNP_APCN table consists of various fields, each holding specific information or linking keys about IS-H: Screen Structure Appointment Template data available in SAP. These include WDATEX (IS-H: Desired Date Changed Manually), WTIME (IS-H: Desired Time (hh:mm)), WTIMEX (IS-H: Desired Time Changed Manually), WUZPI (IS-H: Desired Time - Interpretation).. 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_DYNP_APCN 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
WDATEDesired Date N1APCNWDATEDATS8
WDATEXIS-H: Desired Date Changed Manually N1APCNWDATE_MANCHAR1XFELD
WTIMEIS-H: Desired Time (hh:mm) ISH_WTIMECHAR5TIME5
WTIMEXIS-H: Desired Time Changed Manually N1APCNWTIME_MANCHAR1XFELD
WUZPIIS-H: Desired Time - Interpretation N1VKWUZPI_DDLBCHAR8N1C008
WUZPIXIS-H: Desired Time Interpretation Changed Manually N1APCNWUZPI_MANCHAR1XFELD
WUMNTIS-H: Desired Month N1WUMNT_DDLBCHAR8N1C008
WUMNTXIS-H: Desired Time (Month) Changed Manually N1APCNWUMNT_MANCHAR1XFELD
WUJHRIS-H: Desired Time (Year) N1WUJHR_DDLBCHAR8N1C008
WUJHRXIS-H: Desired Time (Year) Changed Manually N1APCNWUJHR_MANCHAR1XFELD
TRTOEIS-H: Appointment Template: OU in which Appointment Occurs N1APCNTRTOECHAR8Assigned to domainALPHAORGID
TRTOEXIS-H: Appointment Template: OU of Appt Changed Manually N1APCNTRTOE_MANCHAR1XFELD
TRTOEKBIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
TROOMIS-H: Default Room for a Treatment Appointment ISH_TR_ROOM_PDFCHAR8Assigned to domainALPHABAUID
TROOMXIS-H: Room for Treatment Appointment Changed Manually ISH_TR_ROOM_MANCHAR1XFELD
TROOMKBIS-H: Short Text for Building Unit BAUKBCHAR12TEXT12
TRDRNIS-H: Default Duration for a Treatment Appointment ISH_APTIME_PDFNUMC4ISH_DZEIT
TRDRNXIS-H: Duration of Treatment Appt Changed Manually ISH_APTIME_MANCHAR1XFELD
AUFDSIS-H: Latest Admission Date N1APCNAUFDSDATS8
AUFDSXIS-H: Latest Admit Date Changed Manually N1APCNAUFDS_MANCHAR1XFELD
WDISPIS-H: Outpatient Scheduling Type N1APCNWDISPCHAR8Assigned to domainISH_DSPTC8
WDISPXIS-H: Outpatient Scheduling Type Changed Manually N1APCNWDISP_MANCHAR1XFELD
WPTINPIS-H: Inpatient Scheduling Type N1APCNWPTINPCHAR8Assigned to domainISH_DSPTC8
WPTINPXIS-H: Inpatient Scheduling Type Changed Manually N1APCNWPTINP_MANCHAR1XFELD
TPERNRIS-H: Attending Person N1APCNPERNRCHAR10Assigned to domainALPHARI_KUNNR
TPERNRXIS-H: Attending Person Changed Manually N1APCNPERNR_MANCHAR1XFELD
TPERNR_NAMEIS-H: Person Name ISH_PERS_NAMECHAR70TEXT70
PRIOCLPriority Class for Service-Based Appointment Search ISH_PRIOCLCHAR2Assigned to domainISH_PRIOCL
PRIOCLXPriority Class, Changed Manually ISH_PRIOCL_MANCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RN1_DYNP_APCN

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