WZRE_COMPLAINT_VIEW SAP (Complaints for Display (POWL)) Structure details

Dictionary Type: Structure
Description: Complaints for Display (POWL)




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




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

WZRE_COMPLAINT_VIEW 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 "Complaints for Display (POWL)" 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_WZRE_COMPLAINT_VIEW TYPE WZRE_COMPLAINT_VIEW.

The WZRE_COMPLAINT_VIEW table consists of various fields, each holding specific information or linking keys about Complaints for Display (POWL) data available in SAP. These include POSNR (Document Item to Which the Complaint Refers), CLAIMNUMBER (Complaint Number), CLAIMREASON (AB-CWB: Complaints Reason), CLAIMREASON_TEXT (Text - Complaint Reason).. 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 WZRE_COMPLAINT_VIEW 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
WBELNAgency Invoice Number WZRE_WBELN_FOR_POWLNUMC10ALPHAWZRE_WBELN_FOR_POWL
POSNRDocument Item to Which the Complaint Refers WZRE_POSNR_FOR_POWLNUMC6ALPHAWZRE_POSNR_FOR_POWL
CLAIMNUMBERComplaint Number WZRE_CLAIMNUMBER_FOR_POWLNUMC10ALPHAWZRE_WBELN_FOR_POWL
CLAIMREASONAB-CWB: Complaints Reason CLAIMREASONCHAR10TCWBCRCLAIMREASON
CLAIMREASON_TEXTText - Complaint Reason WZRE_CLAIMREASON_TEXTCHAR40TEXT40
CLAIMSTATUSAB-CWB: Complaints Status CLAIMSTATUSCHAR4TCWBCSCLAIMSTATUS
CLAIMSTATUS_TEXTText - Complaint Status WZRE_CLAIMSTATUS_TEXTCHAR30TEXT30
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
CLOSEDAB-CWB: Complaint Closed on WLF_CWB_CLOSEDDATS8DATE
BLOCKEDAB-CWB: Complaint Is Locked WLF_CWB_BLOCKEDCHAR1XFELD
LIFREDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
LNRZBAgency business: Payee W_LIFZECHAR10Assigned to domainALPHALIFNR
KUNREBill-to party KUNRECHAR10Assigned to domainALPHAKUNNRKUN
KUNRGPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
BEZEI_LIFREName of Invoicing Party WZRE_LIFRE_DESCRCHAR80LINES
BEZEI_LNRZBName of Payment Recipient WZRE_LNRZB_DESCRCHAR80LINES
BEZEI_KUNREName of Invoice Recipient WZRE_KUNRE_DESCRCHAR80LINES
BEZEI_KUNRGName of Payer WZRE_KUNRG_DESCRCHAR80LINES
CLAIMSTATUS_INTAB-CWB: Internal Complaints Status CLAIMSTATUS_INTCHAR1CLAIMSTATUS_INT
LAST_ROLEComplaint Processing: Role WZRE_COMPLAINT_ROLECHAR1WZRE_COMPLAINT_ROLE
BACK_DAYSMaximum Document Age in Days WZRE_BACK_DAYS_COMPLNUMC3WZRE_BACK_DAYS
MAX_HITSMaximum Number of Selectable Entries (No. of Hits) IMA_MAXCOUNTINT410

Key field Non-key field



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

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

How to access SAP table WZRE_COMPLAINT_VIEW

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