F110SFW0_WT_READ_ACCUMULATION_ 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 F110SFW0_WT_READ_ACCUMULATION_ 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_WT_CHECK_EXTENDED_ACCUM CALL FUNCTION 'FI_WT_CHECK_EXTENDED_ACCUM' EXPORTING I_LAND1 = T001-LAND1 IMPORTING E_ACC_TYPE_PAY = LV_ACC_TYPE_PAY E_ACC_TYPE_ALL = LV_ACC_TYPE_ALL.
FI_WT_ZP_READ_ACCUM_TABLE CALL FUNCTION 'FI_WT_ZP_READ_ACCUM_TABLE' EXPORTING I_LAUFD = REGUH-LAUFD I_LAUFI = REGUH-LAUFI I_LIFNR = REGUH-LIFNR I_KUNNR = REGUH-KUNNR I_VBLNR = REGUH-VBLNR TABLES I_BUK_TAB = WT_BUKRS_GR.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
F110SFW0_WT_READ_ACCUMULATION_ - F110SFW0WTREADACCUMULATION F110SFW0_WT_PREPROCESSING_VAT - F110SFW0WTPREPROCESSINGVAT F110SFW0_WT_PREPARE_GRP_ACCTS - F110SFW0WTPREPAREGRPACCTS F110SFW0_WT_POST_WITHHOLDING - F110SFW0WTPOSTWITHHOLDING F110SFW0_WT_EXTEND_REGUS - F110SFW0WTEXTENDREGUS F110SFW0_WT_EXCL_ACCOUNTS - F110SFW0WTEXCLACCOUNTS