SAP Reports / Programs | Personnel Time Management | Shift Planning(PT-SP) SAP PT

FH5AHF00_CALL_DAY_PLANNER SAP ABAP INCLUDE - FH5AHF00CALLDAYPLANNER







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

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:

RH_BUILD_DAY_SHIFTPLAN CALL FUNCTION 'RH_BUILD_DAY_SHIFTPLAN' EXPORTING planversion = pfedy-plvar date = cd_date shiftgroup = pdpla-dienstgr factory_calendar_id = calendar_id * plan_begin = pfedy-begda "R45K000028 VEX * plan_end = pfedy-endda "R45K000028 VEX plan_begin = call_begda "R45K000028 VEX plan_end = call_endda "R45K000028 VEX * grouping_dws = motpr "VEX Modif * grouping_attendence = moabw * grouping_substitute = mover profile_id = pdsp_prfl-profile_id status = pdpla-status req_display = req_status infotxt_in = act_infotxt rule_assignment = g_rule_ass "XEK 740164 IMPORTING return_code = return_code assignments_changed = assignments_changed req_display_changed = matchup_changed infotxt_out = act_infotxt TABLES persons = person_tab int_t77ed = i_t77ed timeinfo = person_record org_objects = org_objects arbpl_objects = arbpl_objects job_objects = job_tab assignments = req_assign org_assignment = pernr_orgeh_tab "R45K000028 VEX user_cust_tab = param_tab p_infotxt_tab = infotxt_tab completed_plan = ipsoll info_columns = all_info_columns "L9CK013890 CHANGING "PH4K026554 VEX actual_date = local_datum "PH4K026554 VEX EXCEPTIONS OTHERS = 1. "#EC *

HR_SHIFTPLAN_GET_INFOCOLUMNS CALL FUNCTION 'HR_SHIFTPLAN_GET_INFOCOLUMNS' EXPORTING begin_date = pfedy-begda end_date = pfedy-endda * BNAME = SY-UNAME g_peins_psinf = g_peins_psinf "CSJ 728627 IMPORTING info_columns = all_info_columns ex_info_column_variant = g_var_inf "CSJ 728627 TABLES pernr_tab = local_pernr_tab user_cust_tab = param_tab *FMS performance note 590985 buffer_saldo = buffer_saldo prev_saldo = prev_saldo *FMS end *FMS note673730 fehler_ps = ifehler *FMS end EXCEPTIONS infocol_error = 1 OTHERS = 2 .



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