SAP Reports / Programs | Personnel Time Management | Shift Planning | Shift Planning for Public Sector(PT-SP-PS) SAP PT

FH5AH_FORMS_PS_INFOCOL SAP ABAP INCLUDE - FH5AHFORMSPSINFOCOL







FH5AH_FORMS_PS_INFOCOL 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 FH5AH_FORMS_PS_INFOCOL 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 FH5AH_FORMS_PS_INFOCOL. "Basic submit
SUBMIT FH5AH_FORMS_PS_INFOCOL AND RETURN. "Return to original report after report execution complete
SUBMIT FH5AH_FORMS_PS_INFOCOL 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 FH5AH_FORMS_PS_INFOCOL

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:

HRSPPS_INFO_VAR_GET_DLG CALL FUNCTION 'HRSPPS_INFO_VAR_GET_DLG' EXPORTING im_actual_flag = actual_flag IMPORTING enter_ok_code = action_code ex_selected_variant = selected_info_variant.

HRSPPS_INFO_VAR_DEL CALL FUNCTION 'HRSPPS_INFO_VAR_DEL' EXPORTING im_variant_name = selected_info_variant-variant_name EXCEPTIONS variant_not_found = 1 variant_text_not_found = 2 info_columns_not_found = 3 OTHERS = 4.

HRSPPS_INFO_VAR_GET CALL FUNCTION 'HRSPPS_INFO_VAR_GET' EXPORTING variant_name = selected_info_variant-variant_name IMPORTING ex_info_column_variant = sel_hrspp_info_vars TABLES ot_selected_cols = lt_hrspp_info_columns EXCEPTIONS get_variant_failed = 1 OTHERS = 2.

HR_SHIFTPLAN_SET_PARAMETER CALL FUNCTION 'HR_SHIFTPLAN_SET_PARAMETER' EXPORTING user_name = username parameter_id = 'PE_INFO' para_value = pe_info_parameter.

HR_SHIFTPLAN_GET_INFOCOLUMNS CALL FUNCTION 'HR_SHIFTPLAN_GET_INFOCOLUMNS' EXPORTING begin_date = pfedy-begda end_date = pfedy-endda bname = sy-uname target_flag = soll_flag g_peins_psdci = g_peins_psdci g_fill_info_col = g_fill_info_col g_peins_psinf = g_peins_psinf "CSJ 728627 IMPORTING info_columns = all_info_columns ex_info_column_variant = g_var_inf TABLES pernr_tab = local_pernr_tab user_cust_tab = param_tab buffer_saldo = buffer_saldo prev_saldo = prev_saldo buffer_zl = buffer_zl prev_zl = prev_zl employee_deduction = employee_deduction ot_hrspp_info_columns = g_var_inf_col CHANGING g_import_b2_done = g_import_b2_done g_import_b2_pp_done = g_import_b2_pp_done.

HRSPPS_INFO_VAR_SAV_DLG CALL FUNCTION 'HRSPPS_INFO_VAR_SAV_DLG' EXPORTING * no_save = no_save_flag im_is_actual_plan = actual_flag im_current_variant = g_var_inf im_selected_columns = lt_inf_col_sel IMPORTING all_plans = all_plans_flag ex_info_column_variant = l_var_inf * TABLES * column_list = lt_inf_col_list EXCEPTIONS * column_list_required = 1 user_cancel = 2 OTHERS = 3.

HRSP_CHANGE_SINGLE_IC_VALUE CALL FUNCTION 'HRSP_CHANGE_SINGLE_IC_VALUE' EXPORTING infocol = infosp ic_new_key = begin_date = pfedy-begda end_date = pfedy-endda g_peins_psdci = g_peins_psdci g_fill_info_col = g_fill_info_col TABLES * user_cust_tab = user_cust_tab YOC user_cust_tab = param_tab buffer_saldo = buffer_saldo prev_saldo = prev_saldo buffer_zl = buffer_zl "xqi 1468523 fehler_ps = ifehler "xqi 1452689 CHANGING all_info_columns = all_info_columns g_import_b2_done = g_import_b2_done g_import_b2_pp_done = g_import_b2_pp_done.

HRSPPS_UPDATE_INFOCL_TABLES CALL FUNCTION 'HRSPPS_UPDATE_INFOCL_TABLES' EXPORTING im_display_info_columns = all_info_columns TABLES ch_user_param_tab = param_tab.

