N1APCN SAP (IS-H: Appointment Defaults) Table details

Dictionary Type: Table
Description: IS-H: Appointment Defaults




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




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

N1APCN is a standard SAP Table which is used to store IS-H: Appointment Defaults data and is available within R/3 SAP systems depending on the version and release level.

The N1APCN table consists of various fields, each holding specific information or linking keys about IS-H: Appointment Defaults data available in SAP. These include APCNID (IS-H: Identification of an Appointment Template), EINRI (Institution), BEWTY (Movement Category), TRTOE (IS-H: Appointment Template: OU in which Appointment Occurs).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP N1APCN table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
APCNIDIS-H: Identification of an Appointment Template N1APCNIDCHAR32SYSUUID_C
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
BEWTYMovement Category BEWTYCHAR1BEWTY
TRTOEIS-H: Appointment Template: OU in which Appointment Occurs N1APCNTRTOECHAR8Assigned to domainALPHAORGID
TRTOEXIS-H: Appointment Template: OU of Appt Changed Manually N1APCNTRTOE_MANCHAR1XFELD
TRDRNIS-H: Default Duration for a Treatment Appointment ISH_APTIME_PDFNUMC4ISH_DZEIT
TRDRNXIS-H: Duration of Treatment Appt Changed Manually ISH_APTIME_MAN_SPCHAR1ISH_APTIME_MAN_SP
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
TPERNRIS-H: Attending Person N1APCNPERNRCHAR10Assigned to domainALPHARI_KUNNR
TPERNRXIS-H: Attending Person Changed Manually N1APCNPERNR_MANCHAR1XFELD
WDATEDesired Date N1APCNWDATEDATS8
WDATEXIS-H: Desired Date Changed Manually N1APCNWDATE_MANCHAR1XFELD
WTIMEDesired Time N1APCNWTIMETIMS6
WTIMEXIS-H: Desired Time Changed Manually N1APCNWTIME_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
AUFDSIS-H: Latest Admission Date N1APCNAUFDSDATS8
AUFDSXIS-H: Latest Admit Date Changed Manually N1APCNAUFDS_MANCHAR1XFELD
WUZPIIS-H: Desired Time Interpretation, Internal Format N1APCNWUZPICHAR2N1APCNWUZPI
WUZPIXIS-H: Desired Time Interpretation Changed Manually N1APCNWUZPI_MANCHAR1XFELD
WUMNTDesired Time (Month) N1APCNWUMNTCHAR2N1APCNWUMNT
WUMNTXIS-H: Desired Time (Month) Changed Manually N1APCNWUMNT_MANCHAR1XFELD
WUJHRDesired Time (Year) N1APCNWUJHRCHAR4N1APCNWUJHR
WUJHRXIS-H: Desired Time (Year) Changed Manually N1APCNWUJHR_MANCHAR1XFELD
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STUSRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
STDATDate of Cancellation STORN_DATDATS8RI_DATUM
TIMESTAMPTimestamp in Short Form (YYYYMMDDhhmmss) ISH_TIMESTAMPDEC15TZNTSTMPS
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 table N1APCN using ABAP code

The following ABAP code Example will allow you to do a basic selection on N1APCN to SELECT all data from the table
DATA: WA_N1APCN TYPE N1APCN.

SELECT SINGLE *
FROM N1APCN
INTO CORRESPONDING FIELDS OF WA_N1APCN
WHERE...

How to access SAP table N1APCN

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