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

FH5AH_SAVE_INFTY_DATAF01 SAP ABAP INCLUDE - FH5AHSAVEINFTYDATAF01







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

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:

HR_BLP_MAINTAIN_TIMEDATA CALL FUNCTION 'HR_BLP_MAINTAIN_TIMEDATA' EXPORTING check_employee_locked = ' ' IMPORTING messagetab = l_messagetab_main retcd = l_m_subrc CHANGING time_data = tmw_request_tab EXCEPTIONS buffer_error = 1 OTHERS = 2.

HR_BLP_SAVE_TIMEDATA CALL FUNCTION 'HR_BLP_SAVE_TIMEDATA' IMPORTING faulty_pernrgroups = l_faulty_pernrgroups messagetab = l_messagetab_save[] retcd = l_s_subrc.

HR_TMW_BUFFER_FREE CALL FUNCTION 'HR_TMW_BUFFER_FREE' IMPORTING messagetab = l_messagetab_buff.

RH_LIST_BLP_ERRORS CALL FUNCTION 'RH_LIST_BLP_ERRORS' EXPORTING im_messagetab = l_error_mess_tab im_request_tab = tmw_request_tab.

HR_TMW_ITDATA_FROM_BLPREQUEST CALL FUNCTION 'HR_TMW_ITDATA_FROM_BLPREQUEST' EXPORTING recuid = request_wa-control-recuid blprequest_entry = request_wa blprequest_tab = l_request_tab IMPORTING infty_record = prelp_del text = ltext accounting = lpsref EXCEPTIONS wrong_category = 1 parameter_error = 2 no_entry_found = 3 OTHERS = 4.

HR_TIME_DELIM_BY_DATE CALL FUNCTION 'HR_TIME_DELIM_BY_DATE' EXPORTING infty = prelp_del del_begda = i_prelp_wa-begda del_endda = i_prelp_wa-endda get_propose_infties = 'X' IMPORTING propose_infties = prelp_tmp_ins_tab.

HR_TMW_ITDATA_TO_BLPREQUEST CALL FUNCTION 'HR_TMW_ITDATA_TO_BLPREQUEST' EXPORTING infty_record = l_blp_prelp_wa-prelp text = l_blp_prelp_wa-infotxt_tab accounting = l_blp_prelp_wa-psref no_text = no_text no_accounting = no_accounting IMPORTING blprequest_entry = l_tmw_request_tab_wa EXCEPTIONS wrong_category = 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 FH5AH_SAVE_INFTY_DATAF01 or its description.