TXW_PSCIPR SAP (Capital investment measure profile) Structure details

Dictionary Type: Structure
Description: Capital investment measure profile




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




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

TXW_PSCIPR 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 "Capital investment measure profile" 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_TXW_PSCIPR TYPE TXW_PSCIPR.

The TXW_PSCIPR table consists of various fields, each holding specific information or linking keys about Capital investment measure profile 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TXW_PSCIPR 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 MANDTCLNT3Assigned to domainMANDT
IVPROInvestment measure profile IM_PROFILCHAR6Assigned to domainIM_PROFIL
INVMAInvestment measure with asset under construction IM_INVMACHAR1XFELD
ANLKL_IDefault asset class for assets under construction IM_ANLKL_ICHAR8Assigned to domainALPHAANLKLANK
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_SCHAR8Assigned to domainALPHAANLKLANK
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
INVTXTName of capital investment profile IM_INVTXTCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table TXW_PSCIPR

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