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

IFMKU_ABP_COR_F01 SAP ABAP INCLUDE - Include IFMKU_ABP_COR_F01







IFMKU_ABP_COR_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_ABP_COR_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_ABP_COR_F01. "Basic submit
SUBMIT IFMKU_ABP_COR_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT IFMKU_ABP_COR_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_ABP_COR_F01


INCLUDES used within this REPORT IFMKU_ABP_COR_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:

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = g_tabname_header i_structure_name = 'FMMP_S_HEADER' CHANGING ct_fieldcat = t_list_fcat[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = g_tabname_item i_structure_name = 'FMMP_S_LIST' CHANGING ct_fieldcat = l_t_list_fcat[].

FMKU_SET_FM_AREA CALL FUNCTION 'FMKU_SET_FM_AREA' EXPORTING i_flg_process_popup = u_flg_popup CHANGING c_fikrs = c_fm_area EXCEPTIONS no_fikrs_selected = 1.

FM_DERIVE_FMABP * CALL FUNCTION 'FM_DERIVE_FMABP' * EXPORTING * I_FIKRS = -fikrs * I_GJAHR = -gjahr ** I_ENVIRONMENT = 'SAP' ** I_SUBCLASS = '01' * I_FMABP = l_fmabp ** I_OBJ_TYPE = ** I_OBJ_SYS = ** I_REF_ORG_UN = ** I_REFDOCNR = ** I_FLG_BUFFER = 'X' * IMPORTING ** E_FMABP = * E_T_FMABP = l_t_fmabp * EXCEPTIONS * DERIVATION_FAILED = 1 * WRONG_INPUT = 2 * OTHERS = 3 * .

FMKU_SIGN_REVERSE CALL FUNCTION 'FMKU_SIGN_REVERSE' EXPORTING i_fm_area = u_fm_area CHANGING c_t_doc_lines = l_t_ed_lines.

FMKU_SIGN_REVERSE * call function 'FMKU_SIGN_REVERSE' * EXPORTING * i_fm_area = u_fm_area * CHANGING * c_t_doc_lines = l_t_lines_budget.

FM_LEDGER_CHECK_ACTIVE CALL FUNCTION 'FM_LEDGER_CHECK_ACTIVE' EXPORTING i_fm_area = u_fm_area IMPORTING e_flg_active = c_flg_bl_active EXCEPTIONS input_error = 1 not_found = 2 other_error = 3 no_entry_found = 4 no_entry_found_wrttp = 5 wrttp_parameter_missing = 6 OTHERS = 7.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = 'FM_ABP_APPLICATION' * STATE = 'A' langu = sy-langu * IMPORTING * GOTSTATE = * DD01V_WA = TABLES dd07v_tab = l_t_dd07v_tab EXCEPTIONS illegal_input = 1 OTHERS = 2 .

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = 'FM_ABP_APPLICATION' langu = sy-langu TABLES dd07v_tab = st_t_dd07v EXCEPTIONS illegal_input = 1 OTHERS = 2.

FMFG_ABP_ACTIVE CALL FUNCTION 'FMFG_ABP_ACTIVE' EXPORTING i_fikrs = u_fm_area i_gjahr = u_fyear i_application = l_application * I_VALUE_TYPE = ' ' * I_BUDGET_CAT = ' ' IMPORTING e_active = l_flg_active * IMPORTING * E_THRESHOLD = EXCEPTIONS bcs_not_active = 1 OTHERS = 2 .

FMFK_GET_FIKRS_FROM_BUKRS CALL FUNCTION 'FMFK_GET_FIKRS_FROM_BUKRS' EXPORTING i_bukrs = u_bukrs IMPORTING e_fikrs = c_fikrs.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = c_fikrs IMPORTING f_fm01 = l_fm01 EXCEPTIONS input_error = 1 not_found = 2 OTHERS = 3.

FM_GET_YEAR_FROM_DATE CALL FUNCTION 'FM_GET_YEAR_FROM_DATE' EXPORTING i_farea = c_fikrs i_date = u_budat i_bukrs = u_bukrs i_periv = l_fm01-periv IMPORTING e_year = c_year EXCEPTIONS OTHERS = 3.

DOCHEADER_PERIOD_FIND_CHECK CALL FUNCTION 'DOCHEADER_PERIOD_FIND_CHECK' EXPORTING i_bukrs = u_bukrs i_bldat = u_p_bldt i_budat = u_budat CHANGING c_monat = c_period.

DDIF_FIELDINFO_GET * CALL FUNCTION 'DDIF_FIELDINFO_GET' * EXPORTING * tabname = 'FMIOI' * TABLES * dfies_tab = l_t_fields * EXCEPTIONS * OTHERS = 1.

F4IF_INT_TABLE_VALUE_REQUEST * CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' * EXPORTING ** ddic_structure = 'FMIOI' * retfield = 'REFBN' * value_org = 'C' * multiple_choice = ' ' * display = ' ' * TABLES * value_tab = l_t_values * field_tab = l_t_fields * return_tab = l_t_return * EXCEPTIONS * OTHERS = 1.



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