SAP Reports / Programs | Payroll | State of Qatar | State of Qatar Public Sector(PY-QA-PS) SAP PY

PQAIPSI2 SAP ABAP INCLUDE - Include PQAIPSI2







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


INCLUDES used within this REPORT PQAIPSI2

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:

RP_NUMBER_OF_WAGETYPES_0008 CALL FUNCTION 'RP_NUMBER_OF_WAGETYPES_0008' IMPORTING wt_count = gv_number_wagetypes.

RP_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' EXPORTING repid = sy-repid IMPORTING format = gv_name_format.

HRCA_COMPANYCODE_GETLIST CALL FUNCTION 'HRCA_COMPANYCODE_GETLIST' TABLES company_list = gt_ccode EXCEPTIONS OTHERS = 0.

RP_NUMBER_OF_WAGETYPES_0008 CALL FUNCTION 'RP_NUMBER_OF_WAGETYPES_0008' IMPORTING wt_count = gv_number_wagetypes.

RP_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' EXPORTING repid = sy-repid IMPORTING format = gv_name_format.

HRCA_COMPANYCODE_GETLIST CALL FUNCTION 'HRCA_COMPANYCODE_GETLIST' TABLES company_list = gt_ccode EXCEPTIONS OTHERS = 0.

RP_EVALUATE_INDIRECTLY_P0008 CALL FUNCTION 'RP_EVALUATE_INDIRECTLY_P0008' EXPORTING ppernr = pernr-pernr pmolga = t001p-molga pbegda = ps_p0008-begda pp0001 = p0001 pp0007 = p0007 pp0008 = ps_p0008 * pp0230 = p0230 TABLES ptbindbw = lt_indbw EXCEPTIONS error_at_indirect_evaluation = 1.

HR_SALARY_RANGE_FROM_P1005 CALL FUNCTION 'HR_SALARY_RANGE_FROM_P1005' EXPORTING p_molga = t001p-molga p_trfar = p_p0008-trfar p_trfgb = p_p0008-trfgb p_trfgr = p_p0008-trfgr p_trfst = p_p0008-trfst p_cpind = p_p0008-cpind p_indda = p_p0008-begda p_ancur = l_waers p_zeinh_out = l_zeinh_out "annual/none p_hourly_out = l_hourly_out p_divgv = p_p0008-divgv p_bsgrd = p_p0008-bsgrd p_pfreq = l_zeinh_out p_position = p0001-plans p_job = p0001-stell p_pernr = pernr-pernr IMPORTING p_amt_min = l_amount_min p_amt_max = l_amount_max i_t710a = l_t710a p_p1005 = i1005 EXCEPTIONS comp_data_not_found = 1 currency_conversion_failed = 2 timeunit_conversion_failed = 3 OTHERS = 4.

RP_PERIOD_AMOUNTS_ADD CALL FUNCTION 'RP_PERIOD_AMOUNTS_ADD' EXPORTING p_bukrs = p0001-bukrs p_persa = p0001-werks p_btrtl = p0001-btrtl p_persk = p0001-persk p_persg = p0001-persg p_molga = t001p-molga p_date = p_p0008-begda p_subty = p_p0008-subty p_currency_in = p_p0008-waers p_currency_out = l_waers * p_ansal_wagetype = 'CSAL' "Jahresgehaltslgart aus ANSAL "4.0C

RP_ZEINH_GET CALL FUNCTION 'RP_ZEINH_GET' EXPORTING p_molga = t001p-molga p_trfgb = p0008-trfgb p_trfar = p0008-trfar p_trfkz = t503-trfkz p_date = p0008-begda IMPORTING p_zeinh = p_zeinh * P_ZEINH_TEXT = P_TEXT EXCEPTIONS no_entry_t549r = 1 illegal_zeinh = 2 OTHERS = 3.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING format = gv_name_format langu = sy-langu molga = t001p-molga pp0002 = ls_p0002 tclas = gc_tclas IMPORTING edit_name = lv_edit_name retcode = lv_subrc.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = progress_text EXCEPTIONS OTHERS = 1.



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