DIWPS_NOTI_PCOMP SAP (Table for Partically Completed Notifications) Table details

Dictionary Type: Table
Description: Table for Partically Completed Notifications




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




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

DIWPS_NOTI_PCOMP is a standard SAP Table which is used to store Table for Partically Completed Notifications data and is available within R/3 SAP systems depending on the version and release level.

The DIWPS_NOTI_PCOMP table consists of various fields, each holding specific information or linking keys about Table for Partically Completed Notifications data available in SAP. These include QMNUM (Notification No), PLNTY (Task List Type), PLNNR (Key for Task List Group), PLNAL (Group Counter).. 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: Cannot Be Enhanced


SAP DIWPS_NOTI_PCOMP 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
QMNUMNotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
PLNKNNumber of the task list node PLNKNNUMC8KNTNR
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
RECREATEIndicator: Recreate DIWPS_RECREATECHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM DIWPS_NOTI_PCOMP
INTO CORRESPONDING FIELDS OF WA_DIWPS_NOTI_PCOMP
WHERE...

How to access SAP table DIWPS_NOTI_PCOMP

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