CRMT_BSP_SLS_PRODUCT_PROPOSAL SAP (Product Proposal) Structure details

Dictionary Type: Structure
Description: Product Proposal




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




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

CRMT_BSP_SLS_PRODUCT_PROPOSAL 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 "Product Proposal" 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_PRODUCT_PROPOSAL TYPE CRMT_BSP_SLS_PRODUCT_PROPOSAL.

The CRMT_BSP_SLS_PRODUCT_PROPOSAL table consists of various fields, each holding specific information or linking keys about Product Proposal data available in SAP. These include LEADING_PROD_ID (Leading Product), LEADING_PROD_DESCR (Description of Leading Product), PROPOSED_PROD_ID (Proposed Product), PROPOSED_PROD_GUID (Internal Unique ID 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: Can Be Enhanced (Deep)


SAP CRMT_BSP_SLS_PRODUCT_PROPOSAL 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
LEADING_PROD_IDLeading Product CRMT_PROD_PROP_LEAD_IDCHAR54CRM_ORDERED_PROD
LEADING_PROD_DESCRDescription of Leading Product CRMT_PROD_PROP_LEAD_DESCRCHAR40CRM_PRSHTEXT40_DB
PROPOSED_PROD_IDProposed Product CRMT_PROD_PROP_PROP_IDCHAR54CRM_ORDERED_PROD
PROPOSED_PROD_GUIDInternal Unique ID of Product CRMT_PRODUCT_GUID_DBRAW16SYSUUID
PROPOSED_PROD_DESCRDescription of Proposed Product CRMT_PROD_PROP_PROP_DESCRCHAR40CRM_PRSHTEXT40_DB
QUANTITYQuantity for Product Proposal CRMT_PROD_PROP_QTYQUAN13(3)
PROCESS_QTY_UNITUnit of Measure in Which the Product Is Sold CRMT_PROCESS_QTY_UNITUNIT3T006CUNITMEINS
QTY_IN_TRANSQuantity in Transaction, Composed of Quantity and UoM CRMT_PROD_PROP_QTY_IN_TRANSCHAR30
PROPOSAL_TYPEType of Product Proposal CRMT_PROD_PROP_TYPECHAR30CRM_PROD_PROP_TYPE
NET_PRICEPrice per Sales Unit CRMT_PROD_PROP_NET_PRICECHAR40
ALL_LEAD_PROD_IDIDs of Leading Products, Concatenated CRMT_PROD_PROP_LEAD_IDSCHAR50
ALL_LEAD_PROD_DESCDescriptions of Leading Products, Concatenated CRMT_PROD_PROP_LEAD_DESCRSCHAR150
ORIGINCRM Marketing: Origin Indicator CRMT_MKTIMG_MS_HKNCHAR3Assigned to domainCRMT_MKTIMG_MS_HKNCRM_MKTIMG_MS_ORIGIN
ALL_LEAD_PROD 0

Key field Non-key field



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

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

How to access SAP table CRMT_BSP_SLS_PRODUCT_PROPOSAL

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