SAP Reports / Programs | Cross-Application Components | General Application Functions | Workforce Management Core(CA-GTF-WFM) SAP CA

WFMI_SCHEDEXCP_PREP_ROUTINES SAP ABAP INCLUDE - Include WFMI_SCHEDEXCP_PREP_ROUTINES







WFMI_SCHEDEXCP_PREP_ROUTINES 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 WFMI_SCHEDEXCP_PREP_ROUTINES 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 WFMI_SCHEDEXCP_PREP_ROUTINES. "Basic submit
SUBMIT WFMI_SCHEDEXCP_PREP_ROUTINES AND RETURN. "Return to original report after report execution complete
SUBMIT WFMI_SCHEDEXCP_PREP_ROUTINES VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include WFMI_SCHEDEXCP_PREP_ROUTINES


INCLUDES used within this REPORT WFMI_SCHEDEXCP_PREP_ROUTINES

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:

WFM_BREAKRULE_DATA_GET CALL FUNCTION 'WFM_BREAKRULE_DATA_GET' EXPORTING is_header = p_header IMPORTING et_break_rules = p_breakrules es_return = p_return.

WFM_BRKTYPES_GETLIST CALL FUNCTION 'WFM_BRKTYPES_GETLIST' EXPORTING is_header = p_header IMPORTING et_brktypes = p_brktypes es_return = p_return.

WFM_PAYCLASS_DATA_GETLIST CALL FUNCTION 'WFM_PAYCLASS_DATA_GETLIST' EXPORTING is_header = p_header IMPORTING et_payclass = p_payclasses es_return = p_return.

WFM_WKND_DAYS_GET CALL FUNCTION 'WFM_WKND_DAYS_GET' EXPORTING is_header = p_header IMPORTING es_wknd_days = p_wknd_days es_return = p_return.

WFM_CDI_GET_HOLIDAYS CALL FUNCTION 'WFM_CDI_GET_HOLIDAYS' EXPORTING iv_org_objid = p_header-org_objid iv_week_of = p_header-start_date IMPORTING et_holidays = p_holidays * ET_PREMIUMS = es_return = p_return .

WFM_BREAKRULE_DATA_GET CALL FUNCTION 'WFM_BREAKRULE_DATA_GET' EXPORTING is_header = lv_header IMPORTING et_break_rules = p_breakrules es_return = lv_return.

WFM_AGT_PAY_BRK_WRKA_GET CALL FUNCTION 'WFM_AGT_PAY_BRK_WRKA_GET' EXPORTING io_partner = po_partner it_payclasses = p_payclasses it_breakrules = p_breakrules IMPORTING es_payclass = p_data-payclass es_breakrule = p_breakrule et_jobs = p_jobs es_return = p_return ev_paytype = p_data-paytype ev_pay = p_data-default_pay.

WFM_AGT_WORKRULES_GET CALL FUNCTION 'WFM_AGT_WORKRULES_GET' EXPORTING is_header = ls_header iv_partner = lv_partner io_partner = po_partner IMPORTING es_workrules = p_data-workrules es_return = p_return.

WFM_BREAKRULE_DATA_GET CALL FUNCTION 'WFM_BREAKRULE_DATA_GET' EXPORTING is_header = ls_header IMPORTING et_break_rules = lt_breakrules es_return = ls_return.

WFM_BRKTYPES_GETLIST CALL FUNCTION 'WFM_BRKTYPES_GETLIST' EXPORTING is_header = ls_header IMPORTING et_brktypes = lt_brktypes es_return = ls_return.

WFM_PAYCLASS_DATA_GETLIST CALL FUNCTION 'WFM_PAYCLASS_DATA_GETLIST' EXPORTING is_header = ls_header IMPORTING et_payclass = lt_payclasses es_return = ls_return.

WFM_CDI_GET_HOLIDAYS CALL FUNCTION 'WFM_CDI_GET_HOLIDAYS' EXPORTING iv_org_objid = lv_org_objid iv_week_of = lv_week_of IMPORTING et_holidays = lt_holidays.

WFM_CFG_CURROPHOURS_GET CALL FUNCTION 'WFM_CFG_CURROPHOURS_GET' EXPORTING IV_ORG_OBJID = lv_org_objid IV_EFFECTIVE_DATE = lv_week_start IV_INCLUDE_CLOSED = 'X' IMPORTING ET_OPEN_TIME = lt_ophours.

HOLIDAY_GET CALL FUNCTION 'HOLIDAY_GET' EXPORTING holiday_calendar = lv_holidaycalendar_id date_from = p_tor_start date_to = p_tor_end TABLES holidays = lt_holiday EXCEPTIONS factory_calendar_not_found = 1 holiday_calendar_not_found = 2 date_has_invalid_format = 3 date_inconsistency = 4 OTHERS = 5.



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