PAT10B SAP (OCS Semaphore Extension for Batch Operation) Table details

Dictionary Type: Table
Description: OCS Semaphore Extension for Batch Operation




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




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

PAT10B is a standard SAP Table which is used to store OCS Semaphore Extension for Batch Operation data and is available within R/3 SAP systems depending on the version and release level.

The PAT10B table consists of various fields, each holding specific information or linking keys about OCS Semaphore Extension for Batch Operation data available in SAP. These include SEM_STATE (Status of the OCS Semaphore Entry), JOBNAME (Background job name), JOBCOUNT (Job ID), COMMAND (OCS Command).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP PAT10B 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
OCS_TOOLTransaction Code SYTCODECHAR20Assigned to domainTCODE
SEM_STATEStatus of the OCS Semaphore Entry OCS_STATECHAR1OCS_STATE
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
COMMANDOCS Command OCS_CMDCHAR20OCS_CMD
REPORTName of internal report for batch job BTCREPCHAR40PROGNAME
IMM_START Immediate Start0
SDLSTRTDTPlanned Start Date for Background Job BTCSDATEDATS8SYDATS
SDLSTRTTMPlanned start time for background Job BTCSTIMETIMS6SYTIME
LASTSTRTDTLatest Execution Date for a Background Job BTCLSDATEDATS8SYDATS
LASTSTRTTMLatest Execution Time for Background Job BTCLSTIMETIMS6SYTIME
STATUSStatus of Batch Operation in OCS Transactions PATBSTATECHAR1PATBSTATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM PAT10B
INTO CORRESPONDING FIELDS OF WA_PAT10B
WHERE...

How to access SAP table PAT10B

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