SAPF110E 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 SAPF110E into the relevant SAP transactions such as SE38 or SE80
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.
INCLUDE F110TABL.
INCLUDE FIN_UI_DECO_INCLUDE.
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EFREGUV CALL FUNCTION 'ENQUEUE_EFREGUV' EXPORTING MODE_REGUV = 'E' LAUFD = s01_laufd LAUFI = s01_laufi _WAIT = 'X' EXCEPTIONS FOREIGN_LOCK = 1.
FI_CHECK_EXTENDED_WT CALL FUNCTION 'FI_CHECK_EXTENDED_WT' EXPORTING I_BUKRS = BUKTAB-BUKRS EXCEPTIONS OTHERS = 1.
FI_WT_CHECK_EXTENDED_ACCUM CALL FUNCTION 'FI_WT_CHECK_EXTENDED_ACCUM' EXPORTING I_LAND1 = BUKTAB-LAND1 IMPORTING E_ACC_TYPE_PAY = LV_ACC_TYPE_PAY E_ACC_TYPE_ALL = LV_ACC_TYPE_ALL.
FI_WT_ZP_DETERM_GROUP_OF_CC CALL FUNCTION 'FI_WT_ZP_DETERM_GROUP_OF_CC' TABLES I_BUK_TAB = LT_BUK_TAB I_BUK_TAB_D = LT_BUK_TAB_D.
DEQUEUE_EFREGUV CALL FUNCTION 'DEQUEUE_EFREGUV' EXPORTING MODE_REGUV = 'E' LAUFD = s01_laufd LAUFI = s01_laufi .
F110_READ_T042U CALL FUNCTION 'F110_READ_T042U' EXPORTING I_LAUFD = P_PARLAUFD I_LAUFI = P_PARLAUFI I_ZBUKR = P_ZBUKR I_KOART = P_KOART I_KTONR = P_KONKO IMPORTING E_ZLSPR = E_ZLSPR.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPF110E - FIS: Transfer hierarchy to EIS list processor SAPF110E - FIS: Transfer hierarchy to EIS list processor SAPF10PP - SAPF101 and SAPF100 INCLUDE SAPF10DD - SAPF100 and SAPF101 Include SAPF109A - Balance Sheet Supplement - OI - Analysis per DD.MM.YY SAPF109 - OI Foreign Currency Valuation per DD.MM.YY