POPUP_TO_INFORM * CALL FUNCTION 'POPUP_TO_INFORM' * EXPORTING * titel = text-420 * txt1 = ' ' * txt2 = ' ' * txt3 = text-421.

HRSPPS_INFO_COL_CHANGE CALL FUNCTION 'HRSPPS_INFO_COL_CHANGE' EXPORTING im_column_list = l_info_col_list CHANGING ch_selected_columns = l_info_col_sel EXCEPTIONS * COLUMN_LIST_REQUIRED = 1 user_cancel = 2 * OTHERS = 3 .

HRSP_GET_INFOCOLUMN CALL FUNCTION 'HRSP_GET_INFOCOLUMN' EXPORTING infokey = infocol_name info_begin_date = pfedy-begda info_end_date = pfedy-endda g_peins_psdci = g_peins_psdci g_fill_info_col = g_fill_info_col TABLES buffer_saldo = buffer_saldo prev_saldo = prev_saldo buffer_zl = buffer_zl prev_zl = prev_zl employee_deduction = employee_deduction CHANGING info_content = ad_hoc_info g_import_b2_done = g_import_b2_done g_import_b2_pp_done = g_import_b2_pp_done.

HRDPBS_CONVERSION_MODULE CALL FUNCTION 'HRDPBS_CONVERSION_MODULE' EXPORTING input = wa_value1 im_dcpfm = g_dcpfm IMPORTING output = num_val1 EXCEPTIONS no_numeric = 1 OTHERS = 2.

HRDPBS_CONVERSION_MODULE CALL FUNCTION 'HRDPBS_CONVERSION_MODULE' EXPORTING input = wa_value2 im_dcpfm = g_dcpfm IMPORTING output = num_val2 EXCEPTIONS no_numeric = 1 OTHERS = 2.

HRSP_GET_AD_HOC_INFO_COL CALL FUNCTION 'HRSP_GET_AD_HOC_INFO_COL' EXPORTING im_infocol_name = col_info_row-infocol im_all_pernr = local_pernr_tab[] im_begda = pfedy-begda im_endda = pfedy-endda im_peins_psdci = g_peins_psdci im_fill_info_col = g_fill_info_col TABLES buffer_saldo = buffer_saldo prev_saldo = prev_saldo buffer_zl = buffer_zl prev_zl = prev_zl employee_deduction = employee_deduction CHANGING ch_ad_hoc_info = lt_ad_hoc_info_content ch_import_b2_done = g_import_b2_done ch_import_b2_pp_done = g_import_b2_pp_done.

HRSP_GET_AD_HOC_INFO_COL CALL FUNCTION 'HRSP_GET_AD_HOC_INFO_COL' EXPORTING im_infocol_name = ad_hoc_infocol-infokey im_all_pernr = local_pernr_tab[] im_selected_pernr = l_pernr_tab im_begda = pfedy-begda im_endda = pfedy-endda im_peins_psdci = g_peins_psdci im_fill_info_col = g_fill_info_col TABLES buffer_saldo = buffer_saldo prev_saldo = prev_saldo buffer_zl = buffer_zl prev_zl = prev_zl employee_deduction = employee_deduction CHANGING ch_ad_hoc_info = ad_hoc_info_content ch_import_b2_done = g_import_b2_done ch_import_b2_pp_done = g_import_b2_pp_done.

HRSP_GET_AD_HOC_INFO_COL CALL FUNCTION 'HRSP_GET_AD_HOC_INFO_COL' EXPORTING im_infocol_name = wa_all_info_columns-infokey im_all_pernr = local_pernr_tab[] im_begda = pfedy-begda im_endda = pfedy-endda im_peins_psdci = g_peins_psdci im_fill_info_col = g_fill_info_col TABLES buffer_saldo = buffer_saldo prev_saldo = prev_saldo buffer_zl = buffer_zl prev_zl = prev_zl employee_deduction = employee_deduction CHANGING ch_ad_hoc_info = ad_hoc_info_content ch_import_b2_done = g_import_b2_done ch_import_b2_pp_done = g_import_b2_pp_done.

HRSPPS_UPDATE_INFOCL_TABLES CALL FUNCTION 'HRSPPS_UPDATE_INFOCL_TABLES' EXPORTING im_display_info_columns = all_info_columns TABLES ch_user_param_tab = param_tab.



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