SEFS_QUEUE_PARAM SAP (Index Queue Settings Regarding Crawl Actions) Table details

Dictionary Type: Table
Description: Index Queue Settings Regarding Crawl Actions




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




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

SEFS_QUEUE_PARAM is a standard SAP Table which is used to store Index Queue Settings Regarding Crawl Actions data and is available within R/3 SAP systems depending on the version and release level.

The SEFS_QUEUE_PARAM table consists of various fields, each holding specific information or linking keys about Index Queue Settings Regarding Crawl Actions data available in SAP. These include CRAWL_RUN_MODE (Crawl Action), SCHEDULE_TIME (Schedule Time), SCHEDULE_MAX_DOC (Schedule Maximum Documents), TRANSM_BULK_SIZE (Transmit Bulk Size).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SEFS_QUEUE_PARAM 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
CRAWL_RUN_MODECrawl Action SEFS_D_QUEUE_CRAWL_RUN_MODENUMC1SEFS_QUEUE_CRAWL_RUN_MODE
SCHEDULE_TIMESchedule Time SEFS_D_QUEUE_SCHEDULE_TIMECHAR20SEFS_QUEUE_SCHEDULE_TIME
SCHEDULE_MAX_DOCSchedule Maximum Documents SEFS_D_QUEUE_SCHEDULE_MAX_DOCSINT410SEFS_QUEUE_SCHEDULE_MAX_DOCS
TRANSM_BULK_SIZETransmit Bulk Size SEFS_D_QUEUE_TRANSMI_BULK_SIZEINT410SEFS_QUEUE_TRANSMI_BULK_SIZE
SYNCH_BULK_SIZESynchronize Bulk Size SEFS_D_QUEUE_SYNCH_BULK_SIZEINT410SEFS_QUEUE_SYNCH_BULK_SIZE

Key field Non-key field



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

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

SELECT SINGLE *
FROM SEFS_QUEUE_PARAM
INTO CORRESPONDING FIELDS OF WA_SEFS_QUEUE_PARAM
WHERE...

How to access SAP table SEFS_QUEUE_PARAM

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