RVIEA03_ZS SAP (RE: Owner Settlement - Objects and Additional Fields) Structure details

Dictionary Type: Structure
Description: RE: Owner Settlement - Objects and Additional Fields




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




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

RVIEA03_ZS 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 "RE: Owner Settlement - Objects and Additional Fields" 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_RVIEA03_ZS TYPE RVIEA03_ZS.

The RVIEA03_ZS table consists of various fields, each holding specific information or linking keys about RE: Owner Settlement - Objects and Additional Fields data available in SAP. These include MANDT (Client), VVABBLN (Settlement Identification ->Accounting Ref. Doc.Number), OBJNR (Object number), KSTAR (Cost Element).. 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 RVIEA03_ZS 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
MANDTClient MANDTCLNT3T000MANDT
VVABBLNSettlement Identification ->Accounting Ref. Doc.Number VVABBLN1CHAR16XBLNR1IAB
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONATFiscal Period MONATNUMC2MONAT
JSTEUERIndicator: Tax entry VVJSTEUERCHAR1VVJSTEUER
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
DABRECHSettlement date DABRECHDATS8DDAT
EASTATStatus of owner settlement VVEASTATCHAR1VVEASTAT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERTAmount in Local Currency DMBTRCURR13(2) WERT7
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
PMWSTPercentage rate of sales tax VVMWST_PRZDEC7(3) PRZ43V
BWERTTAXTax amount in local currency BWERTTAXCURR13(2) WRTV7
BWERTGRSGross amount in local currency BWERTGRSCURR13(2) WRTV7
XKSTARKGeneral cost element name XKSTARKCHAR20TEXT20
XKSTARLName of cost element XKSTARLCHAR40TEXT40
XMWSKZName of Tax on Sales/Purchases TEXT1_007TCHAR50TEXT50
WAERSCUKSecond Currency for Correspondence SWHRKNDCUKCUKY5Assigned to domainWAERS
WERTCUKAmount in second currency DMBTRCUKCURR13(2) WERT7
BWRTTAXCUKTax amount in second currency BWRTTAXCUKCURR13(2) WRTV7
BWRTGRSCUKGross amount in second currency BWRTGRSCUKCURR13(2) WRTV7

Key field Non-key field



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

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

How to access SAP table RVIEA03_ZS

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