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

FH5AHF40_ACTIVATE_SOLLPLAN SAP ABAP INCLUDE - FH5AHF40ACTIVATESOLLPLAN







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

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_INTEGRATION_CHECK CALL FUNCTION 'RH_INTEGRATION_CHECK' IMPORTING integrated_plvar = save_plvar.

RHSPP_CDOC_PSOLL_INIT CALL FUNCTION 'RHSPP_CDOC_PSOLL_INIT'. "time & user stamp

HR_PERSON_READ_WORK_SCHEDULE CALL FUNCTION 'HR_PERSON_READ_WORK_SCHEDULE' EXPORTING begin_date = m_begda end_date = m_endda grouping_dws = person_groupings-motpr grouping_attendence = person_groupings-moabw grouping_substitute = person_groupings-mover TABLES pernr_tab = m_pernr_tab psp = m_pdpsp day_psp = m_day_psp EXCEPTIONS error_in_build_psp = 1 OTHERS = 2. "#EC *

HR_ABS_ATT_TIMES_AT_ENTRY CALL FUNCTION 'HR_ABS_ATT_TIMES_AT_ENTRY' EXPORTING pernr = d4000_soll-pernr awart = d4000_soll-awart begda = d4000_soll-date endda = d4000_soll-date TABLES m0000 = p0000 m0001 = p0001 m0002 = p0002 m0007 = p0007 m2001 = p2001 m2002 = p2002 m2003 = p2003 pws = m_ptpsp times_per_day = m_times_per_day CHANGING beguz = m_beguz enduz = m_enduz vtken = m_vtken stdaz = calc_stdaz EXCEPTIONS it0001_missing = 1 customizing_error = 2 error_occurred = 3 end_before_begin = 4 OTHERS = 5. "#EC *

HR_CALCULATE_SUBST_HOURS CALL FUNCTION 'HR_CALCULATE_SUBST_HOURS' EXPORTING i2003 = p2003 t503_zeity = t503-zeity t001p_mofid = person_groupings-mofid t001p_mosid = person_groupings-mosid i0007_schkz = p0007-schkz IMPORTING stdaz = calc_stdaz.

RHSPP_CDOC_PSOLL_WRITE CALL FUNCTION 'RHSPP_CDOC_PSOLL_WRITE' EXPORTING im_psoll = psoll im_action = 'U'.

RHSPP_CDOC_PSOLL_WRITE CALL FUNCTION 'RHSPP_CDOC_PSOLL_WRITE' EXPORTING im_psoll = psoll im_action = 'U'.



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