VILIC SAP (ICI Historical Data) Table details

Dictionary Type: Table
Description: ICI Historical Data




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




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

VILIC is a standard SAP Table which is used to store ICI Historical Data data and is available within R/3 SAP systems depending on the version and release level.

The VILIC table consists of various fields, each holding specific information or linking keys about ICI Historical Data data available in SAP. These include INTRENO (Internal Real Estate Master Data Code), ANFIS (Fiscal Year), DTVAL (Validity date), BUKRS (Company Code).. 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 VILIC 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
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
ANFISFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DTVALValidity date VVLICDTVALDATS8DATS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SWENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
SMENRNumber of Rental Unit SMENRCHAR8Assigned to domainSMENRSMENRMEHMCME
SGRNRProperty Number for BE SGRNRCHAR8Assigned to domainSGRNRSGRNRGRSMCGR
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
DTFINEnd period date VVLICDTFINDATS8DATS
ICVALICI value VVLICICVALCURR13(2) WRTV7
ORT01Ort VVLICORT01CHAR35VVLICORT01
ZOCENCensus Area VVLICZOCENCHAR2VVLIC2
ALCOMCounty rate VVLICALCOMDEC5(2) DEC03_2
ESATTName of the ICI collector VVLICESATTCHAR60DDTEXT
CCNROC/C number VVLICCCNROCHAR10CHAR010
IDCATCategory ID VVLICIDCATCHAR4TIVLICTGVVLIC4
COFCACategory coefficient VVLICCOFCADEC5(2) DEC03_2
IDCLAClass ID VVLICIDCLACHAR2TIVLICLAVVLIC2
COFRERegional Coefficient VVLICCOFREDEC5(2) DEC03_2
COFRIRevaluation Coefficient VVLICCOFRIDEC5(2) DEC3_2
TPCALCalculation type VVLICTPCALCHAR2VVLICTPCAL
CORUSUse grouping code VVLICCORUSCHAR2TIVLICRUVVLIC2
RENBABasic Cadastral revenue VVLICRENBACURR13(2) WRTV7
RENCACadastral revenue VVLICRENCACURR13(2) WRTV7
VAVENSelling value for building areas VVLICVAVENCURR13(2) WRTV7
REDOMDomain revenue VVLICREDOMCURR13(2) WRTV7
VAIMMD-Building value VVLICVAIMMCURR13(2) WRTV7
BASVLBasic value VVLICBASVLCURR13(2) WRTV7
BASIMTaxable amount VVLICBASIMCURR13(2) WRTV7
MEPOSMonths of ownership VVLICMEPOSNUMC2NUMC02
PEPOSPercentage of ownership VVLICPEPOSDEC5(2) DEC03_2
MEESCMonths of exclusion VVLICMEESCNUMC2NUMC02
VEDETPossible detraction value VVLICVEDETCURR13(2) WRTV7
PEDETDetraction percentage VVLICPEDETDEC5(2) DEC03_2
AUPERRaising percentage VVLICAUPERDEC5(2) DEC03_2
DTPRIFirst payment deadline VVLICDTPRIDATS8DATS
VLPRIFirst instalment value VVLICVLPRICURR13(2) WRTV7
DEPRIFirst instalment detractions VVLICDEPRICURR13(2) WRTV7
FLPRIFlag 1st instalment payment VVLICFLPRICHAR1XFELDLUK
ACCONDown payment VVLICACCONCURR13(2) WRTV7
DTSECSecond payment deadline VVLICDTSECDATS8DATS
VLSECSecond instalments value VVLICVLSECCURR13(2) WRTV7
DESECSecond instalment detractions VVLICDESECCURR13(2) WRTV7
SALDOBalance VVLICSALDOCURR13(2) WRTV7
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
BLDATDocument Date in Document BLDATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM VILIC
INTO CORRESPONDING FIELDS OF WA_VILIC
WHERE...

How to access SAP table VILIC

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