/BEV2/S_CS_COMITEM SAP (GTS Communication: Item Data) Structure details

Dictionary Type: Structure
Description: GTS Communication: Item Data




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




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

/BEV2/S_CS_COMITEM 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 "GTS Communication: Item Data" 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_/BEV2/S_CS_COMITEM TYPE /BEV2/S_CS_COMITEM.

The /BEV2/S_CS_COMITEM table consists of various fields, each holding specific information or linking keys about GTS Communication: Item Data data available in SAP. These include PLANT (Plant), PRODUCT_NUMBER (Product Number), EXCISE_PRODUCT_CODE (EMCS: Excise Duty Product Code), COMMODITY_CODE (EMCS: Commodity Code).. 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 /BEV2/S_CS_COMITEM 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
ITEM_NUMBERExternal Identification of Document Item /BEV2/CS_ITEM_NUMBER_EXTCHAR10
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PRODUCT_NUMBERProduct Number /BEV2/CS_PRODUCT_NUMBERCHAR40
EXCISE_PRODUCT_CODEEMCS: Excise Duty Product Code /BEV2/CS_PRODUCT_CODECHAR4/BEV2/CS_PRODUCT_CODE_D
COMMODITY_CODEEMCS: Commodity Code /BEV2/CS_CN_CODECHAR8
FISCAL_MARK_USEDEMCS: Fiscal Mark /BEV2/CS_FISCAL_MARKCHAR1/BEV2/CS_FISCAL_MARK_D
NET_WEIGHTEMCS: Net Weight /BEV2/CS_NET_WEIGHTQUAN19(3) /BEV2/CS_WEIGHT_VALUE
PRECISION_OF_NET_WEIGHTNumber of Decimal Places /BEV2/CS_PRECISIONCHAR1/BEV2/CS_PRECISION_D
GROSS_WEIGHTEMCS: Gross Weight /BEV2/CS_GROSS_WEIGHTQUAN19(3) /BEV2/CS_WEIGHT_VALUE
PRECISION_OF_GROSS_WEIGHTNumber of Decimal Places /BEV2/CS_PRECISIONCHAR1/BEV2/CS_PRECISION_D
WEIGHT_UNITEMCS: Unit of Weight /BEV2/CS_WEIGHT_UNITUNIT3Assigned to domainCUNITMEINSH_T006
QUANTITYEMCS: Quantity /BEV2/CS_ITEM_QUANQUAN16(3) /BEV2/CS_DIMENSION_VALUE
QUANTITY_UNITEMCS: Unit of Measurement for Quantity /BEV2/CS_ITEM_QUAN_UNITUNIT3Assigned to domainCUNITMEINSH_T006
PRECISION_OF_QUANTITYNumber of Decimal Places /BEV2/CS_PRECISIONCHAR1/BEV2/CS_PRECISION_D
CONVERSION_FACTORConversion Factor: Doc.UoM/Basis UoM as Floating Point Fld /BEV2/CS_CONVERSION_FACTORFLTP16(16) /BEV2/CS_CONVERSION_FACTOR_D
ALCOHOLIC_STRENGTHAlcoholic Strength /BEV2/CS_ALCOHOLIC_STRENGTHCHAR6CHAR6
DEGREE_PLATODegree Plato /BEV2/CS_DEGREE_PLATOCHAR6CHAR6
SIZE_OF_PRODUCEREMCS: Annual Output /BEV2/CS_PRODUCER_SIZEQUAN20(3)
DENSITYEMCS: Density /BEV2/CS_DENSITYCHAR6/BEV2/CS_DENSITY_D
WINE_GROWING_ZONE_CODEEMCS: Wine-Growing Zone /BEV2/CS_WINE_GROWING_ZONECHAR2
WINE_PRODUCT_CATEGORYEMCS: Category of Wine Product /BEV2/CS_WINE_PRODUCT_CATEGORYCHAR1/BEV2/CS_WINE_PRODUCT_CAT_D
THIRD_COUNTRY_OF_ORIGINEMCS: Third Country of Origin /BEV2/CS_WINE_COUNTRYOFORIGINCHAR3Assigned to domainLAND1
ADD_DATA1Character Field Length = 10 CHAR10CHAR10CHAR10
ADD_DATA2Char 15 CHAR15CHAR15CHAR15
ADD_DATA330 Characters CHAR30CHAR30CHAR30

Key field Non-key field



How do I retrieve data from SAP structure /BEV2/S_CS_COMITEM using ABAP code?

As /BEV2/S_CS_COMITEM 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 /BEV2/S_CS_COMITEM as there is no data to select.

How to access SAP table /BEV2/S_CS_COMITEM

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