PRSEQD SAP (ACT Additional Data for SEQ Relationships) Structure details

Dictionary Type: Structure
Description: ACT Additional Data for SEQ Relationships




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




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

PRSEQD 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 "ACT Additional Data for SEQ Relationships" 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_PRSEQD TYPE PRSEQD.

The PRSEQD table consists of various fields, each holding specific information or linking keys about ACT Additional Data for SEQ Relationships data available in SAP. These include COVER_FLG (Continual Resource Load), COUPLE_TYPE (Type of Mode Linkage), MATFLOW (Aggregate Scrap), TUNIT_MIN (Time Unit for Minimum Interoperation Time).. 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 PRSEQD 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
CRTYPERelationship PPE_CRTYPECHAR1PPE_CRTYPE
COVER_FLGContinual Resource Load PPE_COVER_FLGCHAR1XFELD
COUPLE_TYPEType of Mode Linkage PPE_MODECOUPLECHAR1PPE_MODECOUPLE
MATFLOWAggregate Scrap PPE_MATERIAL_FLOWCHAR1XFELD
TUNIT_MINTime Unit for Minimum Interoperation Time PPE_TUNIT_MINUNIT3Assigned to domainCUNITMEINSPPE_TIMEUNIT
TUNIT_MAXTime Unit for Maximum Interoperation Time PPE_TUNIT_MAXUNIT3Assigned to domainCUNITMEINSPPE_TIMEUNIT
TUNIT_AVGTime Unit for Average Interoperation Time for Infinite Plng PPE_TUNIT_AVGUNIT3Assigned to domainCUNITMEINSPPE_TIMEUNIT
TUSE_MINUse the Minimum Interoperation Time PPE_USE_MIN_TIMECHAR1XFELD
TUSE_MAXUse the Maximum Interoperation Time PPE_USE_MAX_TIMECHAR1XFELD
SCHED_BY_SUCCSchedule Intervals According to Resource of Next Activity PPE_SCHED_BY_SUCCCHAR1XFELD
TRTIME_MINMinimum Interoperation Time PPE_SEQTIME_MINQUAN13(3) MENG13V
TRTIME_MAXMaximum Interoperation Time PPE_SEQTIME_MAXQUAN13(3) MENG13V
TRTIME_AVGAverage Interoperation Time PPE_SEQTIME_INFQUAN13(3) MENG13V
ADD_CONSTRIndicator for Additional Relationships PPE_ADD_SEQCHAR1PPE_XFIELD

Key field Non-key field



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

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

How to access SAP table PRSEQD

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