TXW_PSRAV SAP (Results analysis versions for results analysis) Structure details

Dictionary Type: Structure
Description: Results analysis versions for results analysis




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




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

TXW_PSRAV 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 "Results analysis versions for results analysis" 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_PSRAV TYPE TXW_PSRAV.

The TXW_PSRAV table consists of various fields, each holding specific information or linking keys about Results analysis versions for results analysis data available in SAP. These include KOKRS (Controlling Area), VERSA (Results Analysis Version), ABSBW (Period Close Valuation), ABSPE (Cutoff Period).. 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_PSRAV 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
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
VERSAResults Analysis Version VERSN_ABGRCHAR3Assigned to domainALPHAVERSN_ABGRACV
ABSBWPeriod Close Valuation PER_ABS_BWNUMC7KKANUM7
ABSPECutoff Period ABSCHL_PERNUMC7KKANUM7
RUNDZRounding Number for Decimal Places RUND_ZAHLNUMC1KKGNUM1
SCHICIndicator for Cost Component Split SCHICHTUNGCHAR1KKA_YES_NO
TRBVASplit According to Creation and Usage BI_VB_AUCHAR1KKA_YES_NO
KERLECost Element for Calculated Revenue KST_ERL_ECHAR10ALPHAKKG_KSTAR
KKSTECost Element for Calculated Costs KST_KST_ECHAR10ALPHAKKG_KSTAR
KGWBSCost Element for Capitalized Profit KST_GWBSTCHAR10ALPHAKKG_KSTAR
KRDVBCost Element for Reserves for Imminent Loss (Crtn/Balance) KST_RDV_BICHAR10ALPHAKKG_KSTAR
KRDVVCost Element for Reserves for Imminent Loss (Usage) KST_RDV_VBCHAR10ALPHAKKG_KSTAR
KRDVWCost Element for Reserves for Imminent Loss (Value Adjust.) KST_RDV_WBCHAR10ALPHAKKG_KSTAR
KEBSTCost Element for Revenue in Excess of Billings KST_EF_BSTCHAR10ALPHAKKG_KSTAR
KEUBSCost Element for Revenue Surplus KST_E_UBSCHAR10ALPHAKKG_KSTAR
KGEWBCost Element for POC Profit Increase KST_GEW_BICHAR10ALPHAKKG_KSTAR
KGEWACost Element for POC Profit Decrease KST_GEW_AUCHAR10ALPHAKKG_KSTAR
KVRLBCost Element for POC Loss Creation KST_VRL_BICHAR10ALPHAKKG_KSTAR
KVRLACost Element for POC Loss Cancellation KST_VRL_AUCHAR10ALPHAKKG_KSTAR
KVRLVCost Element for POC Loss Realization KST_VRL_VBCHAR10ALPHAKKG_KSTAR
KKSTICost Element for Valuated Actual Costs KST_KST_ICHAR10ALPHAKKG_KSTAR
KPROICost Element for Valuated Actual Costs of Comp./Commissions KST_PRO_ICHAR10ALPHAKKG_KSTAR
RFLG1Legacy Data Transfer ALTDATENCHAR1ALTDATEN
RFLG2Deletion of Results Analysis Data LOESCHENCHAR1LOESCHEN
RFLG3Transfer Results Analysis Data to Financial Accounting? ABGRFIBUKZCHAR1ABGRFIBUKZ
RFLG4Valuation Across Company Codes BEW_ALL_BUCHAR1BEW_ALL_BU
RFLG5Usage of Results Analysis Version VSN_ABG_VWCHAR1VSN_ABG_VW
EZPOSGenerate Line Items ENZLPOSUPDCHAR1KKA_YES_NO
RFLG6Can Orders for Project or Sales Order Have WIP? AUFT_WIPELCHAR1AUFT_WIPEL
ZOABGInterpret Assignment with Results Analysis Key? ABGSL_TKAZCHAR1KKA_YES_NO
FSABGDefine Update Separately for Each Results Analysis Key ABGSL_TKARCHAR1KKA_YES_NO
TEXTACharacter Field for Text Table KKATEXTCHAR40KKATEXT

Key field Non-key field



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

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

How to access SAP table TXW_PSRAV

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