LFVI9 SAP (SAPLFVI9 - Screen-only fields) Structure details

Dictionary Type: Structure
Description: SAPLFVI9 - Screen-only fields




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




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

LFVI9 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 "SAPLFVI9 - Screen-only fields" 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_LFVI9 TYPE LFVI9.

The LFVI9 table consists of various fields, each holding specific information or linking keys about SAPLFVI9 - Screen-only fields data available in SAP. These include WENR (Site Number), GRNR (Property Number for BE), GENR (Building Number), MENR (Number of Rental Unit).. 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 (character-type or numeric)


SAP LFVI9 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
GRNRProperty Number for BE SGRNRCHAR8Assigned to domainSGRNRSGRNRGRSMCGR
GENRBuilding Number SGENRCHAR8Assigned to domainSGENRSGENRGEBMCGE
MENRNumber of Rental Unit SMENRCHAR8Assigned to domainSMENRSMENRMEHMCME
NKSLService Charge Key SNKSLCHAR4Assigned to domainALPHASNKSLNKLREFXCLSNKSL
EMPSLSettlement Unit SEMPSLCHAR5Assigned to domainALPHASEMPSLEMPMCEM
MIVELease-Out Number SMIVECHAR13ALPHAVVSMIVEMIVMRTA
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
DABRBEZReference Date for Settlement DABRBEZDATS8DDAT
POPTSATZReal estate option rate POPTSATZDEC9(6) POPTSATZ
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ISOCDISO currency code ISOCDCHAR3ISOCD
WMWSTTax amount in document currency WMWSTCURR13(2) WERT7
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
NABFWInput tax amount cannot be deducted NABFWCURR13(2) WERTV7
ABZFWDeductible input tax amount ABZFWCURR13(2) WERTV7
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
SBERICorrection item number SBERICHAR10Assigned to domainALPHASBERIBEB
SNKSService Charge Collector Number SNKSCHAR22Assigned to domainJ_OBJNR
PVORSATZOLD, do not use !!! PVORSATZDEC5(2) DEC3_2
BUDATPosting Date in the Document BUDATDATS8DATUM
OBJ_TXTCharacter field of length 40 CHAR40CHAR40CHAR40
SVWNRManagement Contract Number VVSVWNRCHAR13Assigned to domainALPHAVVSVWNRVWVMCVW
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
VVIMKOBObjects for Real Estate IMKEY (as from Rel. 3.0) VVIMKOBCHAR2Assigned to domainVVIMKOB
E_MIVEContract No. of Collective Lease-Outs VVESMIVECHAR13ALPHAVVSMIVEMVE
RECNNRReal Estate Contract Number RECNNRCHAR13ALPHARECNNRRECNNR
RECNTYPEExternal Real Estate contract type SMVARTCHAR4Assigned to domainSMVARTRECNTYPE

Key field Non-key field



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

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

How to access SAP table LFVI9

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