WSOJOB SAP (Definition of Jobs for Assigning a Plant to an Assortment) Table details

Dictionary Type: Table
Description: Definition of Jobs for Assigning a Plant to an Assortment




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




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

WSOJOB is a standard SAP Table which is used to store Definition of Jobs for Assigning a Plant to an Assortment data and is available within R/3 SAP systems depending on the version and release level.

The WSOJOB table consists of various fields, each holding specific information or linking keys about Definition of Jobs for Assigning a Plant to an Assortment data available in SAP. These include JNAME (Name of Job for Asynchronous Posting in Listing), JTYPE (Type of Job Processing), SERVER_GRP (Name of Logon/Server Group for Parallel Processing), MAX_TASKS (Maximum Number of Parallel Processes).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP WSOJOB 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 MANDTCLNT3T000MANDT
JNAMEName of Job for Asynchronous Posting in Listing WSO_JOBNAMECHAR32WSO_JOBNAMEWSO_JOBWSOJOB
JTYPEType of Job Processing WSOJTYPECHAR1WSOJTYPE
SERVER_GRPName of Logon/Server Group for Parallel Processing WJDSERVERGRPCHAR20RZLLITABRZLLI_ACN
MAX_TASKSMaximum Number of Parallel Processes WSL_MAXTNUMC4NUMC4
MAX_ARTIKELMaximum Number of Materials per Process WSOR_MAX_ARTIKELNUMC5NUMC5
JSTATUSJob Status WSO_JOBSTATUSCHAR1WSO_JOBSTATUS
CHANGEDOCUIdentifies whether change documents should be created W_CHANGEDOCUCHAR1XFELD
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSOJOB
INTO CORRESPONDING FIELDS OF WA_WSOJOB
WHERE...

How to access SAP table WSOJOB

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