MCHPVS SAP (Batch Record: Shadow Table for Link to Archive) Table details

Dictionary Type: Table
Description: Batch Record: Shadow Table for Link to Archive




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




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

MCHPVS is a standard SAP Table which is used to store Batch Record: Shadow Table for Link to Archive data and is available within R/3 SAP systems depending on the version and release level.

The MCHPVS table consists of various fields, each holding specific information or linking keys about Batch Record: Shadow Table for Link to Archive data available in SAP. These include EBRID (Batch record number), VERSION (Version of a Batch Record), ACONNID (Index of shadow table for link to archive), OBJECT_ID (SAP ArchiveLink: Object ID (object identifier)).. 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)


SAP MCHPVS 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
EBRIDBatch record number EBRIDCHAR15EBRID
VERSIONVersion of a Batch Record EBR_VERSNUMC4EBR_VERS
ACONNIDIndex of shadow table for link to archive ACONNIDNUMC20ACONNID
OBJECT_IDSAP ArchiveLink: Object ID (object identifier) SAEOBJIDCHAR50SADC50
DOC_TYPEDocument type SAEOBJARTCHAR10Assigned to domainSADC10_DVDOK
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
AUFTEXTDescription AUFTEXTCHAR40TEXT40
PLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
ARTInspection Type QPARTCHAR8Assigned to domainQPARTQLA
HERKUNFTInspection Lot Origin QHERKCHAR2Assigned to domainQHERKQHK
CRIDPI sheet (process instruction sheet) PI_CRIDNUMC18Assigned to domainPI_CRIDPVL
ADRESOperator or group of operators processing a PI sheet CO_PI_ADRCHAR32CHAR32
CONNTXTBatch record: short text for link to archive CONNTXTCHAR50CONNTXT
ARCH_USERUser Name SYUNAMECHAR12SYCHAR12
USER_NAM_FIRSTName of user within the company XUNAME1CHAR30XUNAME1
USER_NAM_LASTName of user within the company XUNAME1CHAR30XUNAME1
ARCH_DATEDate on Which Record Was Created ERDATDATS8DATUM
ARCH_TIMETime, at Which Record Was Added ERZEITTIMS6UHRZT
EBRCOVERIDBatch record: cover page EBRCOVERIDCHAR8EBRCOVERID
EBRCOVERTXTBatch Record: Cover Page Description EBRCOVERTXTCHAR50CHAR50
PHSEQControl Recipe Destination PHSEQCHAR2Assigned to domainPHSEQ

Key field Non-key field



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

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

SELECT SINGLE *
FROM MCHPVS
INTO CORRESPONDING FIELDS OF WA_MCHPVS
WHERE...

How to access SAP table MCHPVS

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