VIMIIH SAP (Invoice Header) Table details

Dictionary Type: Table
Description: Invoice Header




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




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

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

The VIMIIH table consists of various fields, each holding specific information or linking keys about Invoice Header data available in SAP. These include SRECHNGNR (Rent Invoice: Invoice Number), SRECHNGJAHR (Calendar Year of the Invoice Number), BUKRS (Company Code), PARTNR (Business Partner 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 or numeric)


SAP VIMIIH 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 VVRECHNGJAHRNUMC4GJAHRGJAHR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PARTNRBusiness Partner Number BP_PARTNRCHAR10BP000ALPHABP_PARTNRBPN
KUNNR_PCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
ADR_REFAddress ID BP_ADR_REFCHAR10TP14BP_ADR_REFADK
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
DINVFROMStart Date for Due Period of Open Items VVDINVFROMDATS8DDAT
DINVTOEnd Date for Due Period of Open Items VVDINVTODATS8DDAT
CREDCHClear credit memo items? RECPCREDCHCHAR1XFELD
INVALLOPENITEMSAlso print open items that have already been invoiced RECPINVALLOPENITEMSCHAR1XFELD
INVCOLLECTGrouping option: group invoices for each ... RECPINVCOLLECTCHAR1RECPINVCOLLECT
INVPERIODGrouping option: divide up invoices for each ... RECPINVPERIODCHAR1RECPINVPERIOD
DRUCKDTMPrint date for letters in Real Estate Management DRUCKDTMDATS8DATS
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
INVCOUNTCNNo. of contracts RECPCOUNTCNINT410
ALTPAYERDoes business partner act as alternative payer? RECPALTPAYERCHAR1XFELD
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
REHERSource of initial entry REHERCHAR10CHAR10
RBEAREmployee ID RBEARCHAR12SYCHAR12
DBEARLast Edited on DBEARDATS8DATUM
TBEARLast Edited at TBEARTIMS6TIMES
RBHEREditing Source RBHERCHAR10CHAR10
RQIDENTSpool number RQIDENTCHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIMIIH
INTO CORRESPONDING FIELDS OF WA_VIMIIH
WHERE...

How to access SAP table VIMIIH

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