COMT_BSP_PRD_ODC_GTINUOM SAP (Tab 'Units of Measure/GTIN' ODC1) Structure details

Dictionary Type: Structure
Description: Tab 'Units of Measure/GTIN' ODC1




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




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

COMT_BSP_PRD_ODC_GTINUOM 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 "Tab 'Units of Measure/GTIN' ODC1" 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_COMT_BSP_PRD_ODC_GTINUOM TYPE COMT_BSP_PRD_ODC_GTINUOM.

The COMT_BSP_PRD_ODC_GTINUOM table consists of various fields, each holding specific information or linking keys about Tab 'Units of Measure/GTIN' ODC1 data available in SAP. These include GTIN (Global Trade Item Number (GTIN)), GTIN_TYPE (GTIN Type), MAIN_GTIN (Indicator: Main GTIN), UNIT (Units of Measure of Product).. 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: Not classified


SAP COMT_BSP_PRD_ODC_GTINUOM 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
OBJECT_KEYObject Key CRMT_BSP_OBJECTKEYCHAR100
GTINGlobal Trade Item Number (GTIN) COMT_GTINCHAR40GTIN1COM_GTIN
GTIN_TYPEGTIN Type COMT_GTIN_TYPECHAR2Assigned to domainCOM_GTIN_TYPE
MAIN_GTINIndicator: Main GTIN COMT_MAIN_GTINCHAR1COM_BOOLEAN
UNITUnits of Measure of Product COMT_UNIT_UICHAR3CHR3
UNIT_TEXTUnit of Measurement Text (Maximum 10 Characters) MSEHTCHAR10TEXT10
NUMERATORNumerator for Conversion to the Base Unit of Measure COMT_BSP_PRD_NUMERATORINT410INT4
DENOMINATORDenominator for Conversion to the Base Unit of Measure COMT_BSP_PRD_DENOMINATORINT410INT4
EXPONENT10Base 10 Exponent for Conversion to the Base Unit of Measure COMT_EXPONENT10INT25EXP10
GROSS_WEIGHTGross Weight COMT_GROSS_WEIGHTQUAN13(3) MENG13
NET_WEIGHTNet Weight COMT_NET_WEIGHTQUAN13(3) MENG13
WEIGHT_UNITUnit of Weight COMT_BSP_WEIGHT_UNIT_UIUNIT3COM_BSP_PR_UNIT
VOLUMEVolume Occupied by the Product per Volume Unit COMT_VOLUMEQUAN13(3) MENG13
VOLUME_UNITUnit for the Volume of a Product COMT_BSP_VOLUME_UNIT_UIUNIT3COM_BSP_PR_UNIT
LENGTHLength of the Product or of the Packaging of the Product COMT_LENGTHQUAN13(3) MENG13
WIDTHWidth of the Product or of the Packaging of the Product COMT_WIDTHQUAN13(3) MENG13
HEIGHTHeight of the Product or of the Packaging of the Product COMT_HEIGHTQUAN13(3) MENG13
UNIT_OF_DIMUnit in Which Length/Width/Height Is Measured COMT_BSP_UNIT_OF_DIM_UIUNIT3COM_BSP_PR_UNIT
IS_BASE_UNITLogical Variable COMT_BOOLEANCHAR1COM_BOOLEAN
BASE_UOMBase Unit of Measure of a Material COMT_MAT_BASE_UOM_UICHAR3CHR3
BASE_UOM_TEXTUnit of Measurement Text (Maximum 10 Characters) MSEHTCHAR10TEXT10
LOG_OPERATORLogical Equals Sign for Tab Units of Measure/GTIN COMT_BSP_LOG_OPERATPRCHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP structure COMT_BSP_PRD_ODC_GTINUOM using ABAP code?

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

How to access SAP table COMT_BSP_PRD_ODC_GTINUOM

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