KW_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 KW_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: L_AREA = Area
Selection Text: L_MODE = Append
Title: OBSOLETE - Use report RSIWB_CD_PACKING_LIST_CREATE
Text Symbol: 001 = Select Area and Mode
Text Symbol: 003 = Area
Text Symbol: 004 = Structures are being searched; please wait...
Text Symbol: 006 = Generate index
Text Symbol: 007 = Replace HtmlHelp.ini / Overview.txt or add new information
Text Symbol: 010 = File
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
WS_FILENAME_GET * CALL FUNCTION 'WS_FILENAME_GET' * EXPORTING ** def_filename = l_filename * def_path = p_path * mask = h_mask * mode = 'O' * title = h_title_text * IMPORTING * filename = p_filename ** rc = * EXCEPTIONS * inv_winsys = 1 * no_batch = 2 * selection_cancel = 3 * selection_error = 4 * OTHERS = 5.
TMP_GUI_READ_DIRECTORY * CALL FUNCTION 'TMP_GUI_READ_DIRECTORY' * EXPORTING * extension = c_extension * directory_path = p_path * IMPORTING * error_msg = p_error_msg * TABLES * index_table = p_tab_chm.
IW_C_CLASSES_GET **CALL FUNCTION 'IW_C_CLASSES_GET' ** EXPORTING ** AREA = P_AREA ** IMPORTING ** FOLDER_CLASS = P_FOLDER ** TABLES ** STRUCT_CLASSES = H_STRUCT_CLASSES.
INFO_OBJECT_QUERY * CALL FUNCTION 'INFO_OBJECT_QUERY' * EXPORTING * area = p_area * internal_objects = ' ' * IMPORTING * error_msg = h_error_msg * TABLES * context = p_context * query = h_query * requested_properties = h_req_properties * RESULT = h_result * properties_of_result = p_shh_properties.
WS_UPLOAD * CALL FUNCTION 'WS_UPLOAD' * EXPORTING ** codepage = 'IBM' * codepage = 'ASC' * filename = h_filename ** filetype = 'IBM' * filetype = 'ASC' ** HEADLEN = ' ' ** LINE_EXIT = ' ' ** TRUNCLEN = ' ' ** USER_FORM = ' ' ** USER_PROG = ' ' ** IMPORTING ** FILELENGTH = * TABLES * data_tab = h_data_tab * EXCEPTIONS * conversion_error = 1 * file_open_error = 2 * file_read_error = 3 * invalid_table_width = 4 * invalid_type = 5 * no_batch = 6 * unknown_error = 7 * gui_refuse_filetransfer = 8 * OTHERS = 9 * .
WS_DOWNLOAD * CALL FUNCTION 'WS_DOWNLOAD' * EXPORTING ** codepage = 'IBM' * codepage = 'ASC' * filename = h_filename ** filetype = 'IBM' * filetype = 'ASC' * mode = h_mode ** importing ** filelength = h_filelength * TABLES * data_tab = p_html_ini * EXCEPTIONS * file_open_error = 1 * file_write_error = 2 * invalid_filesize = 3 * invalid_table_width = 4 * invalid_type = 5 * no_batch = 6 * unknown_error = 7 * gui_refuse_filetransfer = 8 * OTHERS = 9.
IOB_STRUCTURE_ROOT_PROPS_GET * CALL FUNCTION 'IOB_STRUCTURE_ROOT_PROPS_GET' * EXPORTING * structure_object = h_info_object * only_title = 'X' * IMPORTING * iwb_title = p_tab_attribs-s_title * TABLES * context = p_context * EXCEPTIONS * not_found = 1 * OTHERS = 2.
INFO_OBJECTS_PROPERTIES_GET * CALL FUNCTION 'INFO_OBJECTS_PROPERTIES_GET' * TABLES * info_objects = h_info_objects * context = p_context * requested_properties = h_req_properties * properties = h_properties * bad_objects = h_bad_objects.
INFO_OBJECTS_PROPERTIES_GET * CALL FUNCTION 'INFO_OBJECTS_PROPERTIES_GET' * TABLES * info_objects = h_info_objects * context = p_context * requested_properties = h_req_properties * properties = h_properties * bad_objects = h_bad_objects.
GET_COMPONENT_DESCRIPTION * CALL FUNCTION 'GET_COMPONENT_DESCRIPTION' * EXPORTING * langu = h_language * component = h_comp_id * IMPORTING * ps_posid = p_tab_attribs-component * name = p_tab_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 = p_folder * TABLES * io_properties = h_io_properties.
IW__C_CLASS_DESCRIPTION_GET * CALL FUNCTION 'IW__C_CLASS_DESCRIPTION_GET' * EXPORTING * class = p_folder * IMPORTING * description = p_description-folder.
IW__C_CLASS_DESCRIPTION_GET * CALL FUNCTION 'IW__C_CLASS_DESCRIPTION_GET' * EXPORTING * class = p_tab_attribs-class * IMPORTING * description = p_description-struct.
WS_UPLOAD * CALL FUNCTION 'WS_UPLOAD' * EXPORTING ** codepage = 'IBM' * codepage = 'ASC' * filename = h_filename ** filetype = 'IBM' * filetype = 'ASC' ** HEADLEN = ' ' ** LINE_EXIT = ' ' ** TRUNCLEN = ' ' ** USER_FORM = ' ' ** USER_PROG = ' ' ** IMPORTING ** FILELENGTH = * TABLES * data_tab = h_data_tab * EXCEPTIONS * conversion_error = 1 * file_open_error = 2 * file_read_error = 3 * invalid_table_width = 4 * invalid_type = 5 * no_batch = 6 * unknown_error = 7 * gui_refuse_filetransfer = 8 * OTHERS = 9 * .
WS_DOWNLOAD * CALL FUNCTION 'WS_DOWNLOAD' * EXPORTING ** codepage = 'IBM' * codepage = 'ASC' * filename = h_filename ** filetype = 'IBM' * filetype = 'ASC' * mode = h_mode ** importing ** filelength = h_filelength * TABLES * data_tab = p_tab_oview * EXCEPTIONS * file_open_error = 1 * file_write_error = 2 * invalid_filesize = 3 * invalid_table_width = 4 * invalid_type = 5 * no_batch = 6 * unknown_error = 7 * gui_refuse_filetransfer = 8 * OTHERS = 9.
IWB_PROPERTY_VALUE_REQUEST **CALL FUNCTION 'IWB_PROPERTY_VALUE_REQUEST' ** EXPORTING ** PROPERTY_NAME = C_IWB_AREA ** IMPORTING ** IS_CANCELLED = H_CANCELLED ** SELECTED_VALUE = H_RETURN_VALUE ** TABLES ** PROPERTY_VALUES = H_PROP_VAL.
DYNP_VALUES_UPDATE **CALL FUNCTION 'DYNP_VALUES_UPDATE' ** EXPORTING ** DYNAME = H_DYNAME ** DYNUMB = H_DYNUMB ** TABLES ** DYNPFIELDS = H_DYNPRO.
* 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.
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 KW_CD_PACKING_LIST_CREATE or its description.
KW_CD_PACKING_LIST_CREATE - OBSOLETE - Use report RSIWB_CD_PACKING_LIST_CREATE KW_CD_PACKING_LIST_CREATE - OBSOLETE - Use report RSIWB_CD_PACKING_LIST_CREATE KWTOP - documentation and ABAP source code KWTMN_TREE_EVENTS - KWTMNTREEEVENTS KWTMN_TOOLBAR_EVENTS_TREE - KWTMNTOOLBAREVENTSTREE KWTMN_TEXT_EDITOR_EVENTS - KWTMNTEXTEDITOREVENTS