SAP Reports / Programs | Personnel Management | Benefits(PA-BN) SAP PA

COBOVERDUEF02 SAP ABAP INCLUDE - documentation and ABAP source code







COBOVERDUEF02 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 COBOVERDUEF02 into the relevant SAP transactions such as SE38 or SE80


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 COBOVERDUEF02. "Basic submit
SUBMIT COBOVERDUEF02 AND RETURN. "Return to original report after report execution complete
SUBMIT COBOVERDUEF02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT COBOVERDUEF02

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:

RS_TREE_GET_CURRENT_LAYOUT CALL FUNCTION 'RS_TREE_GET_CURRENT_LAYOUT' IMPORTING cursor_column = my_cucol cursor_line = my_curow first_node = my_id first_node_type = my_type list_column = my_staco list_line = my_staro TABLES layout = expnd_snode.

HR_BEN_GET_KEY_DATE_FROM_POPUP CALL FUNCTION 'HR_BEN_GET_KEY_DATE_FROM_POPUP' IMPORTING command = my_ucomm subrc = l_subrc CHANGING datum = my_date.

HR_BEN_GET_KEY_DATE_FROM_POPUP CALL FUNCTION 'HR_BEN_GET_KEY_DATE_FROM_POPUP' IMPORTING command = my_ucomm subrc = l_subrc CHANGING datum = my_date.

HR_BEN_SHOW_EE_MASTERDATA CALL FUNCTION 'HR_BEN_SHOW_EE_MASTERDATA' EXPORTING selected_person = l_hide-pernr selection_date = my_date reaction = no_log.

HR_BEN_TREE_SELECT_SINGLE CALL FUNCTION 'HR_BEN_TREE_SELECT_SINGLE' EXPORTING node_id = my_node-id TABLES marktab = slctd_snode.

HR_BEN_TREE_SELECT_ALL CALL FUNCTION 'HR_BEN_TREE_SELECT_ALL' EXPORTING command = command with_hotspot = true TABLES nodetab = cobra_snode marktab = slctd_snode.

HR_BEN_COB_PRINT_TERM CALL FUNCTION 'HR_BEN_COB_PRINT_TERM' EXPORTING qb_benefit_data = benefit_data[] datum = l_hide-date termin_type = l_termin_type termin_date = l_hide-date term_reason = pa_trmre reaction = info_msg IMPORTING new_status = cobra_status subrc = l_subrc TABLES error_table = error_table.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = msg_class12 msg_number = '005' msg_par1 = sy-msgv1 msg_par2 = sy-msgv2 msg_par3 = sy-msgv3 msg_par4 = sy-msgv4 severity = l_subrc reaction = success_msg TABLES error_table = error_table.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = msg_class12 msg_number = '045' msg_par1 = sy-msgv1 msg_par2 = sy-msgv2 msg_par3 = sy-msgv3 msg_par4 = sy-msgv4 severity = l_subrc reaction = success_msg TABLES error_table = error_table.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = msg_class12 msg_number = '044' msg_par1 = sy-msgv1 msg_par2 = sy-msgv2 msg_par3 = sy-msgv3 msg_par4 = sy-msgv4 severity = l_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.

HR_BEN_SHOW_EE_MASTERDATA CALL FUNCTION 'HR_BEN_SHOW_EE_MASTERDATA' EXPORTING selected_person = l_hide-pernr selection_date = my_date reaction = no_log.

HR_BEN_SHOW_ERROR_POPUP CALL FUNCTION 'HR_BEN_SHOW_ERROR_POPUP' EXPORTING title = sy-title TABLES error_table = tree_errors.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = my_callback_program "#EC DOM_EQUAL TABLES selection_table = seltb.

HR_BEN_TREE_FILL_EXPAND_INFO CALL FUNCTION 'HR_BEN_TREE_FILL_EXPAND_INFO' TABLES nodetab = cobra_snode expandtab = expnd_snode infotab = expnd_info.

HR_BEN_COB_PREPARE_ACTION CALL FUNCTION 'HR_BEN_COB_PREPARE_ACTION' EXPORTING pernr = p_pernr cob_subty = p_dsubt cob_objps = p_dobjp enrollment = false datum = p_date reaction = p_react IMPORTING qb_benefit_data = qb_benefit_data action_type = l_termin_type action_date = l_termin_date subrc = p_subrc TABLES error_table = p_error.

HR_BEN_COB_TERMIN_BENEF CALL FUNCTION 'HR_BEN_COB_TERMIN_BENEF' EXPORTING qb_benefit_data = qb_benefit_data datum = p_date termin_type = l_termin_type termin_date = l_termin_date term_reason = p_trmre reaction = p_react IMPORTING subrc = p_subrc TABLES error_table = p_error termin_depend = termin_depend.



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