RAIMAEPR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RAIMAEPR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IMV2 - Changes to CI Program Positions
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: S_UNAME = Changed by (name)
Selection Text: S_TNAME = Table changed
Selection Text: S_PRNAM = Investment program
Selection Text: S_POSID = Position ID
Selection Text: S_GJAHR = Fiscal year
Selection Text: S_FNAME = Changed field
Selection Text: S_DATUM = Date of change
Title: Changes to Investment Program Positions
Text Symbol: 163 = Value
Text Symbol: 162 = Action
Text Symbol: 160 = CO object & (data was already archived)
Text Symbol: 152 = AppropriationRequest
Text Symbol: 151 = WBS element
Text Symbol: 150 = Order
Text Symbol: 107 = Entry created
Text Symbol: 106 = Deletion
Text Symbol: 105 = Change
Text Symbol: 104 = Long text: Change/creation/deletion
Text Symbol: 103 = New:
Text Symbol: 102 = Old:
Text Symbol: 101 = Deleted:
Text Symbol: 100 = Created:
Text Symbol: 005 = Assigned operative objects (reporting)
Text Symbol: 004 = Assigned operative objects
Text Symbol: 003 = Allowed operative objects
Text Symbol: 002 = Names of investment program positions
Text Symbol: 001 = Investment program positions
004 Field changed and changes
003 Table changed
002 Time of change Changed by
001 InvProg Fisc.year Position ID Name InvProgPosition
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AIPA_AUTHORITY_CHECK_IP CALL FUNCTION 'AIPA_AUTHORITY_CHECK_IP' EXPORTING i_obtyp = 'POS ' i_impr = ximpr i_imtp = t_imtp i_actvt = '03' " Anzeigen i_message = 'S' IMPORTING e_subrc = l_subrc.
CHANGEDOCUMENT_READ_HEADERS CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS' EXPORTING objectclass = objekt objectid = objektid username = aenderer TABLES i_cdhdr = xcdhdr EXCEPTIONS no_position_found = 1 OTHERS = 2.
CHANGEDOCUMENT_READ_POSITIONS CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS' EXPORTING changenumber = xcdhdr-changenr TABLES editpos = xcdshw EXCEPTIONS no_position_found = 1 OTHERS = 2.
AIPA_READ_CO_OBJECT CALL FUNCTION 'AIPA_READ_CO_OBJECT' EXPORTING i_objnr = l_objnr i_flg_requests_alone = 'X' " note 163013 IMPORTING e_obart = l_obart e_aufkv = l_aufkv e_prps = l_prps e_imak = l_imak e_imakt = l_imakt EXCEPTIONS not_found = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.