CRMT_SEARCH_STRUCTUR_LOC SAP (Search Structure for CRM Order Locator) Structure details

Dictionary Type: Structure
Description: Search Structure for CRM Order Locator




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




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

CRMT_SEARCH_STRUCTUR_LOC 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 "Search Structure for CRM Order Locator" 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_SEARCH_STRUCTUR_LOC TYPE CRMT_SEARCH_STRUCTUR_LOC.

The CRMT_SEARCH_STRUCTUR_LOC table consists of various fields, each holding specific information or linking keys about Search Structure for CRM Order Locator data available in SAP. These include RESPONS_AREA (Belonging to (Me, My Department, My Group)), PRODUCT_LOC (Product_Product Catalog Selection for Locator), PARTNER_FCT (Partner func.), BU_PARTNER (Business Partner Number).. 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_SEARCH_STRUCTUR_LOC 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
RESPONS_AREABelonging to (Me, My Department, My Group) CRMT_RESPONS_AREACHAR2CRM_RESPONS_AREA
PRODUCT_LOCProduct_Product Catalog Selection for Locator CRMT_PRODUCT_LOCCHAR2CRM_PRODUCT_LOC
PARTNER_FCTPartner func. CRMT_PARTNER_FCTCHAR8CRMC_PARTNER_FCTCOM_PARTNER_FCT
BU_PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
DATE_FROMValid-From Date DATABDATS8DATUM
DATE_UNTILValid To Date DATBIDATS8DATUM
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4CRMC_PROC_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
STATUSObject Status CRM_J_STATUSCHAR5CRM_JESTCRM_J_STATUS
OBJECT_IDTransaction ID CRMT_OBJECT_IDCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
PRODUCTProduct Name Entered CRMT_ORDERED_PRODCHAR54CRM_ORDERED_PRODCRM_ORDERED_PRODUCT
APPLICATION_AREATransaction Category CRMT_APPLICATION_AREACHAR2CRM_APPLICATION_AREA
RMAApproval Number - Return Delivery CRMT_RMACHAR20CRM_RMA
CATEGORYActivity Category (Communication Type) CRMT_ACTIVITY_CATEGORYCHAR3CRMC_ACT_CATEGORCRM_ACTIVITY_CATEGORY
CURR_PHASEPhase CRMT_CURR_PHASECHAR3Assigned to domainCRM_PHASECRM_PHASE
IMPORTANCEOpportunity/Lead Priority CRMT_IMPORTANCECHAR1CRMC_OPPIMPORCRM_IMPORTANCE
PO_NUMBER_UCSold-to Party's External Reference No. (in Capital Letters) CRMT_PO_NUMBER_UCCHAR35CHAR35
PRIORITYActivity Priority CRMT_PRIORITYNUMC1Assigned to domainSC_PRIO
OBJECTIVEGoal of an Activity CRMT_OBJECTIVECHAR3Assigned to domainCRM_OBJECTIVE
DIRECTIONDirection of an Activity CRMT_DIRECTIONCHAR1CRM_DIRECTION

Key field Non-key field



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

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

How to access SAP table CRMT_SEARCH_STRUCTUR_LOC

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