CRMT_FIND_SALES_CONTRACTS SAP (Selection Parameters for Contract Selection with Prod.Lists) Structure details

Dictionary Type: Structure
Description: Selection Parameters for Contract Selection with Prod.Lists




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




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

CRMT_FIND_SALES_CONTRACTS 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 "Selection Parameters for Contract Selection with Prod.Lists" 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_FIND_SALES_CONTRACTS TYPE CRMT_FIND_SALES_CONTRACTS.

The CRMT_FIND_SALES_CONTRACTS table consists of various fields, each holding specific information or linking keys about Selection Parameters for Contract Selection with Prod.Lists data available in SAP. These include OBJECT_TYPE (Business Transaction Category), PRODUCT_ID (Product ID), PURCH_ORG (Purchasing Organization), SALES_ORG (Sales Organization).. 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 CRMT_FIND_SALES_CONTRACTS 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_TYPEBusiness Transaction Category CRMT_SUBOBJECT_CATEGORYCHAR10Assigned to domainCRM_OJ_NAME_PROCESSCRM_SUBOBJ_CATEGORYCRM_OBJECT_TYPE_PROCESS
PRODUCT_IDProduct ID COMT_PRODUCT_IDCHAR40PRID1COM_PRODUCT_IDCOM_PR_COLLECTION
PURCH_ORGPurchasing Organization CRMT_PURCH_ORGCHAR14HROBJEC_14
SALES_ORGSales Organization CRMT_SALES_ORGCHAR14HROBJEC_14CRM_ORGMAN_SALES_ORG
DIS_CHANNELDistribution Channel CRMT_DISTRIBUTION_CHANNELCHAR2Assigned to domainCRM_DISTRIBUTION_CHANNELCRM_ORGMAN_DIS_CHANNEL
DIVISIONDivision CRMT_DIVISIONCHAR2Assigned to domainCRM_DIVISIONCRM_DIVISION
SERVICE_ORGService Organization CRMT_SERVICE_ORGCHAR14HROBJEC_14CRM_ORGMAN_SERVICE_ORG
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
RELEASE_DATETime Stamp (Date and Time) CRMT_TIMESTAMPDEC15TSTPSBCOS_TSTMP
RELEASE_DATE_TOTime Stamp (Date and Time) CRMT_TIMESTAMPDEC15TSTPSBCOS_TSTMP
VENDORPartner Number CRMT_PARTNER_NOCHAR32CRM_PARTNER_NO
SOLD_TO_PARTYPartner Number CRMT_PARTNER_NOCHAR32CRM_PARTNER_NO
SHIP_TO_PARTYPartner Number CRMT_PARTNER_NOCHAR32CRM_PARTNER_NO
INITIAL_SHIP_TO_VALIDLogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
CATALOG_IDCatalog ID from which the line was selected CRMT_BBP_CATALOGCHAR20
CATALOG_ITEMCatalog Item (Unique Key) CRMT_BBP_CATALOGITEMCHAR40
DESCRIPT_PARTNERProduct Number of Business Partner CRMT_ITEM_DESCR_PARTNERCHAR40PRSHTEXT40
NO_FAULTY_CONTRACTSLogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
INDEXIndex for Internal Table CRMT_INDEXINT410SYST_LONG
CONTRACT_STARTTime Stamp (Date and Time) CRMT_TIMESTAMPDEC15TSTPSBCOS_TSTMP
CONTRACT_ENDTime Stamp (Date and Time) CRMT_TIMESTAMPDEC15TSTPSBCOS_TSTMP
CLASSIFICATIONContract Class CRMT_CLASSIFICATIONNUMC2CRMT_CLASSIFICATION
CUSTOMER_TYPEBusiness Partner Type CRMT_CUSTOMER_TYPECHAR4Assigned to domainBU_KIND
PRODUCT_LIST 0
OBJECT_LIST 0

Key field Non-key field



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

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

How to access SAP table CRMT_FIND_SALES_CONTRACTS

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