J_1SWF02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program J_1SWF02 creates the monthly statistics data from the daily statistics data...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_1SWF02 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J1S[ - IS-M: CH: Monthly WEMF Update
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: VONDATUM = From Date
Selection Text: TEST = Test Run
Selection Text: LISTE = Display Log
Selection Text: BISDATUM = To Date
Title: IS-M/SD CH/W: Update Monthly WEMF Statistics
Text Symbol: 016 = Processing Options
Text Symbol: 015 = Desired Publication Date (Test Run Only)
Text Symbol: 014 = *** No records with changed period exist
Text Symbol: 013 = Records with Changed Period:
Text Symbol: 012 = No records selected from daily statistics
Text Symbol: 011 = DT SOrg DC Dv CG OrdT LD No.iss. (publ/edit./period)
Text Symbol: 010 = Period SPer SPer Qty Categ. Ctr Plnt Publ. Ed.
Text Symbol: 009 = Monthly WEMF Statistic Records Changed (Quantities Totaled):
Text Symbol: 008 = Monthly WEMF Statistic Records Inserted:
Text Symbol: 007 = =======> M O N T H L Y W E M F U P D A T E <======================
Text Symbol: 006 = =======> T --- E --- S --- T --------- R --- U --- N <=======
Text Symbol: 005 = *** Test run -> no records inserted or changed
Text Symbol: 004 = Number of Records w/Changed Period:
Text Symbol: 003 = Number of Records Changed:
Text Symbol: 002 = Number of Records Inserted:
Text Symbol: 001 = Number of Records Read:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISP_JDTVAUSGB_BUFFERED_READ call function 'ISP_JDTVAUSGB_BUFFERED_READ' exporting bisdatum = x_bisdatum drerz = b_tab-drerzauftr * DRUCKEREI = ' ' pva = b_tab-pvaauftr vondatum = x_vondatum tables vausgbtab = t_vausgbtab vawerktab = t_vawerktab exceptions internal_error = 1 no_entry_found = 2 others = 3.
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_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 J_1SWF00 - IS-M/SD CH/W: Update Daily WEMF Statistics J_1SWF00 - IS-M/SD CH/W: Update Daily WEMF Statistics