CRMT_BSP_SLS_OD2_SALES SAP (Sales ODC2 - Sales & Shipping Tab Title) Structure details

Dictionary Type: Structure
Description: Sales ODC2 - Sales & Shipping Tab Title




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




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

CRMT_BSP_SLS_OD2_SALES 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 "Sales ODC2 - Sales & Shipping Tab Title" 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_CRMT_BSP_SLS_OD2_SALES TYPE CRMT_BSP_SLS_OD2_SALES.

The CRMT_BSP_SLS_OD2_SALES table consists of various fields, each holding specific information or linking keys about Sales ODC2 - Sales & Shipping Tab Title data available in SAP. These include PRODUCT_ID (Product Name Entered), PARTNER_PROD (Product ID), NUMBER_EXT (External Item Number), PCAT_HDR_GUID (Product Catalog GUID (Header)).. 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 CRMT_BSP_SLS_OD2_SALES 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
OBJECTKEYObject Key CRMT_BSP_OBJECTKEYCHAR100
PRODUCT_IDProduct Name Entered CRMT_ORDERED_PRODCHAR54CRM_ORDERED_PRODCRM_ORDERED_PRODUCT
PARTNER_PRODProduct ID COMT_PRODUCT_IDCHAR40PRID1COM_PRODUCT_IDCOM_PR_COLLECTION
NUMBER_EXTExternal Item Number CRMT_ITEM_NO_EXTNUMC10
PCAT_HDR_GUIDProduct Catalog GUID (Header) COMT_PCAT_HDR_GUIDRAW16SYSUUID
PCAT_VRT_GUIDProduct Catalog Variant GUID COMT_PCAT_VRT_GUIDRAW16SYSUUID
PCAT_ITM_GUIDGUID of Product Catalog Item COMT_PCAT_ITM_GUIDRAW16SYSUUID
INCOTERMS1Incoterms (Part 1) CRMT_INCOTERMS1CHAR3Assigned to domainCRM_INCOTERMS1
INCOTERMS2Incoterms (Part 2) CRMT_INCOTERMS2CHAR28CRM_INCOTERMS2
SHIP_CONDShipping Conditions CRMT_SHIP_CONDCHAR2Assigned to domainCRM_SHIP_COND
DELI_UNLIM_TOLIndicator: Unlimited Overdelivery Allowed CRMT_DELI_UNLIM_TOLCHAR1CRM_BOOLEAN
OVER_DLV_TOLOverdelivery Tolerance Limit CRMT_OVER_DLV_TOLDEC3(1) PRZ21
UNDER_DLV_TOLUnderdelivery Tolerance Limit CRMT_UNDER_DLV_TOLDEC3(1) PRZ21
DLV_PRIODelivery Priority CRMT_DLV_PRIONUMC2Assigned to domainCRM_DLV_PRIOCRM_DELIVERY_PRIORITY
ORDERCOMBINDIndicator: Order Combination CRMT_ORDERCOMBINDCHAR1CRM_BOOLEAN
DELIVERY_BLOCKDelivery Block CRMT_DELIVERY_BLOCKCHAR2Assigned to domainCRMT_BUS_DEL_BLOCK_REASON
CAMPAIGN_HE_IDMarketing Project Identification CAMPAIGN_HE_IDCHAR24CGPL_EXTIDCRM_MKTPL_CAMPAIGNID_GEN
DIVISIONDivision CRMT_DIVISIONCHAR2Assigned to domainCRM_DIVISIONCRM_DIVISION
NET_WEIGHTNet Weight CRMT_NET_WEIGHTQUAN15(3) MENG15
GROSS_WEIGHTGross Weight CRMT_GROSS_WEIGHTQUAN15(3) MENG15
WEIGHT_UNITWeight Unit COMT_WEIGHT_UNITUNIT3Assigned to domainCUNITMEINS
VOLUMEVolume Occupied by the Product per Volume Unit CRMT_VOLUMEQUAN15(3) MENG15
VOLUME_UNITUnit for the Volume of a Product COMT_VOLUME_UNITUNIT3Assigned to domainCUNITMEINS
PO_NUMBER_SOLDSold-To Party's External Reference Number CRMT_PO_NUMBER_SOLDCHAR35TEXT35
PO_DATE_SOLDReference Document Date CRMT_PO_DATE_SOLDDATS8DATUM
SUBMISSIONCollective Number for Quotations CRMT_SUBMISSIONCHAR10TEXT10
YOUR_REF_SOLDSold-to Party Reference CRMT_YOUR_REFERENCE_SOLDCHAR12TEXT12

Key field Non-key field



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

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

How to access SAP table CRMT_BSP_SLS_OD2_SALES

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