CRMS_SRCHF_LOC SAP (Search Fields for General Transaction Search in CIC) Table details

Dictionary Type: Table
Description: Search Fields for General Transaction Search in CIC




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




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

CRMS_SRCHF_LOC is a standard SAP Table which is used to store Search Fields for General Transaction Search in CIC data and is available within R/3 SAP systems depending on the version and release level.

The CRMS_SRCHF_LOC table consists of various fields, each holding specific information or linking keys about Search Fields for General Transaction Search in CIC data available in SAP. These include SEARCH_ID (Private: Locator Search ID), PARTNER (Partner), STATUS (Status), DATES (Period).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMS_SRCHF_LOC table 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
SEARCH_TYPEPrivate: Locator Search Type BU_LOCATOR_SEARCH_TYPECHAR30DD30LSHLPNAME
SEARCH_IDPrivate: Locator Search ID BU_LOCATOR_SEARCH_IDCHAR30DD30LSHLPNAME
PARTNERPartner CRMT_PARTNER_FLAGCHAR1CRM_BOOLEAN
STATUSStatus CRMT_STATUS_KZCHAR1CRM_BOOLEAN
DATESPeriod CRMT_DATES_FLAGCHAR1CRM_BOOLEAN
PRODUCTProduct CRMT_PRODUCT_FLAGCHAR1CRM_BOOLEAN
CATEGORYProduct Category CRMT_CATEGORY_FLAGCHAR1CRM_BOOLEAN
CATALOGCatalog ID CRMT_CAT_ID_FLAGCHAR1CRM_BOOLEAN
CATALOG_ITEMCatalog Item CRMT_CAT_ITEM_FLAGCHAR1CRM_BOOLEAN
SERV_ORGService Organization CRMT_SRV_ORG_FLAGCHAR1CRM_BOOLEAN
TECH_ORGService Team CRMT_ORGUNIT_FLAGCHAR1CRM_BOOLEAN
OBJECT_IDObject ID CRMT_OBJECT_ID_FLAGCHAR1CRM_BOOLEAN
EXT_REFERENCEExternal Reference Number CRMT_PO_NUMBER_SOLD_FLAGCHAR1CRM_BOOLEAN
DESCRIPTIONDescription CRMT_DESCRIPTION_FLAGCHAR1CRM_BOOLEAN

Key field Non-key field



How do I retrieve data from SAP table CRMS_SRCHF_LOC using ABAP code

The following ABAP code Example will allow you to do a basic selection on CRMS_SRCHF_LOC to SELECT all data from the table
DATA: WA_CRMS_SRCHF_LOC TYPE CRMS_SRCHF_LOC.

SELECT SINGLE *
FROM CRMS_SRCHF_LOC
INTO CORRESPONDING FIELDS OF WA_CRMS_SRCHF_LOC
WHERE...

How to access SAP table CRMS_SRCHF_LOC

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