RVEXPAII SAP (COVER SHEET FOR INTRASTAT FORM (ITALY)) Structure details

Dictionary Type: Structure
Description: COVER SHEET FOR INTRASTAT FORM (ITALY)




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




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

RVEXPAII 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 "COVER SHEET FOR INTRASTAT FORM (ITALY)" 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_RVEXPAII TYPE RVEXPAII.

The RVEXPAII table consists of various fields, each holding specific information or linking keys about COVER SHEET FOR INTRASTAT FORM (ITALY) data available in SAP. These include CADENZA (Single-Character Indicator), ANNO (ABAB Dictionary: Two-Digit Numeric Field), TIPO (Single-Character Indicator), NR_RIF (Numeric output field, 6 chars long).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RVEXPAII 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
MESEABAB Dictionary: Two-Digit Numeric Field NUM02NUMC2NUM02
CADENZASingle-Character Indicator CHAR1CHAR1CHAR1
ANNOABAB Dictionary: Two-Digit Numeric Field NUM02NUMC2NUM02
TIPOSingle-Character Indicator CHAR1CHAR1CHAR1
NR_RIFNumeric output field, 6 chars long MBS_OUTN6NUMC6NUM06
P_IVATax Number 2 STCD2CHAR11STCD2
NOMEName NAME1CHAR30TEXT30
TELEFFirst telephone number TELF1CHAR16TEXT16
VIAHouse number and street STRASCHAR30TEXT30
CAPPostal Code PSTLZCHAR10PSTLZ
CITYCity ORT01CHAR25TEXT25
REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
F_FIRSTCheckbox XFELDCHAR1XFELD
F_STOPCheckbox XFELDCHAR1XFELD
TOT_RIGHETotal number of entries in table format MAXTGNUMC5NUM5
TOT_IMPNumerical value, 13 characters long NUM13NUMC13NUM13
DATAReported on RDAT1DATS8DATUM
TOT_RIGHE_3Total number of entries in table format MAXTGNUMC5NUM5
TOT_IMP_3Numerical value, 13 characters long NUM13NUMC13NUM13
TOT_RIGHE_4Invoice value RECHNWERTNUMC15NUMC15
TOT_IMP_4Numeric fifteen-digit value NUM15NUMC15NUM15

Key field Non-key field



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

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

How to access SAP table RVEXPAII

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