OCMHOMO_ARCH SAP (Backup Table of Homogeneity List in Case of Archiving) Table details

Dictionary Type: Table
Description: Backup Table of Homogeneity List in Case of Archiving




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




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

OCMHOMO_ARCH is a standard SAP Table which is used to store Backup Table of Homogeneity List in Case of Archiving data and is available within R/3 SAP systems depending on the version and release level.

The OCMHOMO_ARCH table consists of various fields, each holding specific information or linking keys about Backup Table of Homogeneity List in Case of Archiving data available in SAP. These include AUFNR (Order Number), MATNR (Material Number), WERKS (Delivering Plant), VBELN (Sales Document).. 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 OCMHOMO_ARCH 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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSDelivering Plant DWERKCHAR4Assigned to domainWERKS
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
VBPOSSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
LTRMIActual delivery/finish date CO_LTRMIDATS8DATUM
SERNRBOM explosion number SERNRCHAR8Assigned to domainSERNR
KUNNRSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
SERIALNRSerial Number GERNRCHAR18GERNRGERNRSER
KFELDDescription AUFTEXTCHAR40TEXT40
CONF_KEYIdentical object CC_CONF_KEYNUMC8CC_NUMC8

Key field Non-key field



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

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

SELECT SINGLE *
FROM OCMHOMO_ARCH
INTO CORRESPONDING FIELDS OF WA_OCMHOMO_ARCH
WHERE...

How to access SAP table OCMHOMO_ARCH

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