WLF_DISPATCHER_PARAMETERS SAP (Parameters for Dispatcher) Structure details

Dictionary Type: Structure
Description: Parameters for Dispatcher




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




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

WLF_DISPATCHER_PARAMETERS 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 "Parameters for Dispatcher" 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_WLF_DISPATCHER_PARAMETERS TYPE WLF_DISPATCHER_PARAMETERS.

The WLF_DISPATCHER_PARAMETERS table consists of various fields, each holding specific information or linking keys about Parameters for Dispatcher data available in SAP. These include PARTNER_SEL_ONLY (Checkbox), REPID (Name of Job to be submitted), WDTYP_SD (Agency Business: Document Category), WDTYP_FD (Agency Business: Document Category).. 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: Can Be Enhanced (Deep)


SAP WLF_DISPATCHER_PARAMETERS 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
PARTNERField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
PARTNER_SEL_ONLYCheckbox XFELDCHAR1XFELD
REPIDName of Job to be submitted WLF_REPID_SUBMITCHAR40PROGNAME
WDTYP_SDAgency Business: Document Category DOCTYPECHAR1DOCTYPE
WDTYP_FDAgency Business: Document Category DOCTYPECHAR1DOCTYPE
SIMULATIONOnly Simulate Scheduling WLF_DISPATCHER_SIMULATECHAR1XFELD
MONITOR_JOBSMonitor Jobs WLF_MONITOR_JOBSCHAR1XFELD
MONITOR_TIMEMax. Monitoring Period (Min) WLF_MAX_MONITORING_PERIODNUMC3NUMC3
MONITOR_INTERVDatabase Access Interval (in Sec) WLF_DB_ACCESS_INTERVALLNUMC3NUMC3
PREFIX_JOBNAMEJob Name Prefix WLF_PREFIX_JOBNAMECHAR20WLF_PREFIX_JOBNAME
JOB_USER_PRINTAuthorization for Print WLF_JOB_USER_PRINTCHAR12SYCHAR12
START_IMMEDIATEStart Job immediately WLF_JOB_START_IMMEDIATELYCHAR1XFELD
START_DATEPlanned Start Date for Background Job BTCSDATEDATS8SYDATS
START_TIMEPlanned start time for background Job BTCSTIMETIMS6SYTIME
START_EVENTStart After Event WLF_START_AFTER_EVENTCHAR1XFELD
START_EVENTIDBackground Processing Event BTCEVENTIDCHAR32CHAR32
START_EVENTPABackground Event Parameters (Such as, Jobname/Jobcount) BTCEVTPARMCHAR64TEXT64
JOB_USERUser Name WLF_JOB_USERCHAR12Assigned to domainXUBNAME
SERVER_NAMEServer name BTCSRVNAMECHAR20TEXT20
SERVER_GROUPServer Group Name Background Processing BPSRVGRPCHAR20CHAR20
SPLIT_PARTNER1 Job for n Partners WLF_JOBS_FOR_PARTNERCHAR1XFELD
SPLIT_PARTNERPJNumber of Partners / Job WLF_NUMBER_PARTNERS_FOR_JOBNUMC3NUMC3
SPLIT_DOC1 Job for n Documents WLF_JOBS_FOR_DOCUMENTSCHAR1XFELD
SPLIT_DOCPJNumber of Documents / Job WLF_NUMBER_DOCUMENTS_FOR_JOBNUMC4NUMC4
SPLIT_JOBSCreate n Jobs WLF_CREATE_N_JOBSCHAR1XFELD
SPLIT_JOBS_NMBRNumber of Jobs WLF_NUMBER_OF_JOBSNUMC3NUMC3
NO_JOBAB: Dispatcher: Without Job WLF_DISPATCHER_NO_JOBCHAR1XFELD
ERROR_NO_DOCSError - No Documents Selected WLF_ERROR_NO_DOCS_SELECTEDCHAR1XFELD
CHECK_CONSISTCheck Document Consistency WLF_DISP_CHECK_CONSISTENCYCHAR1XFELD
FIELD_WBELNSelction Field for 'WBELN' WLF_FIELD_SELECT_WBELNCHAR10FIELD
FIELD_PARTNERSelection Fields for Partner WLF_FIELD_SELECT_PARTNERCHAR10FIELD
.INCLU-_SD 0
RFBSK_SD 0
TOLERANCE_SDTolerance Check of Incorrect Documents WLF_TOLERANCE_INCORRECT_DOCSDEC4(1) AM_PPERC
OUTPUT_ERR_SDOutput Incorrect Documents WLF_OUTPUT_INCORRECT_DOCSCHAR1XFELD
DISVARIANT_SDLayout SLIS_VARICHAR12SLIS_VARI
SETTL_STAT_V_SD 0
SETTL_STAT_C_SD 0
CHECK_WBRR_SDCheck consistency remuneration list index WLF_DISPATCHER_CHECK_WBRRCHAR1XFELD
.INCLU-_FD 0
RFBSK_FD 0
TOLERANCE_FDTolerance Check of Incorrect Documents WLF_TOLERANCE_INCORRECT_DOCSDEC4(1) AM_PPERC
OUTPUT_ERR_FDOutput Incorrect Documents WLF_OUTPUT_INCORRECT_DOCSCHAR1XFELD
DISVARIANT_FDLayout SLIS_VARICHAR12SLIS_VARI
SETTL_STAT_V_FD 0
SETTL_STAT_C_FD 0
CHECK_WBRR_FDCheck consistency remuneration list index WLF_DISPATCHER_CHECK_WBRRCHAR1XFELD
LOCK_ALL_DOCSBlock all Documents SPERRENZRCHAR1X
RRLPAAB-RRLE: Remuneration List Partner RRLPACHAR1RRLPA
RRLCGAB-RRLE: Condition Type Group RRLCGCHAR4Assigned to domainALPHARRLCG
RL_AB_RELCheckbox XFELDCHAR1XFELD
RL_FI_RELCheckbox XFELDCHAR1XFELD
RL_SD_RELCheckbox XFELDCHAR1XFELD
D_INVDAAgency business: Posting date WFDATDATS8DATUM
MAX_JOBSMaximum of parallel jobs WLF_MAX_PARALLEL_JOBSNUMC3NUMC3

Key field Non-key field



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

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

How to access SAP table WLF_DISPATCHER_PARAMETERS

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