WCFD_ES_BOL_Q SAP (Map Enterprise Search template to BOL extraction query) Table details

Dictionary Type: Table
Description: Map Enterprise Search template to BOL extraction query




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




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

WCFD_ES_BOL_Q is a standard SAP Table which is used to store Map Enterprise Search template to BOL extraction query data and is available within R/3 SAP systems depending on the version and release level.

The WCFD_ES_BOL_Q table consists of various fields, each holding specific information or linking keys about Map Enterprise Search template to BOL extraction query data available in SAP. These include SAP_SW_COMP (Software Component), TEMPLATE_ID (Object Type), BOL_QUERY (External Name of Object), BOR_OBJ_TYPE (Object Type).. 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: Cannot Be Enhanced


SAP WCFD_ES_BOL_Q 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SAP_SW_COMPSoftware Component ESH_E_OM_SYSRELCHAR32
TEMPLATE_IDObject Type ESH_E_OM_OBJECT_TYPECHAR20ESH_D_OM_OBJECT_TYPE
BOL_QUERYExternal Name of Object CRMT_EXT_OBJ_NAMECHAR30CRM_OBJEXT_NAME
BOR_OBJ_TYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
CHANGED_BYUser Name UNAMECHAR12UNAME
CHANGED_ATUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM WCFD_ES_BOL_Q
INTO CORRESPONDING FIELDS OF WA_WCFD_ES_BOL_Q
WHERE...

How to access SAP table WCFD_ES_BOL_Q

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