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

WFA_ET_PBO SAP ABAP INCLUDE - Include ZWFA_EMPLOYEE_PBO







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

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_ORG_STARTUP_GETLIST CALL FUNCTION 'WFA_ORG_STARTUP_GETLIST' * EXPORTING * IV_ORG_OBJID = IMPORTING et_org = gt_orgs * ES_RETURN = * ET_SUBORG = * ET_TEAM = * ET_FILTER_DATA = .

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'WFA_ORG-ORG_OBJID' values = l_t_box_values.

WFA_PA_EMPPOS_LIST_GET CALL FUNCTION 'WFA_PA_EMPPOS_LIST_GET' EXPORTING iv_org_id = wfa_org-org_objid * OTYPE = * IV_FILTER_ORG = * IV_FILTER_POS = iv_start_date = wfa_agt_org-start_date IMPORTING et_empposlist = gt_employee * ES_RETURN = .

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'WFAS_BUPA_GETDTL-PARTNER' values = l_t_box_values.

WFA_EMP_DATA_GET CALL FUNCTION 'WFA_EMP_DATA_GET' EXPORTING iv_emp_bpid = gs_emp_bpid iv_org_objid = gs_org_objid iv_effective_week = gs_effective_week iv_temporary = temporary_only IMPORTING es_emp_namea = gs_emp_dtl es_emp_attributes = gs_emp_attr es_emp_global_attributes = gs_emp_global_attributes et_emp_workarea = gt_emp_workarea et_emp_rotations = gt_emp_rotations et_emp_setshifts = gt_emp_setshifts et_emp_availability = gt_emp_availability et_emp_preferences = gt_emp_preferences et_emp_workrules = gt_emp_workrules es_contract_rules = gs_contract_rules et_emp_timeoffrequests = gt_emp_timeoffrequests et_wr_rotations = gt_wr_rotation * ET_RETURN = * ET_ADTEL = * ET_ADFAX = * ET_TAX = * ET_PAGER = .

WFA_INDIVIDUAL_SCHEDULE_GET CALL FUNCTION 'WFA_INDIVIDUAL_SCHEDULE_GET' EXPORTING iv_partner = gs_emp_bpid iv_org_objid = gs_org_objid iv_effective_date = gs_effective_week IMPORTING * EV_PARTNER_NAME = * EV_IS_SHARED = * EV_AGE_GROUP_ID = * EV_AGE_GROUP_DESC = * EV_ROT_NAME = * EV_ROT_OVERRIDE = et_shift_seg = lt_shift_seg et_workareas = lt_workarea et_break = lt_break * ET_BREAK_TYPES = * ET_ACTIVITY = et_activity_list = lt_event * ET_AVAIL_TMAP = * ET_AVAIL_LIMIT = * ET_VIOLATIONS = * ET_STAT = * ET_SHIFT_TYPES = * ES_RETURN = * ET_TIMEOFFREQ = .



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