VIMIIP SAP (Invoice Items) Table details

Dictionary Type: Table
Description: Invoice Items




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




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

VIMIIP is a standard SAP Table which is used to store Invoice Items data and is available within R/3 SAP systems depending on the version and release level.

The VIMIIP table consists of various fields, each holding specific information or linking keys about Invoice Items data available in SAP. These include SRECHNGNR (Rent Invoice: Invoice Number), SRECHNGJAHR (Calendar Year of the Invoice Number), BUKRS (Company Code), BELNR (Accounting 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP VIMIIP table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SRECHNGNRRent Invoice: Invoice Number VVRECHNGNRNUMC10VVRECHNGNR
SRECHNGJAHRCalendar Year of the Invoice Number VVRECHNGJAHRNUMC4VIMIIHGJAHRGJAHR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
UMSKSSpecial G/L Transaction Type UMSKSCHAR1UMSKS
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
AUGDTClearing Date AUGDTDATS8DATUM
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
ZUONRAssignment Number DZUONRCHAR18ZUONR
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
VERTNContract Number RANLCHAR13ALPHARANLRAN
VERTTContract Type RANTYPCHAR1RANTYP

Key field Non-key field



How do I retrieve data from SAP table VIMIIP using ABAP code

The following ABAP code Example will allow you to do a basic selection on VIMIIP to SELECT all data from the table
DATA: WA_VIMIIP TYPE VIMIIP.

SELECT SINGLE *
FROM VIMIIP
INTO CORRESPONDING FIELDS OF WA_VIMIIP
WHERE...

How to access SAP table VIMIIP

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