J_1SAVER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The issue directory for newspapers includes the number of copies and postal packs and other characteristics of a certain newspaper issue; it is used principally for checks by the PTT...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_1SAVER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J1SAVER - IS-M: Print Postal Dispatch List
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: WERK = Plant
Selection Text: SAVE = Save
Selection Text: PTT_NR = PTT Newspaper No.
Selection Text: PLANVA = Edition
Selection Text: ERSCHDAT = Publication Date
Selection Text: DRUCKERZ = Publication
Selection Text: AUSGABE = Issue No. or ...
Title: IS-M/SD CH: Issue Directory for Newspapers
Text Symbol: 011 = Newspap.Title
Text Symbol: 010 = Sold-To
Text Symbol: 009 = PTT Newspaper No
Text Symbol: 012 = Issue No.
Text Symbol: 013 = Issue Date
Text Symbol: 014 = Weight per Copy
Text Symbol: 015 = Subscribed Cops
Text Symbol: 016 = Trial Copy
Text Symbol: 017 = Deliv.Copy
Text Symbol: 018 = No.Copies for Domestic Post.Shippg
Text Symbol: 019 = Sold-To
Text Symbol: 008 = At Least 15%
Text Symbol: 007 = At Least 30%
Text Symbol: 006 = Text Portn
Text Symbol: 005 = B4 (250 * 353 mm)
Text Symbol: 004 = B5 (176 * 250 mm)
Text Symbol: 003 = Format
Text Symbol: 002 = Settings
Text Symbol: 001 = Define Output
Text Symbol: 020 = PPck Ty
Text Symbol: 031 = Shipmt Type
Text Symbol: 030 = Field Post Cop
Text Symbol: 029 = Taxable Copies
Text Symbol: 028 = Save Dispatch List
Text Symbol: 027 = No. Copies for Foreign Postal Shippg
Text Symbol: 026 = Inserts Subj.to Charge
Text Symbol: 025 = Grand Total
Text Symbol: 024 = City/Outct Packs
Text Symbol: 023 = Carr.Route PPacks
Text Symbol: 022 = No.Packages
INCLUDE MJK00TKO.
No SAP DATABASE tables are accessed within this REPORT code!
ISP_BLGZUS_READ call function 'ISP_BLGZUS_READ' EXPORTING beilgausst = abladung-beilgausst carrier_va = abladung-vausgb x_read_vas = 'X' TABLES blgzustab = tab_jvtblgzus insettab = beilagen EXCEPTIONS beilgausst_does_not_exist = 01 no_blgzus_found = 02 vas_not_found = 03.
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_1SAVER - IS-M/SD CH: Issue Directory for Newspapers J_1SAVER - IS-M/SD CH: Issue Directory for Newspapers J_1I_WRITE_RG23D - Reads the RG23D table and creates the archive file J_1I_WRITE_RG23D - Reads the RG23D table and creates the archive file J_1I_WRITE_RG1 - Read and archives data from RG1 table J_1I_WRITE_RG1 - Read and archives data from RG1 table