PDS_OPER SAP (PDS Data for Operations and Dependent Data) Table details

Dictionary Type: Table
Description: PDS Data for Operations and Dependent Data




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




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

PDS_OPER is a standard SAP Table which is used to store PDS Data for Operations and Dependent Data data and is available within R/3 SAP systems depending on the version and release level.

The PDS_OPER table consists of various fields, each holding specific information or linking keys about PDS Data for Operations and Dependent Data data available in SAP. These include GUID (Globally Unique Identifier), GUID_OPER (Globally Unique Identifier), PLANNR (Key for Task List Group), PLNTY (Task List Type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PDS_OPER 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
GUIDGlobally Unique Identifier GUIDRAW16
GUID_OPERGlobally Unique Identifier GUIDRAW16
PLANNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNKNNumber of the task list node PLNKNNUMC8KNTNR
IDENT_REFCHAR08 CHAR08CHAR8CHAR08
IDENTCHAR08 CHAR08CHAR8CHAR08
ACTTYPEActivity Type for PDS PDS_ACTTYPECHAR1PDS_ACTTYPE
ZAEHLInternal counter CIM_COUNTNUMC8CIM_COUNT
KAPIDCapacity ID KAPIDNUMC8Assigned to domainKAPID
VPLTYType of the referenced task list VPLNTYCHAR1Assigned to domainPLNTY
VPLNRGroup of the referenced task list VPLNNRCHAR8ALPHAPLNNR
HERKUNFTRouting Source PDS_HERKUNFTCHAR1PDS_HERKUNFT
ARBIDObject ID OBJEKTIDNUMC8NUM08PON
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
BLP_RELBlock Planning Relevance BLP_RELCHAR1BLP_REL
BCONS_FIXBucket Resource Consumption (Fixed) BCONS_FIXQUAN13BCONS_FIX
BCONS_VARBucket Resource Consumption (Variable) BCONS_VARQUAN13BCONS_VAR
BUNITUnit for Bucket Consumption PDS_BUNITUNIT3PDS_BUNIT
MODE_RELMode Linkage Type in SCM PDSMAINT_MODE_RELCHAR1PDSMAINT_MODE_REL
MODE_PRIOMode Priority in SCM PDSMAINT_MODE_PRIOCHAR1PDSMAINT_MODE_PRIO
DURFIXFixed Mode Duration for PDS PDS_DURFIXQUAN13PDS_DURFIX
UNITUnit UNITUNIT3CUNITEINHEIT
CREATE_USERUser Name SYUNAMECHAR12SYCHAR12
CREATE_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGE_USERUser Name SYUNAMECHAR12SYCHAR12
CHANGE_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
MAX_SH_BRKMaximum Duration of a Short Break CIFSHRTBRKINT410CIFTIMEDIF
MAX_SH_BRK_VALIDCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM PDS_OPER
INTO CORRESPONDING FIELDS OF WA_PDS_OPER
WHERE...

How to access SAP table PDS_OPER

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