VIVW02 SAP (Management contract: Periodic fee types) Table details

Dictionary Type: Table
Description: Management contract: Periodic fee types




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




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

VIVW02 is a standard SAP Table which is used to store Management contract: Periodic fee types data and is available within R/3 SAP systems depending on the version and release level.

The VIVW02 table consists of various fields, each holding specific information or linking keys about Management contract: Periodic fee types data available in SAP. These include BUKRS (Company code of property manager), SVWNR (Management Contract Number), SHOARTEX (External fee type), DGULTAB (Date from when assignment is valid).. 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 VIVW02 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 MANDTCLNT3T000MANDT
BUKRSCompany code of property manager VVBUKRSVWCHAR4T001BUKRSBVW
SVWNRManagement Contract Number VVSVWNRCHAR13VIVW01ALPHAVVSVWNRVWVMCVW
SHOARTEXExternal fee type VVSHOARTEXNUMC2TIV92VVSHOARTEX
DGULTABDate from when assignment is valid DGULTABDATS8DDAT
DGULTBISDate from when assignment is valid DGULTABDATS8DDAT
JPERIOIndicator: Fee type is periodical VVJPERIOCHAR1XFELD
JVZIndicator: Fee type is advance payment VVJVZCHAR1XFELD
BKONDCondition item currency amount BKONDCURR13(2) WERTV7
MWSKZManagement contract: Sales tax code (posting to cust. acc.) VVMWSKZUSTCHAR2T007AMWSKZ
AMMRHYFrequency in months AMMRHYNUMC3NUMC03
JBMONATIndicator for calculating amount per month JBMONATCHAR1JANEI
SZAWSPayment form (at start of period, mid-period, at period end) SZAWSNUMC1SZAHLDIV
JLOESCHReal Estate Deletion Indicator/Flag JLOESCHCHAR1JLOESCH
MWSKZ_VSTManagement contract: Input tax code (posting to vendor acc.) VVMWSKZVSTCHAR2T007AMWSKZ
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
TXJCD_VSTTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
NOCORHONManagement contract: No correction of fees VVNOCORHONCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIVW02
INTO CORRESPONDING FIELDS OF WA_VIVW02
WHERE...

How to access SAP table VIVW02

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