RAIMAETP 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 RAIMAETP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IMV1 - Changes to Investment Programs
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_DATUM = Changed On
Selection Text: S_FNAME = Changed field
Selection Text: S_GJAHR = Fiscal year
Selection Text: S_PRNAM = Investment program
Selection Text: S_TNAME = Table changed
Selection Text: S_UNAME = Changed by (name)
Title: Changes to Investment Programs
Text Symbol: 001 = Investment programs
Text Symbol: 002 = Names of cap. inv. programs
Text Symbol: 102 = Old:
Text Symbol: 103 = New:
Text Symbol: 104 = Text: Change/creation/deletion
Text Symbol: 105 = Change
Text Symbol: 106 = Deletion
Text Symbol: 107 = New entry
Text Symbol: 109 = Action
001 InvProg Fis.year Description InvProg
002 Time of change Changed by
003 Table changed
004 Field changed and changes
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 = 'PROG' i_imtp = ximtp 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.