RN1_ACD_CHANGE SAP (IS-H: Change Structure Appointment Template Dependency) Structure details

Dictionary Type: Structure
Description: IS-H: Change Structure Appointment Template Dependency




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




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

RN1_ACD_CHANGE 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: Change Structure Appointment Template Dependency" 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_ACD_CHANGE TYPE RN1_ACD_CHANGE.

The RN1_ACD_CHANGE table consists of various fields, each holding specific information or linking keys about IS-H: Change Structure Appointment Template Dependency data available in SAP. These include R_APP_CONSTR_D (), MANDT (Client), APCNDID (Identification of an Appointment Template Dependency), MAIN_APCN (IS-H: Appointment Template Object).. 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 RN1_ACD_CHANGE 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
R_APP_CONSTRAINT 0
R_APP_CONSTR_D 0
MANDTClient MANDTCLNT3Assigned to domainMANDT
APCNDIDIdentification of an Appointment Template Dependency N1APCNDIDCHAR32SYSUUID_C
MAIN_APCNIS-H: Appointment Template Object N1APP_CONSTRAINT_OBJECTREF0CL_ISH_APP_CONSTRAINT
MAIN_APCN_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
NEXT_APCNIS-H: Appointment Template Object N1APP_CONSTRAINT_OBJECTREF0CL_ISH_APP_CONSTRAINT
NEXT_APCN_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
APCNID2XIS-H: Appointment Template ID Changed Manually N1APCNIDXCHAR1XFELD
APCNID2X_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
DISTMINIS-H: Minimum Interval Between Appointments ISH_APPDIST_MINNUMC3ISH_APPDIST
DISTMIN_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
DISTMINXIS-H: Indicator Minimum Interval Changed Manually N1APCN_DISTMINXCHAR1XFELD
DISTMINX_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
DISTMAXIS-H: Maximum Interval Between Appointments ISH_APPDIST_MAXNUMC3ISH_APPDIST
DISTMAX_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
DISTMAXXIS-H: Indicator Maximum Interval Changed Manually N1APCN_DISTMAXXCHAR1XFELD
DISTMAXX_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
DISTUNITIS-H: Time Unit for Interval Between Two Appointments ISH_APPDIST_UNITNUMC1ISH_APPDIST_UNIT
DISTUNIT_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
DISTUNITXIs-H: Indicator Time Unit of Interval Changed Manually N1APCN_DISTUNITXCHAR1XFELD
DISTUNITX_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
KZIS-H: Processing Mode for Data Records (I/U/D) ISH_MODUSCHAR1ISH_MODUS

Key field Non-key field



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

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

How to access SAP table RN1_ACD_CHANGE

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