/BEV2/CS_IT_H SAP (EMCS Process: Items - History) Table details

Dictionary Type: Table
Description: EMCS Process: Items - History




ABAP Code to SELECT data from /BEV2/CS_IT_H
Related tables to /BEV2/CS_IT_H
Access table /BEV2/CS_IT_H




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

/BEV2/CS_IT_H is a standard SAP Table which is used to store EMCS Process: Items - History data and is available within R/3 SAP systems depending on the version and release level.

The /BEV2/CS_IT_H table consists of various fields, each holding specific information or linking keys about EMCS Process: Items - History data available in SAP. These include EMCSNR (EMCS Sequence Number), ITNEX (EMCS: Item Number of e-AAD), TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), ZEILE (Item in Material 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 or numeric)


SAP /BEV2/CS_IT_H 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
EMCSNREMCS Sequence Number /BEV2/CS_EMCSNRNUMC10/BEV2/CS_HD
ITNEXEMCS: Item Number of e-AAD /BEV2/CS_ITEM_NUMBERCHAR3
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
ITVSYExternal Identification Document Item from Feeder System /BEV2/CS_EXT_ITEM_NOCHAR10ALPHA/BEV2/CS_EXT_ITEM_NO_D
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ITEPCEMCS: Excise Duty Product Code /BEV2/CS_PRODUCT_CODECHAR4/BEV2/CS_PRODUCT_CODE_D
CCNSTEMCS: Commodity Code /BEV2/CS_CN_CODECHAR8
FLFISEMCS: Fiscal Mark /BEV2/CS_FISCAL_MARKCHAR1/BEV2/CS_FISCAL_MARK_D
ALCSTRAlcoholic Strength /BEV2/CS_ALCOHOLIC_STRENGTHCHAR6CHAR6
DEGPLADegree Plato /BEV2/CS_DEGREE_PLATOCHAR6CHAR6
PRODSIEMCS: Annual Output /BEV2/CS_PRODUCER_SIZEQUAN20(3)
DENSITEMCS: Density /BEV2/CS_DENSITYCHAR6/BEV2/CS_DENSITY_D
WEIGROEMCS: Gross Weight /BEV2/CS_GROSS_WEIGHTQUAN19(3) /BEV2/CS_WEIGHT_VALUE
WEIGRO_PRENumber of Decimal Places /BEV2/CS_PRECISIONCHAR1/BEV2/CS_PRECISION_D
WEINETEMCS: Net Weight /BEV2/CS_NET_WEIGHTQUAN19(3) /BEV2/CS_WEIGHT_VALUE
WEINET_PRENumber of Decimal Places /BEV2/CS_PRECISIONCHAR1/BEV2/CS_PRECISION_D
WEIDIMEMCS: Unit of Weight /BEV2/CS_WEIGHT_UNITUNIT3Assigned to domainCUNITMEINSH_T006
WINZONEMCS: Wine-Growing Zone /BEV2/CS_WINE_GROWING_ZONECHAR2
WINCATEMCS: Category of Wine Product /BEV2/CS_WINE_PRODUCT_CATEGORYCHAR1/BEV2/CS_WINE_PRODUCT_CAT_D
WINCOOEMCS: Third Country of Origin /BEV2/CS_WINE_COUNTRYOFORIGINCHAR3Assigned to domainLAND1
WINOP_CTreatment of Wine Product (Wine Operation) /BEV2/CS_WINE_OPERATION_CODECHAR20/BEV2/CS_WINE_OPERATION_CODE_D
QUAITMEMCS: Quantity /BEV2/CS_ITEM_QUANQUAN16(3) /BEV2/CS_DIMENSION_VALUE
QUAITM_PRENumber of Decimal Places /BEV2/CS_PRECISIONCHAR1/BEV2/CS_PRECISION_D
QUAITM_UOMEMCS: Unit of Measurement for Quantity /BEV2/CS_ITEM_QUAN_UNITUNIT3Assigned to domainCUNITMEINSH_T006
DEVINDEMCS: Type of Deviation /BEV2/CS_SHORTAGE_EXCESS_INDCHAR1/BEV2/CS_SHORTAGE_EXCESS_IND_D
QUASNEEMCS: Quantity Deviation /BEV2/CS_SHORTAGE_QUANQUAN19(3) /BEV2/CS_DIMENSION_VALUE_ROR
QUASNE_UOMEMCS: Unit of Measurement for Different Quantity /BEV2/CS_SHORTAGE_QUAN_UNITUNIT3Assigned to domainCUNITMEINSH_T006
QUAREFEMCS: Rejected Quantity /BEV2/CS_REJECTED_QUANQUAN19(3) /BEV2/CS_DIMENSION_VALUE_ROR
QUAREF_UOMEMCS: Rejected Unit of Measurement /BEV2/CS_REJECTED_QUAN_UNITUNIT3Assigned to domainCUNITMEINS
UNAMEUser Name UNAMECHAR12UNAME

Key field Non-key field



How do I retrieve data from SAP table /BEV2/CS_IT_H using ABAP code

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

SELECT SINGLE *
FROM /BEV2/CS_IT_H
INTO CORRESPONDING FIELDS OF WA_/BEV2/CS_IT_H
WHERE...

How to access SAP table /BEV2/CS_IT_H

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