POC_DB_ARC_CONN SAP (Optical Archiving: Link Data (ArchiveLink)) Table details

Dictionary Type: Table
Description: Optical Archiving: Link Data (ArchiveLink)




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




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

POC_DB_ARC_CONN is a standard SAP Table which is used to store Optical Archiving: Link Data (ArchiveLink) data and is available within R/3 SAP systems depending on the version and release level.

The POC_DB_ARC_CONN table consists of various fields, each holding specific information or linking keys about Optical Archiving: Link Data (ArchiveLink) data available in SAP. These include CRID (PI sheet (process instruction sheet)), ACONNID (Index of shadow table for link to archive), OBJECT_ID (SAP ArchiveLink: Object ID (object identifier)), OBJECT_TYPE (SAP ArchiveLink: Object type of business 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP POC_DB_ARC_CONN 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
CRIDPI sheet (process instruction sheet) PI_CRIDNUMC18COCHPPI_CRIDPVL
ACONNIDIndex of shadow table for link to archive ACONNIDNUMC20ACONNID
OBJECT_IDSAP ArchiveLink: Object ID (object identifier) SAEOBJIDCHAR50SADC50
OBJECT_TYPESAP ArchiveLink: Object type of business object SAEANWDIDCHAR10Assigned to domainOJ_NAMEOAO
DOC_TYPEDocument type SAEOBJARTCHAR10Assigned to domainSADC10_DVDOK
DATE_CREADate on Which Record Was Created ERDATDATS8DATUM
TIME_CREATime when the record was created ANUZTTIMS6UZEIT
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ORDER_NUMBEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ORDER_CATOrder Type AUFARTCHAR4T003OAUFARTAAT
ORDER_TYPEOrder category AUFTYPNUMC2AUFTYP
ORDER_TXTDescription AUFTEXTCHAR40TEXT40
ORDER_DATE_CREADate on Which Record Was Created ERDATDATS8DATUM
PHSEQControl Recipe Destination PHSEQCHAR2TC52PHSEQ
ADRESOperator or group of operators processing a PI sheet CO_PI_ADRCHAR32CHAR32
MATERIALMaterial Number for Order PI_MATNRCHAR18MARAMATN1MATNRMAT
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
CONNTXTOptical Archiving: Short Text for Archive Link POC_CONNTXTCHAR50CONNTXT
ARCH_USERUser Name in User Master Record XUBNAMECHAR12USR02XUBNAMEXUS
USER_NAM_FIRSTFirst name XUPREVNAMECHAR30XUNAME1
USER_NAM_LASTLast name XUFAMNAMECHAR30XUNAME1
ARCH_DATEDate on Which Record Was Created ERDATDATS8DATUM
ARCH_TIMETime, at Which Record Was Added ERZEITTIMS6UHRZT
ON_DBDatabase Data for PI Sheet/Work Instructions Exists POC_ON_DBCHAR1XFELD
TSTKZIndicator: Message or Control Recipe for Test Purposes TSTKZCHAR1FLAG

Key field Non-key field



How do I retrieve data from SAP table POC_DB_ARC_CONN using ABAP code

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

SELECT SINGLE *
FROM POC_DB_ARC_CONN
INTO CORRESPONDING FIELDS OF WA_POC_DB_ARC_CONN
WHERE...

How to access SAP table POC_DB_ARC_CONN

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