SAP IMPR Investment Program Positions Table data and field list

IMPR is a standard SAP Table which is used to store Investment Program Positions data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The IMPR table consists of various fields, each holding specific information or linking keys about Investment Program Positions data available in SAP. These include POSNR (Position number), GJAHR (Approval year of the investment program), POSID (Identification for an investment program position), ABJHR (Valid From Fiscal Year)... 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. .

IMPR table Technical Details:

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = IMPU


SAP IMPR table fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the IMPR table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
POSNRPosition number IM_POSNRNUMC8POSNRIM_POSNR
GJAHRApproval year of the investment program IM_GNJHRNUMC4GJAHRGJAHRGJR
POSIDIdentification for an investment program position IM_POSIDCHAR24POSIDIM_POSIDIMP
ABJHRValid From Fiscal Year IM_ABJHRNUMC4GJAHRGJAHR
BIJHRValid to fiscal year IM_BIJHRNUMC4GJAHRGJAHR
PRNAMInvestment program name IM_PRNAMCHAR8IMTPIM_PRNAMIMT
PPRIOPriority of the appropriation request IMA_PRIORCHAR1TCN07NW_PRIO
IZWEKReason for investment IZWEKCHAR2T087IIZWEK
OBJNRCO object number for inv. prog. position IM_OBJNRCHAR22ONR00J_OBJNR
VERNRPerson responsible IM_VERNRNUMC8TCJ04PS_VERNR
VERNAName of person responsible IM_VERNACHAR25PS_VERNASH_IM_VERNA
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATDate on which object was last changed UPDATDATS8DATUM
ERGSOIM: Balance sheet item (credit) IM_ERGSOCHAR10ERGSL
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
BEBERPlant section BEBERCHAR3T357BEBERBBE
TPLNRFunctional Location TPLNRCHAR30IFLOTTPLNRTPLNRIFLIFLM
XPLAN- free - IM_XPLANCHAR1XFELD
XBUDG- free - IM_XBUDGCHAR1XFELD
PARNRParent position number IM_PARNRNUMC8IMPRPOSNRIM_POSNR
LEFNRPosition number left brother (in hierarchy) IM_LEFNRNUMC8IMPRPOSNRIM_POSNR
XAKTBBudget distrib. of overall values only from prog.position IM_XAKTBCHAR1XFELD
LOGSYVLogical system of the sub-tree of the investment program IM_LOGSYVCHAR10TBDLSALPHALOGSYS
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
SIZECLScale of investment objects IM_SIZECLCHAR2TAIF5ALPHASIZECL
LAND1Country for Which Approp. Request Is Planned IMA_LAND1CHAR3T005LAND1
OWAERSObject Currency of the Investment Program Item IM_OWAERSCUKY5TCURCWAERS
USR00User Field 01 (20 characters) IMA_USR00CHAR20USRCHAR20
USR01User field 2 (20 characters) IMA_USR01CHAR20USRCHAR20
USR02User field 3 (10 characters) IMA_USR02CHAR10TAIF9IMA_USRCHAR10
USR03User field 4 (10 characters) IMA_USR03CHAR10TAIF9IMA_USRCHAR10STAIF9_2
USR04User field 5 for quantity - IM IMA_USR04QUAN13(3) USRQUAN13
USE04User field 5 for unit for quantity field 5 - IM IMA_USE04UNIT3T006CUNITMEINS
USR05User field 6 for quantity - IM IMA_USR05QUAN13(3) USRQUAN13
USE05User field 6 for unit of quantity field 6 -IM- IMA_USE05UNIT3T006CUNITMEINS
USR06User field 7 for values - IM IMA_USR06CURR13(3) USRCURR13
USE06User field 7 for currency for user field 7 IMA_USE06CUKY5TCURCWAERS
USR07User field 8 for values - IM IMA_USR07CURR13(3) USRCURR13
USE07User field 8 for currency for user field 8 IMA_USE07CUKY5TCURCWAERS
USR08WB milestone date for IM IMA_USR08DATS8USRDATE
USR09User field 10 as date for IM IMA_USR09DATS8USRDATE
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
RHIERRole of Position within Investment Program Hierarchy IM_RHIERCHAR1IM_RHIER
.INCLU--AP 0
FERC_INDRegulatory indicator FE_INDCHAR4FERC_C7ALPHAFE_IND

Key field Non-key field



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

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

SELECT SINGLE *
FROM IMPR
INTO CORRESPONDING FIELDS OF WA_IMPR
WHERE...

How to access SAP table IMPR

Within an ECC or HANA version of SAP you can also view further information about IMPR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).

