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

FH5AHF00_CALL_SHIFTPLAN_ASSIGN SAP ABAP INCLUDE - FH5AHF00CALLSHIFTPLANASSIGN







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

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_SHIFTPLAN_ASSIGN_VIEW CALL FUNCTION 'RH_SHIFTPLAN_ASSIGN_VIEW' EXPORTING planversion = pfedy-plvar 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 start_date = start_date * grouping_dws = motpr "VEX Modif * grouping_attendence = moabw * grouping_substitute = mover profile_id = pdsp_prfl-profile_id status = pdpla-status im_rule_assignment = g_rule_ass "xqi 761778 IMPORTING return_code = return_code assignments_changed = assignments_changed 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 calendar_tab = icalendar user_cust_tab = param_tab completed_plan = ipsoll "AHR VEX info_columns = all_info_columns "L9CK013890 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 IMPORTING info_columns = all_info_columns 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 EXCEPTIONS infocol_error = 1 OTHERS = 2. "#EC *



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