SAP Reports / Programs | Periodical Sales and Distribution | SAP Media | Periodical Sales and Distribution(IS-M-SD-PS) SAP IS

RJLPOSEE SAP ABAP Report - IS-M/SD: Postal Charges for Reduced Charge Package







RJLPOSEE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Postal check forecast for reduced charge package Data basis: Drop-offs Selection screen You can specify the publication and edition or instead the postal distribution indicator...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 RJLPOSEE 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

JLPC - IS-M: Postal Charges for RCP


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 RJLPOSEE. "Basic submit
SUBMIT RJLPOSEE AND RETURN. "Return to original report after report execution complete
SUBMIT RJLPOSEE 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: R_VDAT = Shipping Date
Selection Text: R_PVA = Edition
Selection Text: R_POVERK = Postal Distribution Indicator
Selection Text: R_DRERZ = Publication
Title: IS-M/SD: Postal Charges for Reduced Charge Package
Text Symbol: L22 = Shipping Date
Text Symbol: L21 = Kilo Rate
Text Symbol: L18 = Charge
Text Symbol: L17 = Charge per Unit
Text Symbol: L16 = Charge Type
Text Symbol: L15 = No.Packages
Text Symbol: L14 = Package Weight
Text Symbol: L13 = Edition
Text Symbol: L12 = Publicatn
Text Symbol: L11 = Piece Rate
Text Symbol: L04 = Total Charges
Text Symbol: L03 = Delivery Type
Text Symbol: L02 = Shipping Date
Text Symbol: H04 = To
Text Symbol: H03 = Shipping Period
Text Symbol: L23 = DlType
Text Symbol: L24 = Quantity
Text Symbol: L25 = Charge Type
Text Symbol: L26 = Charge per Unit
Text Symbol: L34 = Description
Text Symbol: L33 = Edition
Text Symbol: L32 = Description
Text Symbol: L31 = Publn
Text Symbol: L30 = Publications and Editions Evaluated:
Text Symbol: L27 = Charge


INCLUDES used within this REPORT RJLPOSEE

INCLUDE MJ000TAL.
INCLUDE MJL00TCP.
INCLUDE MJY00TKO.
INCLUDE MJY00T03.
INCLUDE MJY00F03.
INCLUDE MJY00T06.
INCLUDE MJY00F06.
INCLUDE MJY0FA02.




INCLUDE MJY00FAT.
INCLUDE MJO00T02.
INCLUDE MJO0FA02.
INCLUDE MJO0TASD.
INCLUDE MJO0FASD.
INCLUDE RJLPOFRM.


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_AUTH_CHECK_POSTAL_FEE_CTR2 call function 'ISP_AUTH_CHECK_POSTAL_FEE_CTR2' " Gebüh.Kontrolle

ISP_ISSUE_AND_INSERTS_WEIGHT call function 'ISP_ISSUE_AND_INSERTS_WEIGHT' exporting in_ablgnr = ablg-ablgnr in_calculate_actual_weight = 'X' in_calculate_planned_weight = ' ' in_issueweight_unit = gv_gewichtseinheit_kilogramm in_vausgbnr = ablg-vausgb importing issueweight = info-gewicht_va_brt issueweight_without_inserts = info-gewicht_va_net weight_unit = info-gewichtseinheit * tables * inserts_tab = inserts_tab exceptions missing_va_weight = 04.

ISP_POSTAGE_GET_DETAIL call function 'ISP_POSTAGE_GET_DETAIL' exporting gewicht_exkl_blg = info_st-gewicht_bund_net gewicht_inkl_blg = info_st-gewicht_bund_brt gewichtseinheit = info_st-gewichtseinheit lfartlog = info_st-lfartlog posttarif = con_posttarif_stueck stueckzahl = info_st-anzahl_bunde * STUECKZAHL = INFO_ST-STUECKZAHL vrsnddatum = info_st-versanddat * waehrung = waehrung tables tkomk = tkomk tkomp = tkomp tkomv = tkomv exceptions no_postage_category = 1.

ISP_POSTAGE_GET_DETAIL call function 'ISP_POSTAGE_GET_DETAIL' exporting gewicht_exkl_blg = info_kt-gewicht_net gewicht_inkl_blg = info_kt-gewicht_brt gewichtseinheit = info_kt-gewichtseinheit lfartlog = info_kt-lfartlog posttarif = con_posttarif_kilo stueckzahl = info_kt-anzahl_bunde vrsnddatum = info_kt-versanddat * waehrung = waehrung tables tkomk = tkomk tkomp = tkomp tkomv = tkomv.

PRICING_DIALOG * call function 'PRICING_DIALOG' * exporting * comm_head_i = tkomk * comm_item_i = tkomp * comm_text = sy-title * display_only = 'X ' * t185_i = h185 * t185f_i = h185f * t185v_i = h185v * importing * comm_head_e = tkomk * comm_item_e = tkomp * tables * tkomv = tkomv.

ISM_POSTAGE_SHOW_DETAIL call function 'ISM_POSTAGE_SHOW_DETAIL' exporting p_komk = tkomk p_komp = tkomp tables p_tkomv = tkomv.



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