DIWPS_CR SAP (Work Package Cross-Reference Notification) Table details

Dictionary Type: Table
Description: Work Package Cross-Reference Notification




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




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

DIWPS_CR is a standard SAP Table which is used to store Work Package Cross-Reference Notification data and is available within R/3 SAP systems depending on the version and release level.

The DIWPS_CR table consists of various fields, each holding specific information or linking keys about Work Package Cross-Reference Notification data available in SAP. These include WPID (Revision ID), NOTIFID (Notification No), TL_COUNTER (Task List Counter for Revisions), PARENT_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 DIWPS_CR 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
WPIDRevision ID WPGIDNUMC12DIWPSALPHAWPIDWPG
NOTIFIDNotification No QMNUMCHAR12QMELALPHAQMNUMIQM
TL_COUNTERTask List Counter for Revisions WPTL_COUNTERNUMC8NUMC8
PARENT_PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PARENT_PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PARENT_PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
PARENT_ZAEHLInternal counter CIM_COUNTNUMC8CIM_COUNT
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
ZAEHLInternal counter CIM_COUNTNUMC8CIM_COUNT
NID_SUPTLTask List Counter for Revisions WPTL_COUNTERNUMC8NUMC8
NID_CURTLTask List Counter for Revisions WPTL_COUNTERNUMC8NUMC8
FET_FLGGeneral Indicator for Revisions WPFLGCHAR1WPFLG
EXPLOSION_NOExplosion Number WPEXPLCHAR2CHAR2
ORDER_NOOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
QMEL_ORDER_FLGGeneral Indicator for Revisions WPFLGCHAR1WPFLG
ORDER_STATUS_FLGGeneral Indicator for Revisions WPFLGCHAR1WPFLG
QMARTNotification Type QMARTCHAR2Assigned to domainQMARTQMR
EXCL_FLGGeneral Indicator for Revisions WPFLGCHAR1WPFLG
NO_EXEC_FLGGeneral Indicator for Revisions WPFLGCHAR1WPFLG
ELIMSUBTR_FLGGeneral Indicator for Revisions WPFLGCHAR1WPFLG
DEL_FLGIndicator: delete entry DELFLGCHAR1XFELD
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM DIWPS_CR
INTO CORRESPONDING FIELDS OF WA_DIWPS_CR
WHERE...

How to access SAP table DIWPS_CR

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