WZRE_AB_DOC_VIEW SAP (Agency Business Documents for the Display (POWL)) Structure details

Dictionary Type: Structure
Description: Agency Business Documents for the Display (POWL)




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




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

WZRE_AB_DOC_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 "Agency Business Documents for the 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_AB_DOC_VIEW TYPE WZRE_AB_DOC_VIEW.

The WZRE_AB_DOC_VIEW table consists of various fields, each holding specific information or linking keys about Agency Business Documents for the Display (POWL) data available in SAP. These include XBLNR (Reference Document Number), ZUONR (Assignment Number), BEZEI_LIFRE (Address line), BEZEI_LNRZB (Address line).. 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_AB_DOC_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
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
ZUONRAssignment Number DZUONRCHAR18ZUONR
BEZEI_LIFREAddress line LINESCHAR80LINES
BEZEI_LNRZBAddress line LINESCHAR80LINES
NETWRDAgency value: Net Value in Document Currency (Customer-Side) NETWRD_LFCURR15(2) WERTV8
BRTWRDAgency Business: Gross Value of Doc.Currency (Customr-Side) BRTWRD_LFCURR15(2) WERTV8
WAERLCurrency of Agency Document WAERLCUKY5Assigned to domainWAERSFWS
ZBD1TDCash Discount Period for Customer WZBD1TDDEC3ZBDXT
ZBD1PDCash discount percentage 1 customer WZBD1PDDEC5(3) PRZ23
ZBD2TDCash discount period 2 customer WZBD2TDDEC3ZBDXT
ZBD2PDCash Discount Percentage 2 Customer WZBD2PDDEC5(3) PRZ23
ZBD3TDDeadline for Customer Net Condition WZBD3TDDEC3ZBDXT
RFBSK_TEXT Status for Transfer to Accounting0
FKSTOBilling document is cancelled FKSTOCHAR1XFELD
LFAKSAgency business: cancelled (reversed) document LFAKSCHAR10Assigned to domainALPHAWBELN
BEZEI_KUNREAddress line LINESCHAR80LINES
BEZEI_KUNRGAddress line LINESCHAR80LINES
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
WFDATAgency business: Posting date WFDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
ZTERMDTerms of Payment Key for Customer WZTERMDCHAR4ZTERM
VALTGDAdditional Value Days (Customer) WVALTDNUMC2TAGE2
VALDTDFixed Value Date (Customer) WVALDDDATS8DATUM
LIFREDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
LNRZBAgency business: Payee W_LIFZECHAR10Assigned to domainALPHALIFNR
KUNREBill-to party KUNRECHAR10Assigned to domainALPHAKUNNRKUN
KUNRGPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
RFBSKStatus for transfer to accounting WFBSKCHAR1WFBSK
BACK_DAYSMaximum Document Age in Days WZRE_BACK_DAYSNUMC3WZRE_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_AB_DOC_VIEW using ABAP code?

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

How to access SAP table WZRE_AB_DOC_VIEW

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