U_22659 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

U_22659 is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The U_22659 table consists of various fields, each holding specific information or linking keys about Generated Table for View 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP U_22659 table view 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 MANDTCLNT3MANDT
BUKRS_VWCompany code of property manager VVBUKRSVWCHAR4BUKRSBVW
SVWNRManagement Contract Number VVSVWNRCHAR13ALPHAVVSVWNRVWVMCVW
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
SEVNREvent number VVSEVNRCHAR13ALPHARANLVWE
NTRANSTransaction data key: Consecutive number VVNTRANSNUMC4NUMC4
DVWEVENTDate which event took place VVDVWEVENTDATS8DATS
SBEWARTFlow Type SBEWARTCHAR4SBEWART
SHOARTEXExternal fee type VVSHOARTEXNUMC2VVSHOARTEX
BNETTONet amount BNETTOCURR13(2) WRTV7
BSTEUERTax amount BSTEUERCURR13(2) WRTV7
BBRUTTOGross amount BBRUTTOCURR13(2) WRTV7
DABRECHSettlement date DABRECHDATS8DDAT
WAERSCurrency Key WAERSCUKY5WAERSFWS
SXBLNRDebit position identification -> Acctng reference doc. no. SXBLNR1CHAR16XBLNR1
MWSKZManagement contract: Sales tax code (posting to cust. acc.) VVMWSKZUSTCHAR2MWSKZ
KUNNRCustomer no. in company code of management contract VVKUNNRVWCHAR10ALPHAKUNNR
ZLSCH_DEBPayment method for postings to customer accounts VVZLSCHDEBCHAR1ZLSCH
ZAHSL_DEBManagement contract: Block ind. for payment (customer) VVZAHLSDEBCHAR1ZAHLS
LIFNRVendor no. of manager in object company code VVLIFNRVWCHAR10ALPHALIFNRLIF
ZLSCH_KREDPayment method for postings to vendor accounts VVZLSCHKRECHAR1ZLSCH
ZAHLS_KREDManagement contract: Block ind. for payment (vendor) VVZAHLSKRECHAR1ZAHLS
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
J_OBJNRObject number J_OBJNRCHAR22J_OBJNRONR
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
VWSTATStatus of management settlement VVVWSTATCHAR1VVVWSTAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM U_22659
INTO CORRESPONDING FIELDS OF WA_U_22659
WHERE...

How to access SAP table U_22659

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