IMSR_BI_ATTR SAP (Simplified Reporting IM: Attributes) Structure details

Dictionary Type: Structure
Description: Simplified Reporting IM: Attributes




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




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

IMSR_BI_ATTR 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: Attributes" 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_ATTR TYPE IMSR_BI_ATTR.

The IMSR_BI_ATTR table consists of various fields, each holding specific information or linking keys about Simplified Reporting IM: Attributes data available in SAP. These include ROBEX (Element of Reporting Hierarchy (External Display)), APPR_YEAR (Approval year of the investment program), PROG_DEF_S (Name of Program in BW (Abbreviated)), PROG_DEF (Investment program name).. 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 IMSR_BI_ATTR 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
ROBEXElement of Reporting Hierarchy (External Display) IM_ROBEXCHAR26ROBX2IM_ROBEX
APPR_YEARApproval year of the investment program IM_GNJHRNUMC4GJAHRGJAHRGJR
PROG_DEF_SName of Program in BW (Abbreviated) BIW_PRNAMSCHAR4BIW_PRNAMS
PROG_DEFInvestment program name IM_PRNAMCHAR8Assigned to domainIM_PRNAMIMT
PROG_POSInvestment Program Position BIW_POSIDCHAR24POSIDIM_POSIDIMP
APPR_REQAppropriation Request Number (Formatted for Coding Mask) IMA_POSIDCHAR24REQIDIMA_POSIDIAGIIMA
WBS_ELEMWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
ORDEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
CONGRConsolidation group IM_CONGRCHAR18Assigned to domainAFIMCFC_CONGR
RCOMPCompany RCOMP_DCHAR6Assigned to domainALPHARCOMPGCC
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
AKOSTLRequesting cost center IMA_AKOSTLCHAR10Assigned to domainALPHAKOSTLKOS
VKOSTLResponsible cost center IMA_VKOSTLCHAR10Assigned to domainALPHAKOSTLKOS
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
ASPARTRequesting Division IMA_ASPARTCHAR2Assigned to domainSPARTSPA
AMATKLRequesting material group IMA_AMATKLCHAR9Assigned to domainMATKLMKL
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STORTPlanned location of appropriation request IMA_STORTCHAR10Assigned to domainAP_STAND
BEBERPlant section BEBERCHAR3Assigned to domainBEBERBBE
TPLNRFunctional location IM_TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
LAND1Country for Which Approp. Request Is Planned IMA_LAND1CHAR3Assigned to domainLAND1
VERNRPerson responsible IM_VERNRNUMC8Assigned to domainPS_VERNR
PARVWPartner Function PARVWCHAR2Assigned to domainPARVWPARVWPAR
PARNRPartner I_PARNRCHAR12ALPHAI_PARNR
IZWEKReason for investment IZWEKCHAR2Assigned to domainIZWEK
UMWKZReason for environmental investment IMA_UMWKZCHAR5Assigned to domainAM_UMWKZ
PPRIOPriority IM_PRIORCHAR1Assigned to domainNW_PRIO
STATUS_REQMain system status of an appropriation request IMA_STATUSCHAR5ISTATJ_ISTATEXT
STATUSMain system status of measure IM_STATUSCHAR5ISTATJ_ISTATEXT
OBARTObject Type J_OBART_LDCHAR2OBARTJ_OBART_LD
SIZECLScale of investment objects IM_SIZECLCHAR2Assigned to domainALPHASIZECL
XGNJElement Was Carried Forward During IM Fiscal Year Change IM_CF_INDCHAR1XFELD
USR00User Field 01 (20 characters) IMA_USR00CHAR20USRCHAR20
USR01User field 2 (20 characters) IMA_USR01CHAR20USRCHAR20
USR02User field 3 (10 characters) IMA_USR02CHAR10Assigned to domainIMA_USRCHAR10
USR03User field 4 (10 characters) IMA_USR03CHAR10Assigned to domainIMA_USRCHAR10STAIF9_2
USR10So far so Good indicator for IM reports IMA_USR10CHAR1XFELD
USR11User field 12 as indicator for IM reports IMA_USR11CHAR1XFELD
USR12User field 13 for period and fiscal year IMA_USR12ACCP6USRPER
USR13User field 14 for period and fiscal year IMA_USR13ACCP6USRPER
OWAERSCurrency Key OWAERCUKY5Assigned to domainWAERSOWS

Key field Non-key field



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

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

How to access SAP table IMSR_BI_ATTR

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