VIVW06 SAP (Management contract: Event-driven fee types) Table details

Dictionary Type: Table
Description: Management contract: Event-driven fee types




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




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

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

The VIVW06 table consists of various fields, each holding specific information or linking keys about Management contract: Event-driven 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)


SAP VIVW06 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
DGULBISDate up to when the assignment is valid DGULTBISDATS8DDAT
JPERIOIndicator: Fee type is periodical VVJPERIOCHAR1XFELD
JVZIndicator: Fee type is advance payment VVJVZCHAR1XFELD
MWSKZManagement contract: Sales tax code (posting to cust. acc.) VVMWSKZUSTCHAR2T007AMWSKZ
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 VIVW06 using ABAP code

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

SELECT SINGLE *
FROM VIVW06
INTO CORRESPONDING FIELDS OF WA_VIVW06
WHERE...

How to access SAP table VIVW06

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