WZRE_S_POSTING_ITEM_INPUT SAP (Posting Data Provided as Input) Structure details

Dictionary Type: Structure
Description: Posting Data Provided as Input




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




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

WZRE_S_POSTING_ITEM_INPUT 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 "Posting Data Provided as Input" 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_ITEM_INPUT TYPE WZRE_S_POSTING_ITEM_INPUT.

The WZRE_S_POSTING_ITEM_INPUT table consists of various fields, each holding specific information or linking keys about Posting Data Provided as Input data available in SAP. These include QUANTITY (Vendor billing document: actual quantity billed), UNIT (Vendor billing document: unit of measure), REF_DOC_TYPE (Agency Business: Document Category of Triggering Document), REF_DOC_NO (Generic document number).. 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_ITEM_INPUT 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
OLDPODocument item of the reference document OLDPO_LFNUMC6NUMC6
QUANTITYVendor billing document: actual quantity billed WFIMGQUAN13(3) MENGE13
UNITVendor billing document: unit of measure WFKMEUNIT3Assigned to domainCUNITMEINS
REF_DOC_TYPEAgency Business: Document Category of Triggering Document WFTYP_VCHAR2WFTYP_V
REF_DOC_NOGeneric document number WZRE_DOC_NOCHAR32WZRE_DOC_NO
REF_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REF_ITEMGeneric item number WZRE_ITEM_NONUMC10WZRE_ITEM_NO
EXT_REF_DOC_TYPEAgency Business: Document Category of Triggering Document WFTYP_VCHAR2WFTYP_V
EXT_REF_DOC_NOExternal document number WZRE_EXT_DOC_NOCHAR32WZRE_DOC_NO
EXT_REF_ITEMExternal item number WZRE_EXT_ITEM_NONUMC10WZRE_ITEM_NO
EXT_REF_LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
EXT_REF_DOC_TYPE2Agency Business: Document Category of Triggering Document WFTYP_VCHAR2WFTYP_V
EXT_REF_DOC_NO2External document number WZRE_EXT_DOC_NO2CHAR32WZRE_DOC_NO
EXT_REF_ITEM2External item number 2 WZRE_EXT_ITEM_NO2NUMC10WZRE_ITEM_NO
EXT_REF_LOGSYS2Logical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
CONTRACTReferencing Contract Number WCONTRACTCHAR10ALPHAWCONTRACT
CONTRACT_ITEMReferencing Contract Item Number WCONTRACT_ITEMNUMC6NUMC6
CONTRACT_TYPEContract Type for Contract Number WCONTRACT_TYPECHAR1WCONTRACT_TYPE
ITEMCATAgency Business: Item Category WSHKZGCHAR1WSHKZG
CURRCurrency of Agency Document WAERLCUKY5Assigned to domainWAERSFWS
LOCAL_CURR_EXTCurrency of Agency Document WAERLCUKY5Assigned to domainWAERSFWS
EXCHANGE_RATEExchange Rate WKURSDEC9(5) EXCRTKURSP
EXCHANGE_RATE_TYPEExchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
SALES_ORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DISTR_CHANNNELDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
PURCH_ORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
PURCH_GRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
VENDORDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
CUSTOMERBill-to party KUNRECHAR10Assigned to domainALPHAKUNNRKUN
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
INPUT_TAXTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
OUTPUT_TAXTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
DATA_CONTAINERData container WZRE_DATA_CONTAINERRSTR0
.INCLU-_HE 0
DUMMY_HE dummy0
.INCLU-_IE 0
DUMMY_IE dummy0

Key field Non-key field



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

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

How to access SAP table WZRE_S_POSTING_ITEM_INPUT

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