RSIWB_CD_PACKING_LIST_CREATE 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 RSIWB_CD_PACKING_LIST_CREATE 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: GT_AREA = D .
Selection Text: ZIP = ZIP
Selection Text: SWC_BAS = BF Software Component
Selection Text: STR_BAS = Structure
Selection Text: SAR = SAR
Selection Text: REUSE = Overwrite Contents
Selection Text: L_MODE_A = Append
Selection Text: L_MODE = Append
Selection Text: EHP_RES = Without EHP/Product Resolution
Selection Text: EHP_BAS = Enhancement Package Key
Selection Text: CLEAN_UP = Delete and Create Again
Selection Text: CHM = CHM
Selection Text: BF_MODE = BF Mode
Selection Text: ATTR = With Attributes
Selection Text: ARC = ARC
Title: Program RSIWB_CD_PACKING_LIST_CREATE
Text Symbol: 025 = Structure
Text Symbol: 024 = No EHP/SP/Product Resolution (no predecessors, but with 'ALL')
Text Symbol: 023 = Software Component of Business Function
Text Symbol: 022 = Enhancement Package Key
Text Symbol: 021 = Business Function
Text Symbol: 020 = Selection of Contents for Structure-Based Exports
Text Symbol: 019 = Functions are not supported
Text Symbol: 018 = Directory Selection
Text Symbol: 017 = Deleting existing directories
Text Symbol: 016 = Copying in process
Text Symbol: 015 = Processed File Formats:
Text Symbol: 014 = Handling BF Subdirectories:
Text Symbol: 013 = Special Processing for Business Functions
Text Symbol: 012 = No valid area selected
Text Symbol: 011 = Area is not valid -
Text Symbol: 010 = HtmlHelp_Attr.txt
Text Symbol: 009 = Replace HtmlHelp_Attr.txt or Add New Information
Text Symbol: 008 = File
Text Symbol: 007 = Replace HtmlHelp.ini / Overview.txt or add new information
Text Symbol: 006 = Index being created
Text Symbol: 005 = HtmlHelp.ini successfully created
Text Symbol: 004 = Structures are being searched; please wait...
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_SYS_PARAMS call function 'TR_SYS_PARAMS' importing systemtype = lv_sys_type exceptions no_systemname = 1 no_systemtype = 2 others = 3.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = '%_00' p_program = 'RSSYSTDB' TABLES p_exclude = gt_exc_fcode.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = text-004.
SDOK_FIND_BY_QUERY CALL FUNCTION 'SDOK_FIND_BY_QUERY' * EXPORTING * CLIENT = SY-MANDT * DOCUSPACE = TABLES query = lt_query CLASSES = lt_sdok_classes * RESULT_PHIOS = * RESULT_LOIOS = * RESULT_RELAS = PROPERTIES_REQUEST = lt_req_properties PROPERTIES_RESULT = lt_properties EXCEPTIONS BAD_CLASS = 1 BAD_QUERY = 2 NOT_AUTHORIZED = 3 OTHERS = 4.
SDOK_LOIOS_PHYSICAL_OBJECT_GET CALL FUNCTION 'SDOK_LOIOS_PHYSICAL_OBJECT_GET' TABLES object_list = lt_objects context = it_context PROPERTIES_REQUEST = lt_req_properties physical_objects = lt_LOIO_PHIO_LIST * COVER_LOIOS = PROPERTIES_RESULT = lt_properties * BAD_OBJECTS = .
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = text-006.
IOB_STRUCTURE_ROOT_PROPS_GET CALL FUNCTION 'IOB_STRUCTURE_ROOT_PROPS_GET' EXPORTING structure_object = ls_object only_title = 'X' IMPORTING iwb_title = ls_attribs-s_title TABLES context = it_context EXCEPTIONS not_found = 1 OTHERS = 2. "#EC *
SDOK_LOIOS_PROPERTIES_GET CALL FUNCTION 'SDOK_LOIOS_PROPERTIES_GET' TABLES object_list = lt_info_objects PROPERTIES_REQUEST = lt_req_properties properties = lt_properties * BAD_OBJECTS = .
INFO_OBJECTS_PROPERTIES_GET CALL FUNCTION 'INFO_OBJECTS_PROPERTIES_GET' TABLES info_objects = lt_info_objects context = it_context requested_properties = lt_req_properties properties = lt_properties.
GET_COMPONENT_DESCRIPTION CALL FUNCTION 'GET_COMPONENT_DESCRIPTION' EXPORTING langu = lv_language component = lv_comp_id IMPORTING ps_posid = ls_attribs-component name = ls_attribs-comp_name EXCEPTIONS key_not_found = 1 OTHERS = 2.
IW_C_CLASS_IO_PROPS_GET CALL FUNCTION 'IW_C_CLASS_IO_PROPS_GET' EXPORTING class = 'IWB_FOLDER' TABLES io_properties = lt_io_properties.
IW__C_CLASS_DESCRIPTION_GET CALL FUNCTION 'IW__C_CLASS_DESCRIPTION_GET' EXPORTING class = 'IWB_FOLDER' IMPORTING description = es_description-folder.
IW__C_CLASS_DESCRIPTION_GET CALL FUNCTION 'IW__C_CLASS_DESCRIPTION_GET' EXPORTING class = ls_attribs-class IMPORTING description = es_description-struct.
IWB_DIRECTORY_GET * CALL FUNCTION 'IWB_DIRECTORY_GET' * EXPORTING * dir_name = p_path ** file_mask = ' ' * TABLES * file_paths = h_file_paths * EXCEPTIONS * wrong_os = 1 * no_file_exist = 2 * OTHERS = 3.
IO_D_CONTEXT_FOR_CLASS CALL FUNCTION 'IO_D_CONTEXT_FOR_CLASS' EXPORTING working_mode = 'DOCU' display_extension = c_no display_country = c_no display_extension_button = c_yes IMPORTING action = h_action TABLES context_values = p_context.
IW_C_CLASSES_GET CALL FUNCTION 'IW_C_CLASSES_GET' EXPORTING AREA = lv_area IMPORTING FOLDER_CLASS = lv_f_class * FOLDER_CLASS_TEXT = TABLES STRUCT_CLASSES = lt_STRUCT_CLASSES.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = text-017.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = text-016.
KW_RECEIVE_EHP_BF_IOS CALL FUNCTION 'KW_RECEIVE_EHP_BF_IOS' EXPORTING * IV_ALL = 'M' IV_RESOLUTION_ON_EHP = lv_ehp_res * IV_POP_UP = 'X' * IV_RESOLVE_IOS = ' ' IV_SELECTION = lv_resolution it_context = lt_context IMPORTING ET_EHP_KEYS = et_ehps ET_BFS = et_bfs * ET_INFO_OBJECTS = EV_ACTION = lv_action.
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 RSIWB_CD_PACKING_LIST_CREATE or its description.
RSIWB_CD_PACKING_LIST_CREATE - Program RSIWB_CD_PACKING_LIST_CREATE RSIWB_CD_PACKING_LIST_CREATE - Program RSIWB_CD_PACKING_LIST_CREATE RSIWB_BG_DISPLAYO01 - Include RSIWB_BG_DISPLAYO01 RSIWB_BG_DISPLAYI01 - Include RSIWB_BG_DISPLAYI01 RSIWB_BG_DISPLAYF01 - Include RSIWB_BG_DISPLAYF01 RSIWB_BG_DISPLAY - Program RSIWB_BG_DISPLAY