VIRACONDDM SAP (RE: Euro Changeover - LO Cond. Origin. Curr. and Add. Fields) Structure details

Dictionary Type: Structure
Description: RE: Euro Changeover - LO Cond. Origin. Curr. and Add. Fields




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




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

VIRACONDDM 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: Euro Changeover - LO Cond. Origin. Curr. and Add. 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_VIRACONDDM TYPE VIRACONDDM.

The VIRACONDDM table consists of various fields, each holding specific information or linking keys about RE: Euro Changeover - LO Cond. Origin. Curr. and Add. Fields data available in SAP. These include MANDT (Client), BUKRS (Company Code), SANLF (Product Category), RKEY1 (Key part 1).. 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: Can be enhanced (character-type or numeric)


SAP VIRACONDDM 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SANLFProduct Category SANLFNUMC3Assigned to domainVVSANLF
RKEY1Key part 1 RKEY1CHAR13RKEY1
RKEY2Key part 2 RKEY2CHAR8RKEY2
RKEY3Key part 3 RKEY3CHAR8RKEY3
DGUEL_KKDate Condition Effective from DGUELDATS8DATUM
NLFD_ANGOffer consecutive number NLFD_ANGNUMC3LFNR3
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4TZK01SKOART
DGUEL_KPCondition Item Valid From DGUEL_KPDATS8DATUM
BKONDCondition item currency amount BKONDCURR13(2) WERTV7
BKONDQMCurrency amount per area unit BKONDQMCURR13(2) WRTV7
SWHRKONDCurrency of Condition Item SWHRKONDCUKY5Assigned to domainWAERS
AMMRHYFrequency in months AMMRHYNUMC3NUMC03
JBMONATIndicator for calculating amount per month JBMONATCHAR1JANEI
JAREARental on basis of area? VVJAREACHAR1XFELD
SFLARTArea type SFLARTNUMC4TIV08SFLART
FQMFLARTArea of area type VVBFLARTQUAN14(4) VVBFLART
FEINSArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
XKFLARTArea type short name XKFLARTCHAR15XKBEZ
TFLARTDescription of area type TFLARTCHAR30XMBEZ
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
PMWSTPercentage rate of sales tax VVMWST_PRZDEC7(3) PRZ43V
BCNDTAXTax amount of condition item BCNDTAXCURR13(2) WRTV7
BCNDGROSSGross amount of condition item BCNDGROSSCURR13(2) WRTV7
BCNDQMTAXTax amount per unit of area BCNDQMTAXCURR13(2) WRTV7
BCNDQMGRSGross amount per area unit BCNDQMGRSCURR13(2) WRTV7
XKOARTKName of condition type XKOARTKCHAR15XKBEZ
XKOARTMCondition type text XKOARTMCHAR20XBEZ20
XKOARTLName of condition type XKOARTLCHAR30XMBEZ
XWHRKONDKCurrency key short text XWAERSKCHAR15TEXT15
XWHRKONDLCurrency key long text XWAERSLCHAR40TEXT40
XMWSKZName of Tax on Sales/Purchases TEXT1_007TCHAR50TEXT50
XFEINSKDescription of area unit XFEINSKCHAR10TEXT10
XFEINSLDescription of area unit XFEINSLCHAR30TEXT30
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ

Key field Non-key field



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

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

How to access SAP table VIRACONDDM

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