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

J_1SWF02 SAP ABAP Report - IS-M/SD CH/W: Update Monthly WEMF Statistics







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J1S[ - IS-M: CH: Monthly WEMF Update


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_1SWF02. "Basic submit
SUBMIT J_1SWF02 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1SWF02 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: 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:


INCLUDES used within this REPORT J_1SWF02

No INCLUDES are used within this REPORT code!


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_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.



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