COB01F01 is a standard ABAP INCLUDE 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 COB01F01 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.
Title: Subprogram RPUCOB01: List output
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_BEN_GET_TEXT_DOMVALUE CALL FUNCTION 'HR_BEN_GET_TEXT_DOMVALUE' EXPORTING domname = 'COB_EVTYP' domvalue = _event_type reaction = p_react IMPORTING text = _event_text subrc = p_subrc TABLES error_table = p_error.
HR_BEN_GET_TEXT_DOMVALUE CALL FUNCTION 'HR_BEN_GET_TEXT_DOMVALUE' EXPORTING domname = 'COB_EVTYP' domvalue = _event_type reaction = p_react IMPORTING text = _event_text subrc = p_subrc TABLES error_table = p_error.
HR_BEN_GET_TEXT_DOMVALUE CALL FUNCTION 'HR_BEN_GET_TEXT_DOMVALUE' EXPORTING domname = 'COB_EVTYP' domvalue = _event_type reaction = p_react IMPORTING text = _event_text subrc = p_subrc TABLES error_table = p_error.
HR_BEN_GET_TEXT_DOMVALUE CALL FUNCTION 'HR_BEN_GET_TEXT_DOMVALUE' EXPORTING domname = 'COB_EVTYP' domvalue = _event_type reaction = p_react IMPORTING text = _event_text subrc = p_subrc TABLES error_table = p_error.
HR_BEN_GET_TEXT_DOMVALUE CALL FUNCTION 'HR_BEN_GET_TEXT_DOMVALUE' EXPORTING domname = 'COB_EVTYP' domvalue = _event_type reaction = p_react IMPORTING text = _event_text subrc = p_subrc TABLES error_table = p_error.
HR_BEN_GET_TEXT_DOMVALUE CALL FUNCTION 'HR_BEN_GET_TEXT_DOMVALUE' EXPORTING domname = 'COB_EVTYP' domvalue = _event_type reaction = p_react IMPORTING text = _event_text subrc = p_subrc TABLES error_table = p_error.
HR_BEN_GET_TEXT_DOMVALUE CALL FUNCTION 'HR_BEN_GET_TEXT_DOMVALUE' EXPORTING domname = 'COB_EVTYP' domvalue = _event_type reaction = p_react IMPORTING text = _event_text subrc = p_subrc TABLES error_table = p_error.
HR_BEN_GET_TEXT_DOMVALUE CALL FUNCTION 'HR_BEN_GET_TEXT_DOMVALUE' EXPORTING domname = 'COB_EVTYP' domvalue = _event_type reaction = p_react IMPORTING text = _event_text subrc = p_subrc TABLES error_table = p_error.
HR_BEN_GET_TEXT_DOMVALUE CALL FUNCTION 'HR_BEN_GET_TEXT_DOMVALUE' EXPORTING domname = 'COB_EVTYP' domvalue = _event_type reaction = p_react IMPORTING text = _event_text subrc = p_subrc TABLES error_table = p_error.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_structure_name = gc_struct_blist CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command_blist is_layout = gs_layout it_fieldcat = gt_fieldcat_blist i_save = gc_save it_events = gt_events_blist TABLES t_outtab = gt_basiclist EXCEPTIONS program_error = 1 OTHERS = 2.
HR_BEN_SHOW_ERROR_POPUP CALL FUNCTION 'HR_BEN_SHOW_ERROR_POPUP' EXPORTING title = text-err TABLES error_table = error_log.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = msg_class12 msg_number = '042' severity = subrc reaction = success_msg TABLES error_table = error_table.
HR_BEN_COB_PRINT_ER CALL FUNCTION 'HR_BEN_COB_PRINT_ER' EXPORTING datum = datum event_ty = _event_type reaction = no_msg IMPORTING subrc = subrc TABLES error_table = error_table.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = msg_class12 msg_number = '045' severity = subrc reaction = success_msg TABLES error_table = error_table.
HR_BEN_SHOW_ERROR_POPUP CALL FUNCTION 'HR_BEN_SHOW_ERROR_POPUP' TABLES error_table = error_table.
TEXT_SYMBOL_SETVALUE CALL FUNCTION 'TEXT_SYMBOL_SETVALUE' EXPORTING name = fname value = $wert value_length = 0.
CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_structure_name = gc_struct_slist CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command_slist is_layout = gs_layout it_fieldcat = gt_fieldcat_slist i_save = gc_save it_events = gt_events_slist TABLES t_outtab = gt_seclist1 EXCEPTIONS program_error = 1 OTHERS = 2.
HR_BEN_SHOW_ERROR_POPUP CALL FUNCTION 'HR_BEN_SHOW_ERROR_POPUP' EXPORTING title = text-err TABLES error_table = error_log.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = msg_class12 msg_number = '043' severity = subrc reaction = success_msg TABLES error_table = error_table.
HR_BEN_COB_PRINT_ER CALL FUNCTION 'HR_BEN_COB_PRINT_ER' EXPORTING pernr = pernr datum = datum reaction = no_msg IMPORTING subrc = subrc TABLES error_table = error_table.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = msg_class12 msg_number = '045' severity = subrc reaction = success_msg TABLES error_table = error_table.
HR_BEN_SHOW_ERROR_POPUP CALL FUNCTION 'HR_BEN_SHOW_ERROR_POPUP' TABLES error_table = error_table.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = it_header.
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 COB01F01 or its description.