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
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.
Title: Include ZWFA_EMPLOYEE_PAI
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.