WZRE_S_POSTING_PARTNER SAP (Partner) Structure details

Dictionary Type: Structure
Description: Partner




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




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

WZRE_S_POSTING_PARTNER 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 "Partner" 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_S_POSTING_PARTNER TYPE WZRE_S_POSTING_PARTNER.

The WZRE_S_POSTING_PARTNER table consists of various fields, each holding specific information or linking keys about Partner data available in SAP. These include OLDPO (Document item of the reference document), EXT_PARTNER_FUNC (External Partner Function), EXT_PARTNER (External Partner), EXT_PARTNER_TYPE (External Partner 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP WZRE_S_POSTING_PARTNER 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
INTPODocument item of the reference document OLDPO_LFNUMC6NUMC6
OLDPODocument item of the reference document OLDPO_LFNUMC6NUMC6
EXT_PARTNER_FUNCExternal Partner Function WZRE_EXT_PARTNER_FUNCTIONSTRG0
EXT_PARTNERExternal Partner WZRE_EXT_PARTNERSTRG0
EXT_PARTNER_TYPEExternal Partner Type WZRE_EXT_PARTNER_TYPESTRG0
.INCLU-_P 0
OLDNR_PDocument number of the reference document OLDNR_LFCHAR10CHAR10
OLDPO_PDocument item of the reference document OLDPO_LFNUMC6NUMC6
MANDT_PClient MANDTCLNT3T000MANDT
WBELN_PAgency Business: Document Number WBELN_AGCHAR10WBRKALPHAWBELN
POSNR_PAgency business: Document item WPOSNR_LFNUMC6WBRPWPOSNR
PARVW_PPartner Function PARVWCHAR2TPARPARVWPARVWPAR
PARZA_PPartner counter PARZANUMC3PARZA
ERNAM_PName of Person who Created the Object ERNAMCHAR12USNAM
ERDAT_PDate on Which Record Was Created ERDATDATS8DATUM
LIFNR_PReference to other vendor LIFN2CHAR10LFA1ALPHALIFNR
KUNNR_PCustomer number of business partner KUNN2CHAR10KNA1ALPHAKUNNRKUN
DEFPA_PDefault Partner DEFPACHAR1XFELD
PARNR_PNumber of contact person PARNRNUMC10KNVKPARNRVPA
PERNR_PPersonnel Number PERNR_DNUMC8PERNRPER
ADRNR_PAddress ADRNRCHAR10Assigned to domainALPHAADRNR
XCPDK_PIndicator: Is the account a one-time account? XCPDKCHAR1XFELD
STCEG_PVAT Registration Number STCEGCHAR20STCEG
ADRDA_PAddress indicator ADRDACHAR1ADRDA
PLACE_HOLDER_P Not Used0
NAME1_PName NAME1CHAR30TEXT30
NRART_PType of partner number NRARTCHAR2Assigned to domainNRART
PARVW_TEXT_PName VTXTKCHAR20TEXT20
SORT_PCheckbox XFELDCHAR1XFELD
ICON_PARTNER_PIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
ICON_ADDRESS_PIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
UPDKZ_PUpdate indicator UPDKZ_DCHAR1UPDKZ
ENHANCED_PCheckbox XFELDCHAR1XFELD
PARTNER_PPartner number (KUNNR, LIFNR, or PERNR) KUNDE_DCHAR10ALPHAKUNDE

Key field Non-key field



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

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

How to access SAP table WZRE_S_POSTING_PARTNER

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