TAPRF SAP (Cap. inv. measure profile for AuC and dep. simulation) Table details

Dictionary Type: Table
Description: Cap. inv. measure profile for AuC and dep. simulation




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




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

TAPRF is a standard SAP Table which is used to store Cap. inv. measure profile for AuC and dep. simulation data and is available within R/3 SAP systems depending on the version and release level.

The TAPRF table consists of various fields, each holding specific information or linking keys about Cap. inv. measure profile for AuC and dep. simulation data available in SAP. These include IVPRO (Investment measure profile), INVMA (Investment measure with asset under construction), ANLKL_I (Default asset class for assets under construction), XIANLKL (Asset class for assets u. construction is not changeable).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TAPRFT


SAP TAPRF table 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
IVPROInvestment measure profile IM_PROFILCHAR6IM_PROFIL
INVMAInvestment measure with asset under construction IM_INVMACHAR1XFELD
ANLKL_IDefault asset class for assets under construction IM_ANLKL_ICHAR8ANKAALPHAANLKLANK
XIANLKLAsset class for assets u. construction is not changeable IM_XIANLKLCHAR1XFELD
XURSCHCreate AuC per source structure and source assignment IM_XURSCHCHAR1XFELD
ANLKL_SDefault asset class for dep. simulation data IM_ANLKL_SCHAR8ANKAALPHAANLKLANK
XSANLKLAsset class for dep. simulation is not changeable IM_XSANLKLCHAR1XFELD
XINIDUniform valuation data by asset class IM_XINIDCHAR1XFELD
ABARTIndicator: Line item settlement of inv. measure IM_ABARTCHAR1XFELD
AUFARTDistribution type for deprec. simulation data IMA_AUFARTCHAR1IMA_AUFART
XBUDGCheck deprec. simulation amount against budget IMA_XBUDTCHAR1XFELD
VERSI_SVersion COVERSICHAR3TKVSALPHACOVERSI
XAKTIVDisplay actual capitalizations in dep. simulation data IMA_XAKTIVCHAR1XFELD
XXUNVLInd: Maintain incompleteness indicator for dep.simul. data IMA_XXUNVLCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TAPRF
INTO CORRESPONDING FIELDS OF WA_TAPRF
WHERE...

How to access SAP table TAPRF

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