SAP Reports / Programs

RAIMAETP SAP ABAP Report - Changes to Investment Programs







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

IMV1 - Changes to Investment Programs


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RAIMAETP. "Basic submit
SUBMIT RAIMAETP AND RETURN. "Return to original report after report execution complete
SUBMIT RAIMAETP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RAIMAETP

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RAIMAETP or its description.