RJVSDPALLETPACK 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 RJVSDPALLETPACK into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: SEL_MAT = D Material
Selection Text: SEL_ROU = D Truck Route
Selection Text: SEL_SIM = Simulation
Selection Text: SL_VSTEL = D Shipping Point/Receiving Point
Title: IS-M: Create Pallets - INTERNAL
Text Symbol: 001 = Delivery Selection
Text Symbol: 002 = Program Parameters
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
APPL_LOG_SET_OBJECT call function 'APPL_LOG_SET_OBJECT' exporting object = 'JCHNGNR' subobject = 'CHECK' no_log = space.
APPL_LOG_WRITE_SINGLE_MESSAGE call function 'APPL_LOG_WRITE_SINGLE_MESSAGE' exporting object = 'JCHNGNR' subobject = 'CHECK' message = message.
APPL_LOG_WRITE_SINGLE_MESSAGE call function 'APPL_LOG_WRITE_SINGLE_MESSAGE' exporting object = 'JCHNGNR' subobject = 'CHECK' message = message.
BAL_DB_SAVE * call function 'BAL_DB_SAVE'.
APPL_LOG_DISPLAY_INTERN call function 'APPL_LOG_DISPLAY_INTERN' exporting object = 'JCHNGNR' subobject = 'CHECK' * title_list_screen = in_text * column_selection = con_allog_selction column_selection_msg_jump = '1' external_number_display_length = 10.
BAPI_OUTB_DELIVERY_SPLIT_DEC call function 'BAPI_OUTB_DELIVERY_SPLIT_DEC' exporting delivery = in_old_deliv deliverynew = in_new_deliv deliveryitemsbelongto = 'N' businessprocess = wa_businessprocess * TECHNCONTROL = tables itemdata = lt_items * EXTENSIONIN = return = out_return.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJVSDPALLETPACK - IS-M: Create Pallets - INTERNAL RJVSDPALLETPACK - IS-M: Create Pallets - INTERNAL RJVSDP - IS-M/SD: Edit Packaging Characteristics of Media Issues RJVSDP - IS-M/SD: Edit Packaging Characteristics of Media Issues RJVSDMIXCREATELOG - Create Media Issue Mixes: Display Log RJVSDMIXCREATELOG - Create Media Issue Mixes: Display Log