J_1SWF10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report calculates the average IVW quantities for a certain period...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter J_1SWF10 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.
Selection Text: DRUCKERZ = Publication
Selection Text: ERSCHBIS = - To
Selection Text: ERSCHVON = - From
Selection Text: IVWLAND = Audit Report Country
Selection Text: IVWNR = Audit Report ID
Selection Text: IVW_HT = AR Hierarchy Type
Selection Text: IVW_KAT = Audit Report Category
Selection Text: IVW_VERS = AR Hierarchy Version
Selection Text: KIVWAUSS = Incl.Issues w/Aud.Exclusion
Selection Text: LAAUFR = Expand Delivery Types
Selection Text: LIEFART = Delivery Type
Selection Text: LIEFBIS = - To
Selection Text: LIEFVON = - From
Selection Text: NUR_BAS = Basic Categories Only
Selection Text: PVA = Edition
Selection Text: SPART = Division
Selection Text: VAVARTYP = Issue Variant Type
Selection Text: VKORG = Sales Organization
Selection Text: VTWEG = Distribution Channel
Title: IS-M/SD CH/W: Daily Average WEMF Quantities
Text Symbol: 027 = This program is obsolete and should not be used
Text Symbol: 026 = Publ. Edit. Is
Text Symbol: 025 = Gross print run not maintained for the following issues:
Text Symbol: 024 = No.Issues
Text Symbol: 001 = Publication Period
Text Symbol: 002 = Shipping/Return Period
Text Symbol: 003 = Average AR Qties - Sales + Dist.
Text Symbol: 004 = Date
Text Symbol: 005 = Page
Text Symbol: 006 = frm
Text Symbol: 007 = Ed.
Text Symbol: 008 = Period
Text Symbol: 009 = SOrg./DChan./Div.
Text Symbol: 010 = AR Category
Text Symbol: 011 = Dlv. Type
Text Symbol: 012 = Total Qty (Pc.)
Text Symbol: 013 = No data found that matches selection criteria.
Text Symbol: 014 = *
INCLUDE: MJ000TAL, "ALLGEMEINE DATEN IM ISP.
No SAP DATABASE tables are accessed within this REPORT code!
ISP_AUTH_CHECK_REPO_PARA_VKORG CALL FUNCTION 'ISP_AUTH_CHECK_REPO_PARA_VKORG' EXPORTING PAR_VKORG = VKORG.
ISP_AUTH_CHECK_REPO_PARA_SPART CALL FUNCTION 'ISP_AUTH_CHECK_REPO_PARA_SPART' EXPORTING PAR_SPART = SPART.
ISP_IVW_TREE_GET CALL FUNCTION 'ISP_IVW_TREE_GET' EXPORTING HTVERS = IVW_VERS IVWHTN = IVW_HT TABLES INT_IVW = IVW_INT.
ISP_IVW_CAT_REMAINING_QUANTITY CALL FUNCTION 'ISP_IVW_CAT_REMAINING_QUANTITY' IMPORTING IVWKN_REMAINING_QUANTITY = GLOB_KAT EXCEPTIONS NOT_FOUND = 01.
ISP_COUNT_VA_1 CALL FUNCTION 'ISP_COUNT_VA_1' EXPORTING DRERZ = ITAB2-DRERZ PVA = ITAB2-PVA IMPORTING ANZ_VA = GLOB_ANZ_ERSCHTAGE TABLES INT_VA = VA_TAB EXCEPTIONS NO_ENTRY_FOUND = 01.
ISP_COUNT_VA_2 *call function 'ISP_COUNT_VA_2' * exporting * ivwnr = itab2-ivwnr * importing * anz_va = glob_anz_erschtage * tables * int_va = va_tab * exceptions * no_entry_found = 01.
ISP_IVW_GET_CIRCULATION CALL FUNCTION 'ISP_IVW_GET_CIRCULATION' EXPORTING DRERZ = GLOB_FL-DRERZ PVA = GLOB_FL-PVA IMPORTING AUFLAGE = GLOB_FL-GESAMTAUFL FEHLER = GLOB_FEHLER TABLES INT_VA = VA_TAB SAMM_VA = VA_OHNE.
ISP_IVW_GET_CIRCULATION_IVWNR CALL FUNCTION 'ISP_IVW_GET_CIRCULATION_IVWNR' EXPORTING IVWNR = GLOB_FL-IVWNR IMPORTING AUFLAGE = GLOB_FL-GESAMTAUFL FEHLER = GLOB_FEHLER TABLES INT_VA = VA_TAB SAMM_VA = VA_OHNE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_1SWF10 - IS-M/SD CH/W: Daily Average WEMF Quantities J_1SWF10 - IS-M/SD CH/W: Daily Average WEMF Quantities J_1SWF02 - IS-M/SD CH/W: Update Monthly WEMF Statistics J_1SWF02 - IS-M/SD CH/W: Update Monthly WEMF Statistics J_1SWF01 - IS-M/SD CH/W: Create Annual WEMF Statistics J_1SWF01 - IS-M/SD CH/W: Create Annual WEMF Statistics