SAP Reports / Programs

RJVSD_SHPWL_GENERATE SAP ABAP Report - Generate Shipping Worklist







RJVSD_SHPWL_GENERATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RJVSD_SHPWL_GENERATE 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

JVSDTPLOAD - Generate Shipping Plan


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 RJVSD_SHPWL_GENERATE. "Basic submit
SUBMIT RJVSD_SHPWL_GENERATE AND RETURN. "Return to original report after report execution complete
SUBMIT RJVSD_SHPWL_GENERATE 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: SO_CYCLE = D .
Selection Text: X_TEST = Test Run
Selection Text: X_OVER = Overwrite Existing Records
Selection Text: SO_WERKS = Plant
Selection Text: SO_VTWEG = Distribution Channel
Selection Text: SO_VKORG = Sales Organization
Selection Text: SO_SDATE = Shipping Date
Selection Text: SO_MMSTA = Plant-Spec. Matl Status
Selection Text: SO_ISSUE = Media Issue
Selection Text: P_VERSI = Version
Selection Text: P_SDATE = Shipping Date
Selection Text: P_IS = Selected Issues
Selection Text: P_IN = Issues Not Created
Selection Text: P_ID = Issues Created
Selection Text: P_IA = Existing Issues
Selection Text: P_CS = Selected Contracts
Selection Text: P_CN = Contracts Not Created
Selection Text: P_CD = Contracts Created
Selection Text: P_CA = Existing Contracts
Title: Generate Shipping Worklist
Text Symbol: 140 = Logging Parameters
Text Symbol: 130 = Control Parameters
Text Symbol: 120 = Selection Parameters
Text Symbol: 100 = Generation Parameters


INCLUDES used within this REPORT RJVSD_SHPWL_GENERATE

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:

ISM_SD_API_SHP_WL_GENERATE call function 'ISM_SD_API_SHP_WL_GENERATE' exporting it_werks = so_werks[] it_cycle = so_cycle[] iv_sdate = p_sdate iv_test = x_test it_vkorg = so_vkorg[] it_vtweg = so_vtweg[] it_mmsta = so_mmsta[] it_issue = so_issue[] iv_versi = p_versi it_sdate = so_sdate[] is_genlog = ls_genlog importing ev_error = lv_error et_return = lt_return.

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = ls_log importing e_log_handle = ls_handle exceptions log_header_inconsistent = 1 others = 2.

ISM_SYST_TO_RETURN_MESSAGE call function 'ISM_SYST_TO_RETURN_MESSAGE' tables msg_tab = lt_return.

BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = ls_handle i_s_msg = ls_msg.

BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting i_save_all = 'X' exceptions log_not_found = 1 save_not_allowed = 2 numbering_error = 3 others = 4.

ISM_SYST_TO_RETURN_MESSAGE call function 'ISM_SYST_TO_RETURN_MESSAGE' tables msg_tab = lt_return.

BAL_DSP_PROFILE_SINGLE_LOG_GET call function 'BAL_DSP_PROFILE_SINGLE_LOG_GET' importing e_s_display_profile = ls_display_profile exceptions others = 1.

ISM_SYST_TO_RETURN_MESSAGE call function 'ISM_SYST_TO_RETURN_MESSAGE' tables msg_tab = lt_return.

BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_s_display_profile = ls_display_profile exceptions others = 1.

ISM_SYST_TO_RETURN_MESSAGE call function 'ISM_SYST_TO_RETURN_MESSAGE' tables msg_tab = lt_return.



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