SAP Reports / Programs

J_1SAVER SAP ABAP Report - IS-M/SD CH: Issue Directory for Newspapers







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


Transaction Code(s):

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

J1SAVER - IS-M: Print Postal Dispatch List


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





Text Symbol: 021 = No.PPacks


INCLUDES used within this REPORT J_1SAVER

INCLUDE MJK00TKO.


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



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