IMSR_BI_VAL SAP (Simplified Reporting IM: Transaction Data) Structure details

Dictionary Type: Structure
Description: Simplified Reporting IM: Transaction Data




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




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

IMSR_BI_VAL 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 "Simplified Reporting IM: Transaction Data" 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_IMSR_BI_VAL TYPE IMSR_BI_VAL.

The IMSR_BI_VAL table consists of various fields, each holding specific information or linking keys about Simplified Reporting IM: Transaction Data data available in SAP. These include REPOBJ (Element of Reporting Hierarchy), APPR_YEAR (Approval year of the investment program), PROG_DEF_S (Name of Program in BW (Abbreviated)), PROG_POS_FROM (Investment Program Position).. 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 IMSR_BI_VAL 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
REPOBJElement of Reporting Hierarchy IM_REPOBJCHAR50IM_REPOBJ
APPR_YEARApproval year of the investment program IM_GNJHRNUMC4GJAHRGJAHRGJR
PROG_DEF_SName of Program in BW (Abbreviated) BIW_PRNAMSCHAR4BIW_PRNAMS
PROG_POS_FROMInvestment Program Position BIW_POSIDCHAR24POSIDIM_POSIDIMP
FISCVARFiscal year variant RSFISCVARCHAR2RSFISCVAR
FISCYEARFiscal year RSFISCYEARNUMC4GJAHRGJAHR
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
VTYPEValue type for Reporting RSVTYPENUMC3Assigned to domainRSVTYPE
MEASTYPEKey Figure Category RSMETYPENUMC6Assigned to domainRSMETYPE
VTDETAILDetailing the value type RSVTDETAILNUMC2Assigned to domainRSVTDETAIL
VTSTATStatistics indicator for value type RSVTSTATNUMC1Assigned to domainRSVTSTAT
VERSNVersion IM_PVERSNCHAR3Assigned to domainALPHACOVERSIBP2
VALUTYPValuation View VALUTYPNUMC1VALUTYPVTP
IPPOSBudget Category in Investment Program IM_IPPOSCHAR10Assigned to domainIM_IPPOS
TRGKZIndicator: Capital investment program new / old IM_TRGKZCHAR1BP_TRGKZ
VORGABusiness Transaction J_VORGANGCHAR4Assigned to domainJ_VORGANG
STATSELStatus selection profile (measures/approp. requests) IM_STATSELCHAR7Assigned to domainSELID
REPCURReport Currency IM_REPCURCUKY5Assigned to domainWAERSREPCURR
WGPOverall Value in Reporting Currency IM_WGPCURR15(2) WERTV8
WGPVDistributable Overall Value in Reporting Currency IM_WGPVCURR15(2) WERTV8

Key field Non-key field



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

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

How to access SAP table IMSR_BI_VAL

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