TCMS_LOC_SA SAP (Search Application Details) Table details

Dictionary Type: Table
Description: Search Application Details




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




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

TCMS_LOC_SA is a standard SAP Table which is used to store Search Application Details data and is available within R/3 SAP systems depending on the version and release level.

The TCMS_LOC_SA table consists of various fields, each holding specific information or linking keys about Search Application Details data available in SAP. These include SEARCH_APPL (Private: Locator Search Application), ENTITY_ID (Locator Search Entity), LAYOUT_STR (Hit List Layout Structure Name), EVENT_PAI (PAI Event Handler Function Module Name).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TCMS_LOC_SA 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SEARCH_APPLPrivate: Locator Search Application BU_LOCATOR_SEARCH_APPLICATIONCHAR30Assigned to domainSHLPNAME
ENTITY_IDLocator Search Entity CMS_DTE_LOC_SEARCH_ENTITYCHAR10CMS_LOC_SEARCH_ENTITY
LAYOUT_STRHit List Layout Structure Name CMS_DTE_LOC_LAYOUT_STRCHAR30Assigned to domainAS4TAB
EVENT_PAIPAI Event Handler Function Module Name CMS_DTE_LOC_PAI_FUNCNAMECHAR30Assigned to domainFUNCNAME
EVENT_DSRDisplay Search Result Event Handler Function Module CMS_DTE_LOC_DSR_FUNCNAMECHAR30Assigned to domainFUNCNAME
EVENT_SRMSearch Result Maintain Event Hanlder Function Module Name CMS_DTE_LOC_SRM_FUNCNAMECHAR30Assigned to domainFUNCNAME
EVENT_GTGet Types Event Handler Function Module Name CMS_DTE_LOC_GT_FUNCNAMECHAR30Assigned to domainFUNCNAME
FLD_MAINTAINTable Field Name for Activity Type Maintain CMS_DTE_LOC_TBFLD_MAINTAINCHAR30CMS_LOC_TBFLD
FLD_CREATETable Field Name for Activity Type Create CMS_DTE_LOC_TBFLD_CREATECHAR30CMS_LOC_TBFLD
SEARCH_HELPSearch Help Name in Collateral Management Workbench CMS_DTE_LOC_SEARCH_HELPCHAR30Assigned to domainSHLPNAME
GROUP_IDGroup name for the top level hierarchy CMS_DTE_LOC_GROUPCHAR6CMS_GROUP_NAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCMS_LOC_SA
INTO CORRESPONDING FIELDS OF WA_TCMS_LOC_SA
WHERE...

How to access SAP table TCMS_LOC_SA

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