SAP Reports / Programs | SAP Media | SAP Media(IS-M) SAP IS

J_1SWF10 SAP ABAP Report - IS-M/SD CH/W: Daily Average WEMF Quantities







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


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 J_1SWF10. "Basic submit
SUBMIT J_1SWF10 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1SWF10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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 = *





Text Symbol: 015 = Aud.Rpt ID
Text Symbol: 016 = Avg Qty
Text Symbol: 017 = Hier. Type
Text Symbol: 018 = Hierarchy Version
Text Symbol: 019 = Issues with auditing exclusion indicator are also taken into account
Text Symbol: 020 = Ty.
Text Symbol: 021 = DE
Text Symbol: 022 = Countries Cont.
Text Symbol: 023 = No Entry


INCLUDES used within this REPORT J_1SWF10

INCLUDE: MJ000TAL, "ALLGEMEINE DATEN IM ISP.


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:

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.



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