Related SAP tables and the relationships to IMPR

    STREENODE - Description of a Hierarchy Node
        RAIPATTR - Attributes for item, measure or appropriation req.
    PRPS - PSP (project structure plan) element master data
    IMAK - Appropriation requests - general data
        RIMAKPGES - Appropriation request: Percentage distribution (t)
        RAIPWI - Key figs for preinvestment analysis per plan ver.
        RAIPPASC - Data for partner determination procedure
        AUFKV_REQ - Order for appropriation request
        PROJ_REQ - Project definition for appropriation request
            PRPS_REQ - WBS element for appropriation request
        RIPASW - Values for Reporting for Programs
        BPGE_IM - Budgeting/planning: total values
        BPJA_IM - Budgeting/planning: annual values
        RAIMACT - Actual values
        IMTP - Investment programs
            IMPR - Investment Program Positions
                AUFKV - Table Generated for View AUFKV
                PROJ - Project definition

    ARKOPF - Archiving run header data
        VSKOPF - Version: Header - general data for a
    VBUP - Sales Document: Item Status
    CKIP1 - Periodic Values for Unit Costing Item
    COSP1 - CO Object: Cost Totals for External Postings
        COVP11 - CO object: Line items with doc. header (by period)
            COEPD11 - CO object: Unvaluated ln. item settlement w/status
                COEPBR11 - CO Object: Valuated Line Item Settlement
        COVJ11 - CO object: Line items with doc header (by year)
        COVO1 - CO Object: Open Items for Line Items (w/o doc.Hdr)
    COSPD1 - CO object: External cost totals - calculated
    COSPP - Transfer of Order in the COSP Table to the Project
    COKS1 - CO Object: Control Data for Secondary Planning
    VBKDPO - Sales document: Business item data (POSNR > 0)
    HEAD13 - SAPscript: Text Header
        LINE13 - SAPscript: Text Lines
    COSS1 - CO Object: Cost Totals for Internal Postings
        COVP12 - CO object: Line items with doc. header (by period)
            COEPD12 - CO object: Unvaluated ln. item settlement w/status
                COEPBR12 - CO Object: Valuated Line Item Settlement
        COVJ12 - CO object: Line items with doc header (by year)
        COVO12 - CO object: Fxd price agreement commitment ln items
    COSSD1 - CO object: Internal cost totals - calculated
    COSSP - Transfer of the Order COSS Table to the Project
    FPLA - Billing plan
    COKR1 - CO Object: Control Data for Statistical Key Figs
        HEAD14 - SAPscript: Text Header
            LINE14 - SAPscript: Text Lines
    COSR1 - CO Object: Statistical Key Figure Totals
        COVPR1 - CO object: Stat. key figure line items by period
        COVJR1 - CO object: Line items stat. key figures (by year)
    COSL1 - CO Object: Activity Type Totals
        COVPL1 - CO object: Activity type line items by period
        COVJL1 - CO object: Line items for acty types (by year)
    COSLD - CO object: Activity type sums - calculated
    FPLT - Billing Plan: Dates
    COSB1 - CO Object: Total Variances/Results Analyses
        COVPB1 - CO object: Variance/accrual line items by period
    COSBD1 - CO object: Sums of variance/accrual - calculated
    ANIA1 - Depr. simulation for invest. projects
        ANIB1 - Invest. projects: Depr. simulation analysis report
    ANLI1 - Link table for capital investment measure -> AuC
    FMSU1 - FM totals records for financial data
        COVFP1 - CO object: Financial data line items with doc. hdr
    TPI031 - CO Objects: Date of Last Interest Run
    EKKO - Purchasing Document Header
    PSDYVB - LDB PSJ: Dummy structure under VBAP
    EKPO - Purchasing Document Item
        EKET - Scheduling Agreement Schedule Lines
        EKKN - Account Assignment in Purchasing Document
        EKBE - Purchasing Document History
    EBAN - Purchase requisition
        EBKN - Purchase Requisition Account Assignment
    FPLAPS - Billing plan for PSP network plan
        FPLTPS - Billing plan for PSP/network (dates)
    LIKP - SD Document: Delivery Header Data
        LIPS - SD document: Delivery: Item data
    PSDYVK - LDB PSJ: Dummy structure under VBAK
    PSMERK - Characteristics for summarization wo.classificatn
    DRAD - Document-object link
    PRPS_R - Project Hierarchy Reporting Structure
        PRTE - Scheduling Data for Project Item
        PSMLST - Milestone I/O Table
        PSTX - PS Texts (Header)
    RSTHIE - BRST structure of the hierarchy table
        PLAF - Planned order
        PSMERK_PRPS - Characteristics for Summarization for WBS Elements
    KBED04 - Capacity Requirement Recs for Planned Orders (LDB)
    RESB04 - Reservation/dependent reqs for plan order (LDB)
        PSDYPR - LDB PSJ: Dummy structure under PRPS_R
    AUFK - Order master data
        AFKO - Order Header Data PP Orders
            AFPO - Order Item
            AFFL - Work order sequence
                ACT01 - Activity for LDB 01
    PSDYRH - LDB PSJ: Dummy structure under RSTHIE
    AFAB01 - Network Relationship (for LDB) - 01
    MLSTD - Milestone I/O Table
    PSTX1 - PS Texts (Header) for Activity (1)
    AFFH01 - Order PRT Data (for LDB) - 01
    KBED01 - Capacity Requirement Records (for LDB) - 01
        KBEZ - Additional data for table KBED (for ind.req/split)
            KPER - Additional data for KBEZ (person split in days)
        AFRU02 - Order Confirmations (for LDB) -02
    RESB01 - Reservation/Dependent Requirement for LDB-01
        PSDYOK - LDB PSJ: Dummy structure under RESB01
    PROJ - Project definition
    AFRU01 - Order Confirmations (for LDB) - 01
    PSMERK_ACT - Charactersitics for Summarization for Activity
    PSDYNV - LDB PSJ: Dummy structure under ACT01
        AFIH - Maintenance order header
        PSDYNP - LDB PSJ: Dummy structure under AUFK
    IMTP - Investment programs
        IMPR - Investment Program Positions
            PSDYIP - LDB PSJ: Dummy structure under IMPR
        PSDYPG - LDB PSJ: Dummy structure under IMTP
    PEGOB - Peg (master data of the CO object)
    PSDYPD - LDB PSJ: Dummy structure under PROJ
    PEGQTY - Assigned pegging object quantities
    PSDYPEG - LDB PSJ: Dummy Structure Under PEGOB
    ELM_PS - Additional data for hierarchy nodes (LDB PSJ)
        JSTO - Status object information
            PSTAT - Condensed status display
            JCDO - Change Documents for Status Object (Table JSTO)
            JEST - Individual Status per Object
                JCDS - Change docs. for system/user status (table JEST)
        ONR00 - General Object Number
            RPSCO1 - Summarization Table for Project Reporting
    VBAK - Sales Document: Header Data
            RPSQT - Summarization table for project reporting (quants)
            EV_PARAM - Object parameters for earned value analysis
            EV_POC - Earned value analysis: percentage of completion
            EV_VAL - Earned value analysis: earned value
            COBRA - Settlement Rule for Order Settlement
                COBRB - Distribution rules for sett. rule for order sett.
            BPHI1 - Cross-hierarchy data Control
            BPTR1 - Object Data Control
                BPGE1 - Totals record total value Control
                    BPVG1 - Table Generated for View BPVG1
    VBUK - Sales Doc.: Header Status and Administrative Data
                    BKHS1 - Header - Unit Costing (Control + Totals)
                        HEAD10 - SAPscript: Text Header
                            LINE10 - SAPscript: Text Lines
                        BKHT1 - Texts for CKHS
                        BKIS1 - Individual calculation/verification item gen.
                            BKIT1 - Texts for CKIS
                        BKIP1 - Periodic Values for Unit Costing Item
                BPJA1 - Totals record for total year value Control
                    BPVJ1 - Table Generated for View BPVJ1
                    BKHS2 - Header - Unit Costing (Control + Totals)
    VBKD - Sales Document: Business Data
    HEAD20 - SAPscript: Text Header
        LINE20 - SAPscript: Text Lines
    BKHT2 - Texts for CKHS
    BKIS2 - Individual calculation/verification item gen.
        BKIT2 - Texts for CKIS
    BKIP2 - Periodic Values for Unit Costing Item
                BPPE1 - Totals Record for Period Values Control
                    BPVP1 - Table Generated for View BPVP1
                BPIG1 - Budget Object Index (Overall Budget)
                BPIJ1 - Budget Object Index (Annual Budget)
    VBAP - Sales Document: Item Data
            COKA1 - CO Object: Cost Element Control Data
            COKP1 - CO Object: Primary Planning Control Data
                HEAD11 - SAPscript: Text Header
                    LINE11 - SAPscript: Text Lines
                CKHS1 - Header - Unit Costing (Control + Totals)
                    CKHT1 - Texts for CKHS
                    HEAD12 - SAPscript: Text Header
                        LINE12 - SAPscript: Text Lines
                    CKIS1 - Individual calculation/verification item gen.
                        CKIT1 - Texts for CKIS