SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

MF260F03 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MF260F03

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:

DYNP_GET_STEPL CALL FUNCTION 'DYNP_GET_STEPL' IMPORTING POVSTEPL = L_STEPL EXCEPTIONS OTHERS = 0. "wms000097

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' RETFIELD = I_RETFIELD * PVALKEY = ' ' DYNPPROG = L_PROG "#EC DOM_EQUAL "wms000097 DYNPNR = L_DYNP DYNPROFIELD = "wms000097 STEPL = L_STEPL WINDOW_TITLE = I_TITLE * VALUE = VALUE_ORG = 'S' * MULTIPLE_CHOICE = ' ' DISPLAY = L_FLG_DISP * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' TABLES VALUE_TAB = IT_VALUES FIELD_TAB = IT_FIELDS.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' "wms232079 EXPORTING "wms232079 dyname = l_repid "wms232079 dynumb = l_dynnr "wms232079 PERFORM_INPUT_CONVERSION "wms072590 = con_x "wms072590 tables "wms232079 dynpfields = lt_dynpread "wms232079 EXCEPTIONS "wms232079 OTHERS = 1. "wms232079

FC_CG_CU_PROPERTIES CALL FUNCTION 'FC_CG_CU_PROPERTIES' EXPORTING E_DIMEN = cS_DYNP-DIMEN E_RVERS = cS_DYNP-RVERS E_RYEAR = cS_DYNP-RYEAR E_PERID = cS_DYNP-PERID E_LANGU = SY-LANGU CHANGING CT_CU_PROP = CT_BUNIT.

DYNP_GET_STEPL CALL FUNCTION 'DYNP_GET_STEPL' IMPORTING POVSTEPL = L_STEPL EXCEPTIONS OTHERS = 0. "wms000097

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_repid dynumb = l_dynnr DETERMINE_LOOP_INDEX = con_x PERFORM_INPUT_CONVERSION = con_x "wms072590 tables dynpfields = lt_dynpread EXCEPTIONS OTHERS = 0. "wms000097

FC_CHAR_VALUE_REQUEST CALL FUNCTION 'FC_CHAR_VALUE_REQUEST' EXPORTING e_display = l_flg_disp e_fieldname = l_fieldname_pov ET_SEL = lt_sel ET_DISPLAY = lt_display ET_AUX_SEL = lt_aux_sel "wms235046e IMPORTING IT_VALUE = lt_value.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING NAME = i_domname "#EC DOM_EQUAL "wms000097 IMPORTING DD01V_WA = ls_dd01v EXCEPTIONS OTHERS = 1.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = 'FC_DOCLNOP' LANGU = sy-langu TABLES DD07V_TAB = lt_DD07V 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 MF260F03 or its description.