SAP Reports / Programs | Financial Accounting | Consolidation | Basic Functions(FI-LC-LC) SAP FI

MF10VF01 SAP ABAP INCLUDE - *







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


Text pool values


Title: *


INCLUDES used within this REPORT MF10VF01

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:

FILC_ZUSATZLEDGER CALL FUNCTION 'FILC_ZUSATZLEDGER' EXPORTING BUKRS = RF10V-BUKRS VERSION = GD_RVERS IMPORTING LEDGER = RF10V-RLDNR SATZART = RF10V-RRCTY VERSION = RF10V-RVERS EXCEPTIONS NO_LEDGER_FOUND = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' "WDU048169 EXPORTING "WDU048169 TEXTLINE1 = TEXT-002 "Wollen Sie die Bearb. "WDU048169

CHECK_BATCH_POSTING CALL FUNCTION 'CHECK_BATCH_POSTING' EXPORTING BUKRS = RF10V-BUKRS RLDNR = RF10V-RLDNR EXCEPTIONS NO_BATCH_POSTING = 1.

FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' "xrp080806 EXPORTING "xrp080806 id_bukrs = rf10v-bukrs "xrp080806 IMPORTING "xrp080806 e_glflex_active = lb_active. "xrp080806

READ_GLT0 CALL FUNCTION 'READ_GLT0' EXPORTING BUKRS = RF10V-BUKRS PERID_FROM = GD_PERID_FROM PERID_TO = RF10V-PERID RACCT = RF10V-SAKNR RBUSA = RF10V-GSBER RLDNR = RF10V-RLDNR RRCTY = RF10V-RRCTY RVERS = RF10V-RVERS RYEAR = RF10V-GJAHR TABLES IT_GLS0 = IT_GLS0 IT_GLT0 = IT_GLT0.

ADD_UP_RECORD CALL FUNCTION 'ADD_UP_RECORD' EXPORTING I_DB = CO_GLT3 I_GLT0 = GLT0 I_GLT3 = GLT3 I_PERID_LOW = GD_PERID_FROM I_PERID_HIGH = RF10V-PERID IMPORTING E_RESULT_LC = IT_GLT3-HSL E_RESULT_TC = IT_GLT3-TSL.

READ_GLT3 * CALL FUNCTION 'READ_GLT3' * EXPORTING * BUKRS = RF10V-BUKRS * PERID_FROM = GD_PERID_FROM * PERID_TO = RF10V-PERID * RACCT = RF10V-SAKNR * RLDNR = GD_RLDNR * RRCTY = GD_RRCTY * RVERS = GD_RVERS * RYEAR = RF10V-GJAHR * TABLES * IT_GLS3 = IT_GLS3.

ENQUEUE_EGGLT3E CALL FUNCTION 'ENQUEUE_EGGLT3E' EXPORTING RLDNR = RF10V-RLDNR RRCTY = RF10V-RRCTY RVERS = GD_RVERS BUKRS = RF10V-BUKRS RYEAR = RF10V-GJAHR RACCT = RF10V-SAKNR.

FAGL_GET_GLT0 CALL FUNCTION 'FAGL_GET_GLT0' EXPORTING i_rrcty = rf10v-rrcty "wes290813 i_bukrs = rf10v-bukrs i_ryear = rf10v-gjahr i_racct = rf10v-saknr i_rbusa = rf10v-gsber IMPORTING et_glt0 = lt_glt0.

ADD_UP_RECORD CALL FUNCTION 'ADD_UP_RECORD' EXPORTING i_db = 'GLT0 ' i_glt0 = ls_glt0 i_glt3 = glt3 i_perid_low = gd_perid_from i_perid_high = rf10v-perid IMPORTING e_result_lc = it_gls0-hsl e_result_tc = it_gls0-tsl.



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