SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Information System(FI-GL-IS) SAP FI

F107S001 SAP ABAP INCLUDE - include for sapf107s







F107S001 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 F107S001 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 F107S001. "Basic submit
SUBMIT F107S001 AND RETURN. "Return to original report after report execution complete
SUBMIT F107S001 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 for sapf107s


INCLUDES used within this REPORT F107S001

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:

OPEN_FI_PERFORM_00002730_P CALL FUNCTION 'OPEN_FI_PERFORM_00002730_P' EXPORTING I_F107V = H_F107V IKUNNR = I_ACCTAB-KUNNR IBUKRS = I_ACCTAB-BUKRS ITRACE = I_ACCTAB-TRACE TABLES I_BWPOS = I_BWPOS T_FIMSG = T_FIMSG EXCEPTIONS NO_DATA = 1 AUTHORITY_CHECK = 2 OTHERS = 3.

VALUATION_OI_SELECT_AR CALL FUNCTION 'VALUATION_OI_SELECT_AR' EXPORTING I_F107V = H_F107V IKUNNR = I_ACCTAB-KUNNR IBUKRS = I_ACCTAB-BUKRS ITRACE = I_ACCTAB-TRACE TABLES I_BWPOS = I_BWPOS T_FIMSG = T_FIMSG EXCEPTIONS NO_DATA = 1 AUTHORITY_CHECK = 2 OTHERS = 3.

OPEN_FI_PERFORM_00002710_E CALL FUNCTION 'OPEN_FI_PERFORM_00002710_E' EXPORTING I_F107V = H_F107V IKUNNR = I_ACCTAB-KUNNR IBUKRS = I_ACCTAB-BUKRS ITRACE = I_ACCTAB-TRACE TABLES I_BWPOS = I_BWPOS T_FIMSG = T_FIMSG.

OPEN_FI_PERFORM_00002730_P CALL FUNCTION 'OPEN_FI_PERFORM_00002730_P' EXPORTING I_F107V = H_F107V IKUNNR = I_ACCTAB-KUNNR IBUKRS = I_ACCTAB-BUKRS ITRACE = I_ACCTAB-TRACE TABLES I_BWPOS = I_BWPOS T_FIMSG = T_FIMSG EXCEPTIONS NO_DATA = 1 AUTHORITY_CHECK = 2 OTHERS = 3.

VALUATION_OI_SELECT_AP CALL FUNCTION 'VALUATION_OI_SELECT_AP' EXPORTING I_F107V = H_F107V ILIFNR = I_ACCTAB-LIFNR IBUKRS = I_ACCTAB-BUKRS ITRACE = I_ACCTAB-TRACE TABLES I_BWPOS = I_BWPOS T_FIMSG = T_FIMSG EXCEPTIONS NO_DATA = 1 AUTHORITY_CHECK = 2 OTHERS = 3.

VALUATION_ACCOUNT_LOCKING CALL FUNCTION 'VALUATION_ACCOUNT_LOCKING' EXPORTING I_F107V = H_F107V I_IACCTAB = I_ACCTAB TABLES T_FIMSG = T_FIMSG EXCEPTIONS NOLOCK = 1 OTHERS = 2.

OPEN_FI_PERFORM_00002720_P CALL FUNCTION 'OPEN_FI_PERFORM_00002720_P' EXPORTING I_F107V = H_F107V ITRACE = ACCTAB-TRACE TABLES I_BWPOS = T_BWPOS T_FIMSG = T_FIMSG.

OPEN_FI_PERFORM_00002720_P CALL FUNCTION 'OPEN_FI_PERFORM_00002720_P' EXPORTING I_F107V = H_F107V ITRACE = ACCTAB-TRACE TABLES I_BWPOS = T_BWPOS T_FIMSG = T_FIMSG.

VALUATION_ADJUSTMENT_CALC_2 CALL FUNCTION 'VALUATION_ADJUSTMENT_CALC_2' EXPORTING IF107V = H_F107V ITRACE = ACCTAB-TRACE TABLES I_BWPOS = T_BWPOS T_FIMSG = T_FIMSG.

VALUATION_ADJUSTMENT_CALC_3 CALL FUNCTION 'VALUATION_ADJUSTMENT_CALC_3' EXPORTING IF107V = H_F107V ITRACE = ACCTAB-TRACE TABLES I_BWPOS = T_BWPOS T_FIMSG = T_FIMSG.

OPEN_FI_PERFORM_00002740_E CALL FUNCTION 'OPEN_FI_PERFORM_00002740_E' EXPORTING IF107V = H_F107V ITRACE = ACCTAB-TRACE TABLES I_BWPOS = T_BWPOS T_FIMSG = T_FIMSG.

VALUATION_CREATE_POSTINGS CALL FUNCTION 'VALUATION_CREATE_POSTINGS' EXPORTING IF107V = H_F107V I_TEST = SPACE TABLES T_FIMSG = T_FIMSG.

OPEN_FI_PERFORM_00002750_E CALL FUNCTION 'OPEN_FI_PERFORM_00002750_E' EXPORTING IF107V = H_F107V I_TEST = SPACE TABLES T_FIMSG = T_FIMSG.

PC_FUNCTION_FIND CALL FUNCTION 'PC_FUNCTION_FIND' EXPORTING I_PROCS = IY TABLES T_FMRFC = FMTAB EXCEPTIONS NOTHING_FOUND = 1 OTHERS = 2.

BF_FUNCTIONS_FIND CALL FUNCTION 'BF_FUNCTIONS_FIND' EXPORTING I_EVENT = XEVENT TABLES T_FMRFC = FMTAB EXCEPTIONS NOTHING_FOUND = 4 OTHERS = 8.



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