VV_T093A_CURTP SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

VV_T093A_CURTP 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 VV_T093A_CURTP table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include AFAPL (Chart of depreciaton for asset valuation), AFABE (Real depreciation area), XSTORE (Indicator: Store real depreciation area), VZANSW (+/- Sign for acquisition value).. 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 VV_T093A_CURTP 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 MANDTCLNT3T000MANDT
AFAPLChart of depreciaton for asset valuation AFAPLCHAR4T096AFAPLAFPH_AFAPL
AFABEReal depreciation area AFABE_DNUMC2T093AFABEAFB
XSTOREIndicator: Store real depreciation area XSTORECHAR1XFELD
VZANSW+/- Sign for acquisition value VZANSWCHAR1VORZW
VZREST+/- Sign for net book value VZRESTCHAR1VORZW
BUHBKTPost to G/L account BUHBKTCHAR1BUHBKT
VZINVZ+/- Sign for investment grants VZINVZCHAR1VORZW
VZAWMA+/- Sign for transfer of reserves(acquis.val.reducing dep.) VZAWMACHAR1VORZW
VZNAFA+/- Sign for ordinary depreciation VZNAFACHAR1VORZW
VZSAFA+/- Sign for special depreciation VZSAFACHAR1VORZW
VZAAFA+/- Sign for unplanned depreciation VZAAFACHAR1VORZW
VZINDW+/- Sign for revaluation VZINDWCHAR1VORZW
VZZINS+/- Sign for interest VZZINSCHAR1VORZW
VZINDA+/- Sign for revaluation of ordinary depreciation VZINDACHAR1VORZW
XBEREPAsset Accounting: Depreciation area for reporting purposes XBEREPCHAR1XFELD
CORRBEDepreciation area used for modification AFABE_CORRNUMC2AFABE
GAFABERCross-system depreciation area GLOBAFABERCHAR2ALPHAGLOAFABER
LDGRP_GLTarget Ledger Group FAGL_TARGET_LDGRPCHAR4FAGL_LDGRPGLDGRP_FLEX
XAFABERTreat Derived Depreciation Area As Real Area X_AFABERCHAR1XFELD
ABWBERAlternative Depreciation Area for Account Determination ABW_AFABERNUMC2AFABE
WRTAFBAdoption of values from depreciation area WRTAFBNUMC2T093AFABE
PARAFBTransfer of Depreciation Terms from Depreciation Area PARAFBNUMC2T093AFABE
XWRTIDIdentical transfer of acquisition value XWRTIDCHAR1XFELD
XINDIDIdentical depreciation terms copied XINDIDCHAR1XFELD
CURNONumber of the Local Currency CURNONUMC1NUM01
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
AFBKTXShort name for depreciation area AFBKTXCHAR12TEXT12

Key field Non-key field



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

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

SELECT SINGLE *
FROM VV_T093A_CURTP
INTO CORRESPONDING FIELDS OF WA_VV_T093A_CURTP
WHERE...

How to access SAP table VV_T093A_CURTP

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