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

J_1SFEE_STATISTICS SAP ABAP Report - IS-M/SD-CH: Monthly Statistics for Postal Charge Settlement







J_1SFEE_STATISTICS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Monthly evaluations for postal charge settlement (CH) The summarized monthly values for the weight groups must be stored by means of the collective run for postal dispatch lists...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_1SFEE_STATISTICS 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

J1SPTAX02 - IS-M: Postal Charge Reporting CH


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_1SFEE_STATISTICS. "Basic submit
SUBMIT J_1SFEE_STATISTICS AND RETURN. "Return to original report after report execution complete
SUBMIT J_1SFEE_STATISTICS 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: PVON = From Date
Selection Text: PPVA = Edition
Selection Text: PDRERZ = Publication
Selection Text: PBIS = To Date
Title: IS-M/SD-CH: Monthly Statistics for Postal Charge Settlement
Text Symbol: 035 = IS-M/SD: Monthly Stats Foreign Direct Entry Press NL
Text Symbol: 036 = IS-M/SD: Monthly Stats Foreign Direct Entry Press FR
Text Symbol: 037 = Domestic Settlemt
Text Symbol: 038 = Foreign Settlement
Text Symbol: 039 = Insert Settlement
Text Symbol: 040 = Monthly Stats Domest.
Text Symbol: 041 = Monthly Stats Carrier Remun.
Text Symbol: 042 = Monthly Stats Format Surch.
Text Symbol: 043 = Monthly Stats Foreign Economy
Text Symbol: 044 = Monthly Stats Foreign Priority
Text Symbol: 045 = Monthly Stats Foreign Direct Entry Press DE
Text Symbol: 046 = Monthly Stats Foreign Direct Entry Press NL
Text Symbol: 047 = Monthly Stats Foreign Direct Entry Press FR
Text Symbol: 048 = TEXT SUR.
Text Symbol: 049 = FORMAT SUR.
Text Symbol: 050 = WHOLES.SUR.
Text Symbol: 051 = MAN. SURCH.
Text Symbol: 052 = NON-SUBS. SUR.
Text Symbol: 053 = COVER SURCH.
Text Symbol: 054 = MANUF. SUR.
Text Symbol: 055 = CARRIER REMUN.
Text Symbol: 056 = LOYALTY GIFT
Text Symbol: 057 = Newspaper No
Text Symbol: 058 = Product:
Text Symbol: 059 = Period:
Text Symbol: 060 = Issue No.:
Text Symbol: 061 = TITLE
Text Symbol: BL1 = Statistics Params
Text Symbol: 034 = IS-M/SD: Monthly Stats Foreign Direct Entry Press DE
Text Symbol: 001 = NO. CARRIERS
Text Symbol: 002 = IS-M/SD: Monthly Stats Foreign Direct Entry Press IT
Text Symbol: 003 = Issue:
Text Symbol: 004 = Newsp.:





Text Symbol: 005 = ALV Object
Text Symbol: 006 = Monthly Stats Foreign Direct Entry Press IT
Text Symbol: 007 = NO.LIABLE TO CHARGE
Text Symbol: 008 = IS-M/SD: Domestic Settlemt
Text Symbol: 009 = RATE
Text Symbol: 010 = SHIP. DATE
Text Symbol: 011 = WEEKDAY
Text Symbol: 012 = ISSUE NO.
Text Symbol: 013 = ISSUE
Text Symbol: 014 = WEIGHT
Text Symbol: 015 = UNIT OF WEIGHT
Text Symbol: 016 = NO. NORMAL
Text Symbol: 017 = NO. TRIAL
Text Symbol: 018 = NO. FIELD
Text Symbol: 019 = NET AMOUNT
Text Symbol: 020 = COUNTRY GROUPING
Text Symbol: 021 = SHP Variant
Text Symbol: 022 = AMOUNT
Text Symbol: 023 = SET.TY.
Text Symbol: 024 = NO. COPIES
Text Symbol: 025 = WTD FR
Text Symbol: 026 = WTD TO
Text Symbol: 027 = IS-M/SD: Foreign Settlement
Text Symbol: 028 = IS-M/SD: Insert Settlement
Text Symbol: 029 = IS-M/SD: Monthly Stats Domestic
Text Symbol: 030 = IS-M/SD: Monthly Stats of Carrier Remun.
Text Symbol: 031 = IS-M/SD: Monthly Stats Format Surch.
Text Symbol: 032 = IS-M/SD: Monthly Stats Foreign Economy
Text Symbol: 033 = IS-M/SD: Monthly Stats Foreign Priority


INCLUDES used within this REPORT J_1SFEE_STATISTICS

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_SELECT_SINGLE_JDTDRER CALL FUNCTION 'ISP_SELECT_SINGLE_JDTDRER' EXPORTING drerz = pva_tab-drerz msgty = 'E' "con_error IMPORTING jdtdrer_i = drerz_tab.

ISP_SELECT_SINGLE_JDTVAUSGB CALL FUNCTION 'ISP_SELECT_SINGLE_JDTVAUSGB' EXPORTING vausgb = p1blg_tab-vausgbbei msgty = '*' IMPORTING jdtvausgb_i = wa_va meldung = meldung EXCEPTIONS no_entry_found = 01.

RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = pbis IMPORTING last_day_of_month = letzer_tag.



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