WOD20001 SAP (Control Parameters for Online Planning in the Workplace) Structure details

Dictionary Type: Structure
Description: Control Parameters for Online Planning in the Workplace




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




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

WOD20001 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 "Control Parameters for Online Planning in the Workplace" 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_WOD20001 TYPE WOD20001.

The WOD20001 table consists of various fields, each holding specific information or linking keys about Control Parameters for Online Planning in the Workplace data available in SAP. These include WOD2TOGE (Display worklist and application together), WOD2ZWBI (Call online planning with separate screen), WOD2SOR1 (Sort Method for Worklist), WOD2ORDER (Display sequence).. 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 (character-type or numeric)


SAP WOD20001 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
WOD2SHOWDisplay application WOD2SHOWCHAR1XCHAR
WOD2TOGEDisplay worklist and application together WOD2TOGECHAR1XCHAR
WOD2ZWBICall online planning with separate screen WOD2ZWBICHAR1XCHAR
WOD2SOR1Sort Method for Worklist WOD2SOR1CHAR2WOD2SOR1
WOD2ORDERDisplay sequence WOD2ORDERCHAR2CHAR2
WOD2HEADDisplay title WOD2HEADCHAR1XCHAR
WOD2HORIZONTHorizon WOD2HORIZONTNUMC2NUM2
WOD2LTSSPLITTCreation of a PO for Each Vendor Subrange WOD2LTSSPLITTCHAR1XCHAR
WOD2SHOWPDisplay Restriction Profile WOD2SHOWPCHAR1XCHAR
WOD2SOR2Sort Method for Online Planning WOD2SOR2CHAR2WOD2SOR2
WOD2UPBRWUpper range of coverage limit in online planning WOD2UPBRWDEC5(2) DEC03_2
WOD2KZKONNRControl Indicator for Contracts in Online Planning WOD2KZKONNRCHAR1WOD2KZKONNR
WOD2KZRELIFArticle Selection Observes the Regular Vendor Indicator WOD2KZRELIFCHAR1CHAR1_X
WOD2KZFOREKGRPAlso Find Purchase Orders for Alternative Purchasing Groups WOD2KZFOREKGRPCHAR1CHAR1_X
WOD2CAPAOnly Disp. Incorrect Gds Rcpt Capacity Check Purchase Orders WOD2CAPACHAR1XCHAR

Key field Non-key field



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

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

How to access SAP table WOD20001

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