RAIMAKAE 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 RAIMAKAE into the relevant SAP transactions such as SE38 or SE80
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 = Date of change
Selection Text: S_FNAME = Changed field
Selection Text: S_POSID = Appropriation request
Selection Text: S_POSNR = Appropriation request
Selection Text: S_TNAME = Table changed
Selection Text: S_UNAME = Last changed by
Title: Display of change documents for approp. request
Text Symbol: 100 = Created:
Text Symbol: 101 = Deleted:
Text Symbol: 102 = Old:
Text Symbol: 103 = New:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AIPA_AUTHORITY_CHECK_IQ CALL FUNCTION 'AIPA_AUTHORITY_CHECK_IQ' EXPORTING * I_AUTH_OBJECT = i_imak = gt_imak i_actvt = '03' i_message = 'S' IMPORTING e_subrc = gd_subrc.
CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING * ARCHIVE_HANDLE = 0 * CHANGENUMBER = ' ' * DATE_OF_CHANGE = '00000000' objectclass = 'IMAK' objectid = ld_objectid * TABLEKEY = ' ' * TABLENAME = ' ' * TIME_OF_CHANGE = '000000' * USERNAME = ' ' * LOCAL_TIME = ' ' TABLES editpos = lt_cdred.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = ud_tabname langu = sy-langu IMPORTING dd02v_wa = ls_dd02v TABLES dd03p_tab = ld_dd03p.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.