SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting(PSM-FM-BCS-BU) SAP PSM

IFMKU_CORRECT_WFSTATE_F01 SAP ABAP INCLUDE - Include IFMKU_CORRECT_WFSTATE_F01







IFMKU_CORRECT_WFSTATE_F01 is a standard ABAP INCLUDE 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 IFMKU_CORRECT_WFSTATE_F01 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 IFMKU_CORRECT_WFSTATE_F01. "Basic submit
SUBMIT IFMKU_CORRECT_WFSTATE_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT IFMKU_CORRECT_WFSTATE_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include IFMKU_CORRECT_WFSTATE_F01


INCLUDES used within this REPORT IFMKU_CORRECT_WFSTATE_F01

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:

FMED_GET_HEADER CALL FUNCTION 'FMED_GET_HEADER' EXPORTING I_F_DOCID = l_f_docid IMPORTING E_F_FMBH = l_s_repair-fmbh.

FMED_GET_LINES CALL FUNCTION 'FMED_GET_LINES' EXPORTING I_F_DOCID = l_f_docid IMPORTING E_T_FMBL = l_s_repair-t_fmbl.

BUKU_MOVE_PERIOD_VALUES CALL FUNCTION 'BUKU_MOVE_PERIOD_VALUES' EXPORTING I_F_SOURCE = I_PREFIX_SOURCE = 'TSL' I_PREFIX_TARGET = 'TSL' I_FLG_REVERSE_SIGN ='X'
CHANGING C_F_TARGET = .

BUKU_MOVE_PERIOD_VALUES CALL FUNCTION 'BUKU_MOVE_PERIOD_VALUES' EXPORTING I_F_SOURCE = I_PREFIX_SOURCE = 'HSL' I_PREFIX_TARGET = 'HSL' I_FLG_REVERSE_SIGN ='X'
CHANGING C_F_TARGET = .

OUTBOUND_CALL_00101133_P CALL FUNCTION 'OUTBOUND_CALL_00101133_P' EXPORTING i_chgtype = 'D' i_origin = 'FMKU_CORRECT_FMBDP_FROM_ED' i_data_complete = ' ' I_TABLENAME = 'FMBDP' TABLES t_table = l_t_fmbdp EXCEPTIONS ERROR = 1 OTHERS = 2.

FMBD_UPDATE_TOTALS CALL FUNCTION 'FMBD_UPDATE_TOTALS' IN UPDATE TASK EXPORTING I_T_FMBDT = l_t_fmbdt EXCEPTIONS DB_UPDATE_FAILED = 1 OTHERS = 2.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING object = 'BULI_DOCNR' nr_range_nr = '01' toyear = -FISCYEAR subobject = -fmbh-fm_area IMPORTING * returncode = l_rc number = -DOCNR EXCEPTIONS INTERVAL_NOT_FOUND = 1 NUMBER_RANGE_NOT_INTERN = 2 OBJECT_NOT_FOUND = 3 QUANTITY_IS_0 = 4 QUANTITY_IS_NOT_1 = 5 INTERVAL_OVERFLOW = 6 BUFFER_OVERFLOW = 7 OTHERS = 8.

FMBD_POST CALL FUNCTION 'FMBD_POST' EXPORTING I_T_FMBDP = L_T_FMBDP I_T_FMBDT = L_T_FMBDT.



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 IFMKU_CORRECT_WFSTATE_F01 or its description.