RFVI_WEGSALD_ALV SAP (Structure For List (Condo Management Evaluations)) Structure details

Dictionary Type: Structure
Description: Structure For List (Condo Management Evaluations)




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




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

RFVI_WEGSALD_ALV 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 "Structure For List (Condo Management Evaluations)" 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_RFVI_WEGSALD_ALV TYPE RFVI_WEGSALD_ALV.

The RFVI_WEGSALD_ALV table consists of various fields, each holding specific information or linking keys about Structure For List (Condo Management Evaluations) data available in SAP. These include RYEAR (Fiscal Year), RBUKRS (Company Code), RMANDAT (Reference Key 1 Internal for Document Header), TSLVT (Balance carried forward in transaction currency).. 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 RFVI_WEGSALD_ALV 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
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RMANDATReference Key 1 Internal for Document Header XREF1_HDCHAR20CHAR20
TSLVTBalance carried forward in transaction currency TSLVT9CURR17(2) WERTV9
TSL01Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL02Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL03Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL04Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL05Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL06Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL07Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL08Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL09Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL10Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL11Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL12Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL13Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL14Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL15Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL16Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table RFVI_WEGSALD_ALV

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