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

WFA_MAINTAIN_PERF_DATA SAP ABAP Report - Report WFMCAS_MAINTAIN_PERF_DATA







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


Text pool values


Title: Report WFMCAS_MAINTAIN_PERF_DATA


INCLUDES used within this REPORT WFA_MAINTAIN_PERF_DATA

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:

WFA_AGT_NEW_EMP_GETLIST CALL FUNCTION 'WFA_AGT_NEW_EMP_GETLIST' EXPORTING iv_org_objid = lv_org iv_start_date = '19000101' iv_end_date = '99991231' IMPORTING et_bp = et_bp es_return = ls_return.

WFA_WRKAREA_GETLIST CALL FUNCTION 'WFA_WRKAREA_GETLIST' EXPORTING iv_org_objid = lv_org iv_start_date = sy-datum iv_end_date = sy-datum * date range must be inside of eff and end date of the org, no overlap allowed * therefore using sys date as a 1 day range is the safest.

WFA_DFTSETGRP_GETLIST CALL FUNCTION 'WFA_DFTSETGRP_GETLIST' EXPORTING po_partner = lo_partner pv_effective_week = iv_week_of IMPORTING es_return = ls_return et_dftsetgrp = bp_defaultset_grpid.

WFA_AGT_PROFILE_MODIFY CALL FUNCTION 'WFA_AGT_PROFILE_MODIFY' EXPORTING is_agt_profile = agt_profile IMPORTING et_return = ls_return2.

WFA_PAYCLASS_GETLIST CALL FUNCTION 'WFA_PAYCLASS_GETLIST' EXPORTING is_header = bp_is_header IMPORTING es_return = ls_return et_payclass = bp_pay_class.

WFA_BRKRULE_GETLIST CALL FUNCTION 'WFA_BRKRULE_GETLIST' EXPORTING po_partner = lo_partner pv_effective_week = iv_week_of IMPORTING es_return = ls_return et_break_rules = bp_breakrule_setid.

WFA_WARELUCT_GETLIST CALL FUNCTION 'WFA_WARELUCT_GETLIST' EXPORTING is_header = bp_is_header IMPORTING * ES_RETURN = et_jobrlctnc = wrkar_reluct .

WFA_WRKAREA_QUALS_MODIFY CALL FUNCTION 'WFA_WRKAREA_QUALS_MODIFY' EXPORTING iv_org_objid = lv_org iv_partner = wa_et_bp-partner iv_effective_date = sy-datum iv_breakrulesetid = wa_bp_breakrule_setid-breakrulesetid iv_pay_rate = 10 * IV_MULT_PAY_RATES = '-' iv_reluctance_id = wa_wrkar_reluct-profile_id it_wrkareaquals = itab-wrkareaquals iv_shared_employee = 'n' iv_mult_loc_24hrs = 'n' * IV_TEMP_FLAG = '-' iv_view_payrate = 'X' IMPORTING * ET_KEYS = et_return = ls_return2 .

WFA_WRKRULE_TEMPLATE_GET * CALL FUNCTION 'WFA_WRKRULE_TEMPLATE_GET' * EXPORTING * is_header = org_dates_header * iv_wkrltempid = wa_dftgrp-wkrltempid * IMPORTING * et_wrkrules = workrule_return ** ES_RETURN = .

WFA_SCHED_RULES_MODIFY CALL FUNCTION 'WFA_SCHED_RULES_MODIFY' EXPORTING iv_partner = wa_et_bp-partner iv_org_objid = lv_org iv_start_date = week_start_date iv_end_date = gen_end_date iv_temp_flag = '-' it_rotation = it_rotation it_avail = itab-availid it_workrules = workrules IMPORTING es_return = ls_return .



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