SAP Reports / Programs

RFFMDL91_ISPS SAP ABAP Report - Delete budget data







RFFMDL91_ISPS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Deletion of budget data in background Program RFFMDL91 is called from program RFFMDL90 and executed using a generated batch job...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFFMDL91_ISPS into the relevant SAP transactions such as SE38 or SE80


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 RFFMDL91_ISPS. "Basic submit
SUBMIT RFFMDL91_ISPS AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMDL91_ISPS 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_TEST = Test Mode
Selection Text: S_GJAHR2 = To fiscal year
Selection Text: S_GJAHR1 = From fiscal year
Selection Text: S_FIKRS = FM Area
Selection Text: ST_VERSN = Version
Selection Text: ST_GEBER = Fund
Title: Delete budget data
Text Symbol: 600 = Program Cannot be Started Directly in Update Run!
Text Symbol: 321 = To Fiscal Year
Text Symbol: 320 = From Fiscal Year
Text Symbol: 313 = Test Run
Text Symbol: 312 = Result
Text Symbol: 305 = Description
Text Symbol: 304 = Message
Text Symbol: 301 = Error Ty.
Text Symbol: 300 = Status
Text Symbol: 053 = Budget data was not deleted
Text Symbol: 052 = Deleted Data Records
Text Symbol: 051 = Data Records Read
Text Symbol: 050 = Budget data was deleted
Text Symbol: 042 = Delete Data
Text Symbol: 041 = Read Data
Text Symbol: 040 = Table


INCLUDES used within this REPORT RFFMDL91_ISPS

INCLUDE: LFMAUEQU, LKBPPEQU, LKBPPSTN, RFFMDL91I01.
INCLUDE: LFMAUEQU, LKBPPEQU, LKBPPSTN, RFFMDL91I01.

INCLUDE: LFMAUEQU, LKBPPEQU, LKBPPSTN, RFFMDL91I01.



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:

K_BATCH_REQUEST * create_batch_job --> call function 'K_BATCH_REQUEST' * ************************************************************************ * PARAMETERS: s_fikrs LIKE fm01-fikrs.

FM_BUD_CHECK_COMPONENT CALL FUNCTION 'FM_BUD_CHECK_COMPONENT' "#EC * "470 EXCEPTIONS error_message = 1.

FM_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FM_GET_ACTIVE_DIMENSIONS' "470 IMPORTING e_fund_active = g_flg_fund_active.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = s_fikrs IMPORTING f_fm01 = g_f_fm01.

KBPS_ENQUEUE CALL FUNCTION 'KBPS_ENQUEUE' EXPORTING i_global_objhi = g_objnr_fk i_global_all_geber = 'X' i_global_versn = ' ' "KI4K046830 alle Versionen i_global_all_farea = 'X' "KI4K046830 i_global_enqueue = 'X' i_enq_mode = 'E'.

KBPS_DEQUEUE CALL FUNCTION 'KBPS_DEQUEUE' EXPORTING i_global_objhi = g_objnr_fk i_global_all_geber = 'X' i_global_versn = ' ' "KI4K046830 alle Versionen i_global_all_farea = 'X' "KI4K046830 i_global_dequeue = 'X' i_deq_mode = 'E'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

OUTBOUND_CALL_00101133_P CALL FUNCTION 'OUTBOUND_CALL_00101133_P' EXPORTING i_chgtype = 'D' i_origin = 'RFFMDL91_ISPS_1' i_data_complete = 'X' TABLES t_bpge = l_t_bpge_r.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

OUTBOUND_CALL_00101133_P CALL FUNCTION 'OUTBOUND_CALL_00101133_P' EXPORTING i_chgtype = 'D' i_origin = 'RFFMDL91_ISPS_2' i_data_complete = 'X' TABLES t_bppe = l_t_bppe_r.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

OUTBOUND_CALL_00101133_P





CALL FUNCTION 'OUTBOUND_CALL_00101133_P' EXPORTING i_chgtype = 'D' i_origin = 'RFFMDL91_ISPS_3' i_data_complete = 'X' TABLES t_bpja = l_t_bpja_r.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT' EXPORTING savemode_direct = 'X'.

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING id = u_tdid language = tdspras name = u_tdname object = u_tdobject EXCEPTIONS not_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 RFFMDL91_ISPS or its description.