SAP Reports / Programs

RJVVLSEE SAP ABAP Report - IS-M/SD: Shipping List for Reduced Charge Package







RJVVLSEE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Shipping list for reduced charge package This program creates the shipping list for a plant on a particular shipping date...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 RJVVLSEE 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

JV93 - IS-M: Shipp.List f.Red.Charge.Pkge


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 RJVVLSEE. "Basic submit
SUBMIT RJVVLSEE AND RETURN. "Return to original report after report execution complete
SUBMIT RJVVLSEE 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: VRSNDDAT = Shipping Date
Selection Text: R_PVA = Edition
Selection Text: R_POVERK = Postal Distribution Indicator
Selection Text: R_DRERZ = Publication
Selection Text: DRCKEI = Plant
Title: IS-M/SD: Shipping List for Reduced Charge Package
Text Symbol: 904 = Number of Printouts
Text Symbol: 905 = Printer
Text Symbol: 906 = Delete After Print
Text Symbol: 907 = Retention Period
Text Symbol: 910 = Print Immediately
Text Symbol: 911 = Print Cover Sheet
Text Symbol: 912 = Text
Text Symbol: 903 = Form Name
Text Symbol: 100 = Spool Number
Text Symbol: 101 = No drop-offs exist for selection criteria
Text Symbol: 102 = Shipping list was created and placed in spool
Text Symbol: 103 = Shipping list was created and sent to printer
Text Symbol: 104 = Shipping list was not created
Text Symbol: 105 = The following errors occurred
Text Symbol: 902 = Print Control
Text Symbol: SDT = Shipping list for reduced chges: $VERSANDDAT$
Text Symbol: M11 = Error occurred during text output
Text Symbol: 913 = Print Language
Text Symbol: 914 = Authorization
Text Symbol: M01 = Error occurred while opening form
Text Symbol: M07 = Error during output of text element
Text Symbol: M08 = Return Code
Text Symbol: M09 = Error while closing
Text Symbol: M10 = Form:


INCLUDES used within this REPORT RJVVLSEE

INCLUDE MJ000TAL.
INCLUDE MJY0FA02.
INCLUDE LJV09FUT.
INCLUDE MJV00T19.
INCLUDE MJV0PF16.


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_UNITS_GET call function 'ISP_UNITS_GET' importing gewichtseinheit_gramm = gv_gewichtseinheit_gramm gewichtseinheit_kilogramm = gv_gewichtseinheit_kilogramm mengeneinheit_stueck = gv_mengeneinheit_stueck.

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 = gewicht_va weight_unit = gewichtseinheit * tables * inserts_tab = inserts_tab exceptions missing_va_weight = 04.

CONTROL_FORM call function 'CONTROL_FORM' exporting command = 'NEW-PAGE' exceptions unopened = 4 unstarted = 5.



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