DIWPS_RV_CRD SAP (Revision: Cross-Reference Notification Dialog Structure) Structure details

Dictionary Type: Structure
Description: Revision: Cross-Reference Notification Dialog Structure




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




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

DIWPS_RV_CRD 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 "Revision: Cross-Reference Notification Dialog Structure" 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_DIWPS_RV_CRD TYPE DIWPS_RV_CRD.

The DIWPS_RV_CRD table consists of various fields, each holding specific information or linking keys about Revision: Cross-Reference Notification Dialog Structure data available in SAP. These include MANDT (Client), IWERK (Maintenance Planning Plant), WPID (Revision for Plant Maintenance and Customer Service), NOTIFID (Notification No).. 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 DIWPS_RV_CRD 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
SEL_FLGGeneral Indicator for Revisions WPFLGCHAR1WPFLG
MANDTClient MANDTCLNT3T000MANDT
IWERKMaintenance Planning Plant IWERKCHAR4T399IWERKSIWK
WPIDRevision for Plant Maintenance and Customer Service REVNICHAR8T352RREVNI
NOTIFIDNotification No QMNUMCHAR12QMELALPHAQMNUMIQM
TL_COUNTERTask List Counter for Revisions WPTL_COUNTERNUMC8NUMC8
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
ZAEHLInternal counter CIM_COUNTNUMC8CIM_COUNT
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
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
TMSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
AEDATChanged On AEDATDATS8DATUM
REF_OBJECTTechnical Reference Object for Notification WPREF_OBJECTCHAR30CHAR30
ARCH_ORDEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR

Key field Non-key field



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

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

How to access SAP table DIWPS_RV_CRD

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