RAIMNOTCON 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 RAIMNOTCON into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IMR8 - Non-Assigned Measures/App.Req.
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: SO_WERKS = Plant
Selection Text: SO_STUFE = Hierarchy level
Selection Text: SO_RCOMP = Company
Selection Text: SO_PSPNR = WBS elements
Selection Text: SO_PSPHI = From projects
Selection Text: SO_PRCTR = Profit center
Selection Text: SO_POSNR = Approp. Requests
Selection Text: SO_KOSTL = Cost center
Selection Text: SO_KOKRS = Controlling area
Selection Text: SO_IVART = Approp. request type
Selection Text: SO_GSBER = Business area
Selection Text: SO_ERNAM = Created by
Selection Text: SO_ERDAT = Created on
Selection Text: SO_BUKRS = Company code
Selection Text: SO_AUFNR = Orders
Selection Text: SO_AUART = Order type
Selection Text: SO_AENAM = Changed by (name)
Selection Text: SO_AEDAT = Date of change
Selection Text: PA_XPR = Select WBS elements
Selection Text: PA_XOR = Select orders
Selection Text: PA_XIQ = Select appropriation requests
Selection Text: PA_STSEL = Status selection profile
Title: Measures/App. Requests not Assigned to Investment Program
Text Symbol: T08 = AppropriationRequest
Text Symbol: T07 = Non-assigned app. requests
Text Symbol: T06 = WBS element
Text Symbol: T05 = Non-assigned WBS elements
Text Symbol: T04 = Object no.
Text Symbol: T03 = Text
Text Symbol: T02 = Order no.
Text Symbol: T01 = Unassigned Orders
Text Symbol: 102 = Approp. Requests
Text Symbol: 101 = WBS elements
Text Symbol: 100 = Orders
Text Symbol: 003 = Further selections
Text Symbol: 002 = Selection of measures/approp.requests
INCLUDE RAIMEQU.
No SAP DATABASE tables are accessed within this REPORT code!
AIPP_GET_SELOP_RESTRICTIONS CALL FUNCTION 'AIPP_GET_SELOP_RESTRICTIONS' IMPORTING e_restrict = restrict TABLES it_selop_name = t_selop_name.
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restrict EXCEPTIONS OTHERS = 1.
STATUS_BUFFER_REFRESH CALL FUNCTION 'STATUS_BUFFER_REFRESH'.
STATUS_PRE_READ CALL FUNCTION 'STATUS_PRE_READ' TABLES jsto_pre_tab = t_objnr.
STATUS_CHECK_BY_SELSCHEM_MULTI CALL FUNCTION 'STATUS_CHECK_BY_SELSCHEM_MULTI' EXPORTING selschem = pa_stsel TABLES objnr_tab = t_objnr.
STATUS_CHECK_MULTI CALL FUNCTION 'STATUS_CHECK_MULTI' EXPORTING status = con_status_repm TABLES OBJECTS = t_objnr.
STATUS_CHECK_MULTI CALL FUNCTION 'STATUS_CHECK_MULTI' EXPORTING status = con_status_clo TABLES OBJECTS = t_objnr.
STATUS_CHECK_MULTI CALL FUNCTION 'STATUS_CHECK_MULTI' " zu löschen EXPORTING status = con_status_delflag TABLES OBJECTS = t_objnr.
STATUS_BUFFER_REFRESH CALL FUNCTION 'STATUS_BUFFER_REFRESH'.
STATUS_PRE_READ CALL FUNCTION 'STATUS_PRE_READ' TABLES jsto_pre_tab = t_objnr.
STATUS_CHECK_BY_SELSCHEM_MULTI CALL FUNCTION 'STATUS_CHECK_BY_SELSCHEM_MULTI' EXPORTING selschem = pa_stsel TABLES objnr_tab = t_objnr.
AIPP_GET_PSP_PATH_AND_SUBTREE CALL FUNCTION 'AIPP_GET_PSP_PATH_AND_SUBTREE' " n. 867842
STATUS_CHECK_MULTI * CALL FUNCTION 'STATUS_CHECK_MULTI' * EXPORTING * STATUS = CON_STATUS_REPM * TABLES * OBJECTS = T_OBJNR.
STATUS_CHECK_MULTI CALL FUNCTION 'STATUS_CHECK_MULTI' EXPORTING status = con_status_clo TABLES OBJECTS = t_objnr.
STATUS_CHECK_MULTI CALL FUNCTION 'STATUS_CHECK_MULTI' " zu löschen EXPORTING status = con_status_delflag TABLES OBJECTS = t_objnr.
STATUS_BUFFER_REFRESH CALL FUNCTION 'STATUS_BUFFER_REFRESH'.
STATUS_PRE_READ CALL FUNCTION 'STATUS_PRE_READ' TABLES jsto_pre_tab = t_objnr.
STATUS_CHECK_BY_SELSCHEM_MULTI CALL FUNCTION 'STATUS_CHECK_BY_SELSCHEM_MULTI' EXPORTING selschem = pa_stsel TABLES objnr_tab = t_objnr.
CALL FUNCTION 'STATUS_CHECK_MULTI' EXPORTING status = con_status_clo TABLES OBJECTS = t_objnr.
STATUS_CHECK_MULTI CALL FUNCTION 'STATUS_CHECK_MULTI' EXPORTING status = con_status_dec TABLES OBJECTS = t_objnr.
STATUS_CHECK_MULTI CALL FUNCTION 'STATUS_CHECK_MULTI' " zu löschen EXPORTING status = con_status_delflag TABLES OBJECTS = t_objnr.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat i_save = gc_x it_events = gt_eventtab_alv TABLES t_outtab = gt_t_or EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = gv_structure CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab_alv.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat i_save = gc_x it_events = gt_eventtab_alv TABLES t_outtab = gt_t_pr EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = gs_layout it_fieldcat = lt_fieldcat i_save = gc_x it_events = gt_eventtab_alv TABLES t_outtab = gt_t_iq EXCEPTIONS program_error = 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.
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 RAIMNOTCON or its description.
RAIMNOTCON - Measures/App. Requests not Assigned to Investment Program RAIMNOTCON - Measures/App. Requests not Assigned to Investment Program RAIMMOCH - Subsequent Change of RE Indicator for Assets RAIMMOCH - Subsequent Change of RE Indicator for Assets RAIMLANG - Set language for text RAIMLANG - Set language for text