PDREQ SAP (Shift Planning: Requirements Matchup) Structure details

Dictionary Type: Structure
Description: Shift Planning: Requirements Matchup




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




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

PDREQ 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 "Shift Planning: Requirements Matchup" 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_PDREQ TYPE PDREQ.

The PDREQ table consists of various fields, each holding specific information or linking keys about Shift Planning: Requirements Matchup data available in SAP. These include EXPAND (Expanded display), MARK (Selection of element to be edited), ORGEH_OBJID (Object ID), ORGEH_SHORT (Object Abbreviation).. 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: Cannot Be Enhanced


SAP PDREQ 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
REQ_OBJIDObject ID OBJEKTIDNUMC8NUM08PON
EXPANDExpanded display EXPAFLAGCHAR1SYCHAR01
MARKSelection of element to be edited CUA_CHOICECHAR1CUA_CHOICE
ORGEH_OBJIDObject ID OBJEKTIDNUMC8NUM08PON
ORGEH_SHORTObject Abbreviation SHORT_DCHAR12TEXT12
ORGEH_STEXTObject Name STEXTCHAR40TEXT40
JOB_OBJIDObject ID OBJEKTIDNUMC8NUM08PON
JOB_SHORTObject Abbreviation SHORT_DCHAR12TEXT12
JOB_STEXTObject Name STEXTCHAR40TEXT40
BEGIN_TIMEStart time of a shift BEGTIMETIMS6TIMES
END_TIMEEnd time of a shift ENDTIMETIMS6TIMES
SHIFTShift abbreviation for Shift Planning DAYPROGCHAR4T77EDDAYPROG
SHIFT_TEXTShift description DIENSTTEXTCHAR20TEXT20
ACTUAL_REQCurrent requirements coverage for a shift ACTUAL_REQNUMC4NUM4
NORM_REQTarget Number of Employees Needed for Personnel Requirement NORMALNUMC4NUM4
MIN_REQMinimum Number of Employees Needed for Personnel Requirement MINIMUMNUMC4NUM4
MAX_REQMaximum Number of Employees Needed for Personnel Requirement MAXIMUMNUMC4NUM4
QUAL_EXISTIndicator that qualifications are needed in requirements QUAL_EXISTCHAR8ICON_INT
REQ_MATCHUPResult of requirements matchup in Shift Planning REQ_MATCHUPCHAR8ICON_INT
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
NAMEObject Name STEXTCHAR40TEXT40
SHIFTGROUPShift group for organizational units DIENSTGRCHAR10T77DBDIENSTGR
ADDWORKID: Employee can also cover this requirement ADDWORKCHAR1PROPERTY
REQMTTXTComments REQMTTXTCHAR40TEXT40
ORG_TYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
ZELLE01Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE02Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE03Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE04Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE05Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE06Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE07Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE08Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE09Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE10Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE11Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE12Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE13Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE14Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE15Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE16Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE17Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE18Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE19Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE20Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE21Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE22Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE23Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE24Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
ZELLE25Shift time of employee in shift plan LABOURTIMECHAR5CHAR5
COMPLEX_REQIndicator for extended requirement record WFP_COMPLEX_REQCHAR8ICON_INT

Key field Non-key field



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

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

How to access SAP table PDREQ

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