RAIMDLAS 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 RAIMDLAS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IM_DLAS - Detach and Reass. Meas./Approp. 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: APPREQ = Appropriation Requests
Selection Text: ORDER = Orders
Selection Text: PRC_DEL = Detach
Selection Text: PRC_REAS = Reassign
Selection Text: WBS = WBS Elements
Selection Text: X_APPREQ = Process Appropriation Requests
Selection Text: X_ORDER = Process Orders
Selection Text: X_WBS = Process WBS Elements
Selection Text: APP_YEAR = D .
Selection Text: POSITION = D .
Selection Text: PROGRAM = D .
Selection Text: TEST_RUN = D .
Selection Text: TG_GJAHR = D .
Selection Text: TG_POSID = D .
Selection Text: TG_PRNAM = D .
Title: Detach/Reassign Measures and Appropriation Requests
Text Symbol: L02 = Error List
Text Symbol: L01 = Results List
Text Symbol: H04 = Reassign - Update Run
Text Symbol: H03 = Reassign - Test Run
Text Symbol: H02 = Delete - Update Run
Text Symbol: H01 = Delete - Test Run
Text Symbol: E11 = Sender/Receiver: Same Investment Program Position
Text Symbol: 001 = Processing Type
Text Symbol: 002 = Selection By Measures/Appropriation Requests
Text Symbol: 003 = Selection By Investment Program Positions
Text Symbol: 004 = Reassign to Investment Program Position
Text Symbol: A01 = Assignment Has Been Deleted
Text Symbol: A02 = Assignment Has Been Created
Text Symbol: C01 = Object
Text Symbol: C02 = InvProg
Text Symbol: C03 = ApYr
Text Symbol: C04 = Position ID
Text Symbol: C05 = Action
Text Symbol: C06 = Error
Text Symbol: E00 = Errors Found :
Text Symbol: E01 = Sender/Receiver: 'Budget distrib. overall values' Indicator Different
Text Symbol: E02 = Sender/Receiver: 'Budget distrib. annual values' Indicator Different
INCLUDE LKBPPEQU.
INCLUDE RBONRART.
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restriction EXCEPTIONS OTHERS = 1.
AIPA_F4_PROGRAM CALL FUNCTION 'AIPA_F4_PROGRAM' EXPORTING i_program = hlp_program i_dynnr = hlp_dynnr i_fn_prnam = 'PROGRAM' i_fn_gjahr = 'APP_YEAR' i_takeover_allowed = 'X'.
AIPA_F4_POSITION CALL FUNCTION 'AIPA_F4_POSITION' EXPORTING i_program = hlp_program i_dynnr = hlp_dynnr i_fn_prnam_proposal = 'PROGRAM' i_fn_gjahr_proposal = 'APP_YEAR' i_fn_prnam = 'PROGRAM' i_fn_posid = 'POSITION-LOW' i_fn_gjahr = 'APP_YEAR' i_takeover_allowed = 'X'.
AIPA_F4_PROGRAM CALL FUNCTION 'AIPA_F4_PROGRAM' EXPORTING i_program = hlp_program i_dynnr = hlp_dynnr i_fn_prnam = 'TG_PRNAM' i_fn_gjahr = 'TG_GJAHR' i_takeover_allowed = 'X'.
AIPA_F4_POSITION CALL FUNCTION 'AIPA_F4_POSITION' EXPORTING i_program = hlp_program i_dynnr = hlp_dynnr i_fn_prnam_proposal = 'TG_PRNAM' i_fn_gjahr_proposal = 'TG_GJAHR' i_fn_prnam = 'TG_PRNAM' i_fn_posid = 'TG_POSID' i_fn_gjahr = 'TG_GJAHR' i_takeover_allowed = 'X'.
AIPA_RECALC_DIST_VALUES CALL FUNCTION 'AIPA_RECALC_DIST_VALUES' EXPORTING i_prnam = tg_prnam i_posid = tg_posid i_gjahr = tg_gjahr i_flg_db_update = 'X'.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
AIPA_AUTHORITY_CHECK_IP CALL FUNCTION 'AIPA_AUTHORITY_CHECK_IP' EXPORTING i_obtyp = 'POS ' i_impr = tab_impr i_imtp = tab_imtp i_actvt = '80' " Zuordnung Position.
AIPA_AUTHORITY_CHECK_IP CALL FUNCTION 'AIPA_AUTHORITY_CHECK_IP' EXPORTING i_obtyp = 'POS ' i_impr = tg_impr i_imtp = tg_imtp i_actvt = '80' " Zuordnung Position.
AIPE_ENQUEUE_CO_OBJECT CALL FUNCTION 'AIPE_ENQUEUE_CO_OBJECT' EXPORTING i_objnr = tab_object-objnr EXCEPTIONS abnormal_end = 1 foreign_lock = 2 system_failure = 3 OTHERS = 4.
AIPE_ENQUEUE_INVPROG CALL FUNCTION 'AIPE_ENQUEUE_INVPROG' EXPORTING i_prnam = tab_object-p_prnam i_posid = tab_object-p_posid i_gjahr = tab_object-p_gjahr i_flg_shared = 'X' i_msg_type = 'E' i_flg_test_run = test_run EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
AIPE_ENQUEUE_INVPROG CALL FUNCTION 'AIPE_ENQUEUE_INVPROG' EXPORTING i_prnam = tg_impr-prnam i_posid = tg_impr-posid i_gjahr = tg_impr-gjahr i_flg_shared = 'X' i_msg_type = 'E' i_flg_test_run = test_run EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
AIPA_GET_SET_TO_ENTRY_ELEMENT CALL FUNCTION 'AIPA_GET_SET_TO_ENTRY_ELEMENT' EXPORTING i_posnr = t_ipgsel_top-posnr TABLES t_impr = t_impr_tmp.
CALL FUNCTION 'OBJECT_NUMBER_TYPE_GET' EXPORTING objnr = it_obj-objnr IMPORTING obart = l_obart.
OBJECT_KEY_GET_IQ CALL FUNCTION 'OBJECT_KEY_GET_IQ' EXPORTING objnr = it_obj-objnr IMPORTING ima_posnr = l_posnr_iq.
KBPD_DELETE_DATA CALL FUNCTION 'KBPD_DELETE_DATA' EXPORTING delete_mode = 'X' " Production run.
OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = tab_object-objnr IMPORTING e_identification = gt_outtab-objid.
OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = tab_objerr-objnr IMPORTING e_identification = gt_outtab_err-objid.
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 RAIMDLAS or its description.
RAIMDLAS - Detach/Reassign Measures and Appropriation Requests RAIMDLAS - Detach/Reassign Measures and Appropriation Requests RAIMDIRT - Cleaning up of table IMZO (assignment of measure to program position) RAIMDIRT - Cleaning up of table IMZO (assignment of measure to program position) RAIMDELE - Completely Delete Capital Investment Programs RAIMDELE - Completely Delete Capital Investment Programs