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

WFA_ET_PAI SAP ABAP INCLUDE - Include ZWFA_EMPLOYEE_PAI







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


INCLUDES used within this REPORT WFA_ET_PAI

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:

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

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = ' ' text_question = text-003 text_button_1 = text-001 text_button_2 = text-002 default_button = '1' display_cancel_button = space IMPORTING answer = ans.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = ' ' text_question = text-004 text_button_1 = text-001 text_button_2 = text-002 default_button = '1' display_cancel_button = space IMPORTING answer = ans.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = ' ' text_question = text-004 text_button_1 = text-001 text_button_2 = text-002 default_button = '1' display_cancel_button = space IMPORTING answer = ans.

WFA_POP_UP_DATES_NEW CALL FUNCTION 'WFA_POP_UP_DATES_NEW' EXPORTING it_dates = gt_version * OVERWRITE_ID = IMPORTING es_dates = ls_date .

WFA_AVAIL_TMP_GET CALL FUNCTION 'WFA_AVAIL_TMP_GET' EXPORTING is_header = ls_header iv_avail_tmp_id = sel_pref_tmp * IV_PARTNER = * IV_TEMP_FLAG = '-' IMPORTING * ES_RETURN = et_avail_tmp_intv = lt_avail_temp .

WFA_AVAIL_TMP_GET CALL FUNCTION 'WFA_AVAIL_TMP_GET' EXPORTING is_header = ls_header iv_avail_tmp_id = sel_avail_tmp * IV_PARTNER = * IV_TEMP_FLAG = '-' IMPORTING * ES_RETURN = et_avail_tmp_intv = lt_avail_temp .

WFA_WRKRULE_TEMPLATE_GET * CALL FUNCTION 'WFA_WRKRULE_TEMPLATE_GET' * EXPORTING * is_header = ls_header * iv_wkrltempid = sel_wrkrul_tmp * IMPORTING * et_wrkrules = lt_wrule_temp ** ES_RETURN = * .

WFA_SETSHIFT_TMP_GET CALL FUNCTION 'WFA_SETSHIFT_TMP_GET' EXPORTING is_header = ls_header iv_st_shft_tmplt_id = sel_setsht_tmp iv_partner = wfas_bupa_getdtl-partner * IV_TEMP_FLAG = '-' IMPORTING * ES_RETURN = et_setshift_tmp_intv = lt_setshift_temp .

WFA_GET_ENDDATE CALL FUNCTION 'WFA_GET_ENDDATE' EXPORTING iv_start_date = wfas_contr_rule-start_date iv_contract_type = ls_contr-contr_type iv_unit = ls_contr-units IMPORTING ev_end_date = wfas_contr_rule-end_date.



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