SUPP_IVD_DATA SAP (Information on Invoice Documents of a Purchase Order) Structure details

Dictionary Type: Structure
Description: Information on Invoice Documents of a Purchase Order




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




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

SUPP_IVD_DATA 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 "Information on Invoice Documents of a Purchase Order" 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_SUPP_IVD_DATA TYPE SUPP_IVD_DATA.

The SUPP_IVD_DATA table consists of various fields, each holding specific information or linking keys about Information on Invoice Documents of a Purchase Order data available in SAP. These include INV_DOC_NO (Document Number of an Invoice Document), INVOICE_STATUS (Invoice document status), IVD_PO_ITEM (Item Number of Purchasing Document), IVD_TYPE (Transaction of an Invoice Doc. (Additionally w. Del. Costs)).. 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 SUPP_IVD_DATA 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
SORT_NRCounter BAPI_BP_COUNTERNUMC4BP_COUNTER
INV_DOC_NODocument Number of an Invoice Document RE_BELNRCHAR10ALPHABELNRRBN
INVOICE_STATUSInvoice document status RBSTATCHAR1RBSTAT
IVD_PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
IVD_TYPETransaction of an Invoice Doc. (Additionally w. Del. Costs) MRM_VORGANG_2CHAR1MRM_VORGANG_2
DOC_DATEDocument Date in Document BLDATDATS8DATUM
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PSTNG_DATEPosting Date in the Document BUDATDATS8DATUM
ENTRY_DATEDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
ENTRY_TIMETime of Entry CPUTMTIMS6UZEIT
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GROSS_AMNTGross Invoice Amount in Document Currency BAPI_RMWWRDEC23(4) BAPICURR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
DIFF_INVDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
REF_DOC_NOReference Document Number XBLNRCHAR16XBLNR
HEADER_TXTDocument Header Text BKTXTCHAR25TEXT25
PERSON_EXTEntered by external system user ERNAMECHAR12SBNAM
REF_DOC_NO_LONGReference Document Number (for Dependencies see Long Text) XBLNR_LONGCHAR35XBLNR_LONG
DOC_TYPEDocument Type BLARTCHAR2Assigned to domainBLARTBAR

Key field Non-key field



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

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

How to access SAP table SUPP_IVD_DATA

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