F110SFW0_WT_PREPARE_GRP_ACCTS 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_PREPARE_GRP_ACCTS 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 = WT_ACC_ALL-XACCPAY E_ACC_TYPE_ALL = WT_ACC_ALL-XACCALL.
FI_WT_ZP_PREPARE_GROUP_OF_ACCT CALL FUNCTION 'FI_WT_ZP_PREPARE_GROUP_OF_ACCT'.
FI_WT_SET_SELFWITH_STATUS CALL FUNCTION 'FI_WT_SET_SELFWITH_STATUS' 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_PREPARE_GRP_ACCTS - F110SFW0WTPREPAREGRPACCTS F110SFW0_WT_POST_WITHHOLDING - F110SFW0WTPOSTWITHHOLDING F110SFW0_WT_EXTEND_REGUS - F110SFW0WTEXTENDREGUS F110SFW0_WT_EXCL_ACCOUNTS - F110SFW0WTEXCLACCOUNTS F110SFW0_WT_CHECK_KONKO - F110SFW0WTCHECKKONKO F110SFW0_WT_CALCULATE_VAT - F110SFW0WTCALCULATEVAT