CRMT_PRODUCT_PROPOSAL_DISPLAY SAP (Product Proposal for Sales Items) Structure details

Dictionary Type: Structure
Description: Product Proposal for Sales Items




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




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

CRMT_PRODUCT_PROPOSAL_DISPLAY 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 for Sales Items" 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_PRODUCT_PROPOSAL_DISPLAY TYPE CRMT_PRODUCT_PROPOSAL_DISPLAY.

The CRMT_PRODUCT_PROPOSAL_DISPLAY table consists of various fields, each holding specific information or linking keys about Product Proposal for Sales Items data available in SAP. These include LEADING_PROD_DESCR (Description of Leading Product), PROPOSED_PROD_ID (Proposed Product), PROPOSED_PROD_GUID (Internal Unique ID of Product), PROPOSED_PROD_DESCR (Description of Proposed 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_PRODUCT_PROPOSAL_DISPLAY 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
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_UNITUNIT3Assigned to domainCUNITMEINS
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_PRODUCT_PROPOSAL_DISPLAY using ABAP code?

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

How to access SAP table CRMT_PRODUCT_PROPOSAL_DISPLAY

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