VIVW09 SAP (Postings for management costs settlements) Table details

Dictionary Type: Table
Description: Postings for management costs settlements




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




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

VIVW09 is a standard SAP Table which is used to store Postings for management costs settlements data and is available within R/3 SAP systems depending on the version and release level.

The VIVW09 table consists of various fields, each holding specific information or linking keys about Postings for management costs settlements data available in SAP. These include BUKRS_VW (Company code of property manager), SVWNR (Management Contract Number), BUKRS (Company Code), SEVNR (Event 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 VIVW09 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
BUKRS_VWCompany code of property manager VVBUKRSVWCHAR4Assigned to domainBUKRSBVW
SVWNRManagement Contract Number VVSVWNRCHAR13Assigned to domainALPHAVVSVWNRVWVMCVW
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SEVNREvent number VVSEVNRCHAR13ALPHARANLVWE
NTRANSTransaction data key: Consecutive number VVNTRANSNUMC4NUMC4
DVWEVENTDate which event took place VVDVWEVENTDATS8DATS
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
SHOARTEXExternal fee type VVSHOARTEXNUMC2Assigned to domainVVSHOARTEX
BNETTONet amount BNETTOCURR13(2) WRTV7
BSTEUERTax amount BSTEUERCURR13(2) WRTV7
BBRUTTOGross amount BBRUTTOCURR13(2) WRTV7
DABRECHSettlement date DABRECHDATS8DDAT
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SXBLNRDebit position identification -> Acctng reference doc. no. SXBLNR1CHAR16XBLNR1
MWSKZManagement contract: Sales tax code (posting to cust. acc.) VVMWSKZUSTCHAR2Assigned to domainMWSKZ
KUNNRCustomer no. in company code of management contract VVKUNNRVWCHAR10Assigned to domainALPHAKUNNR
ZLSCH_DEBPayment method for postings to customer accounts VVZLSCHDEBCHAR1Assigned to domainZLSCH
ZAHSL_DEBManagement contract: Block ind. for payment (customer) VVZAHLSDEBCHAR1Assigned to domainZAHLS
LIFNRVendor no. of manager in object company code VVLIFNRVWCHAR10Assigned to domainALPHALIFNRLIF
ZLSCH_KREDPayment method for postings to vendor accounts VVZLSCHKRECHAR1Assigned to domainZLSCH
ZAHLS_KREDManagement contract: Block ind. for payment (vendor) VVZAHLSKRECHAR1Assigned to domainZAHLS
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
J_OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
VWSTATStatus of management settlement VVVWSTATCHAR1VVVWSTAT
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIVW09
INTO CORRESPONDING FIELDS OF WA_VIVW09
WHERE...

How to access SAP table VIVW09

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