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

WFA_ET_SUB SAP ABAP INCLUDE - INCLUDE for TABLECONTROL subroutine (gen.)







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

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:

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = -top_line entry_from = 1 entry_to = -lines last_page_full = 'X' loops = ok_code = p_ok overlapping = 'X' IMPORTING entry_new = l_tc_new_top_line EXCEPTIONS * NO_ENTRY_OR_PAGE_ACT = 01 * NO_ENTRY_TO = 02 * NO_OK_CODE_OR_PAGE_GO = 03 OTHERS = 0.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'WFAS_EMP_INT_ATTRIBUTES-DEFLT_SET_GROUP' values = l_t_box_values.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'WFAS_EMP_INT_ATTRIBUTES-PAY_CLASS_ID' values = l_t_box_values.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'WFAS_EMP_INT_ATTRIBUTES-BREAKRULESET_ID' values = l_t_box_values.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'WFAS_EMP_INT_ATTRIBUTES-RELUCTANCE_ID' values = l_t_box_values.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'SEL_AVAIL_TMP' values = l_t_box_values.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'SEL_PREF_TMP' values = l_t_box_values.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'SEL_WRKRUL_TMP' values = l_t_box_values.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'SEL_CONTR_TMP' values = l_t_box_values.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'SEL_SETSHT_TMP' values = l_t_box_values.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'WFAS_EMP_INT_TIMEOFF-ABSENCE_CODE' values = l_t_box_values.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'WFAS_EMP_INT_EMPWA-WRKAREA_CODE' values = l_t_box_values.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'WFAS_EMP_INT_SETSHIFT-WRKAREA_CODE' values = l_t_box_values.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'WFAS_EMP_INT_EMPWA-LOCATION_TYPE' values = l_t_box_values.

WFA_EMP_DATA_MODIFY CALL FUNCTION 'WFA_EMP_DATA_MODIFY' EXPORTING iv_emp_bpid = wfas_bupa_getdtl-partner iv_org_objid = wfa_org-org_objid iv_effective_week = wfa_agt_org-start_date is_emp_interface_admin = ls_emp_interface_admin is_temp_admin = ls_temp_admin is_emp_global_attributes = wfas_emp_int_global_attributes is_emp_attributes = wfas_emp_int_attributes it_emp_workarea = gt_emp_workarea it_emp_rotations = gt_emp_rotations it_emp_setshifts = gt_emp_setshifts it_emp_availability = gt_emp_availability it_emp_preferences = gt_emp_preferences it_emp_workrules = gt_emp_workrules is_contract_rules = gs_contract_rules it_emp_timeoffrequests = gt_emp_timeoffrequests IMPORTING et_return = lt_return.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = '' txt1 = ls_return-message txt2 = '' * TXT3 = ' ' * TXT4 = ' ' .

RH_GET_PLVAR CALL FUNCTION 'RH_GET_PLVAR' IMPORTING plvar = lv_plvar EXCEPTIONS no_plvar = 1 OTHERS = 2.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = '' txt1 = text-007 txt2 = '' * TXT3 = ' ' * TXT4 = ' ' .



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