SAP Reports / Programs | Payroll | Sweden | Public sector (Sweden)(PY-SE-PS) SAP PY

RPCMSTS1_FUSEAVC_CE SAP ABAP INCLUDE - Include RPCMSTS1_FUSEAVC_CE







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


INCLUDES used within this REPORT RPCMSTS1_FUSEAVC_CE

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:

HR_SE_GET_ACCR_PERIOD_CE CALL FUNCTION 'HR_SE_GET_ACCR_PERIOD_CE' EXPORTING beg = aper-begda end = aper-endda wpbp = ls_wpbp IMPORTING beg1 = acr_beg1 end1 = acr_end1 beg2 = acr_beg2 end2 = acr_end2 colagr = colagr "1=AB, 2=ALFA pgroup = pgroup. "AB: 0-std/1-Teacher/2-OthersInSchool

HR_SE_GET_ACCR_PERIOD_CE CALL FUNCTION 'HR_SE_GET_ACCR_PERIOD_CE' EXPORTING beg = aper-begda end = aper-endda wpbp = ls_wpbp IMPORTING beg1 = acr_beg1 end1 = acr_end1 beg2 = acr_beg2 end2 = acr_end2 colagr = colagr "1=AB, 2=ALFA pgroup = pgroup. "AB: 0-std/1-Teacher/2-OthersInSchool

CD_EVALUATION_PERIODS CALL FUNCTION 'CD_EVALUATION_PERIODS' EXPORTING bonus_date = runs-bondt inper_modif = runs-permo inper = runs-fpper pay_type = runs-payty pay_ident = runs-payid TABLES rgdir = tmprgdir "copy of full RGDIR evpdir = evpdir "result EXCEPTIONS no_record_found = 1 OTHERS = 2.

HR_SE_AVGCUMUL_GET_CE CALL FUNCTION 'HR_SE_AVGCUMUL_GET_CE' EXPORTING i512w = t512w TABLES avgto = avgbas.

HR_SE_AVGCUMUL_GET_CE CALL FUNCTION 'HR_SE_AVGCUMUL_GET_CE' EXPORTING i512w = t512w TABLES avgto = avgbas.

HR_SE_AVGCUMUL_GET_CE CALL FUNCTION 'HR_SE_AVGCUMUL_GET_CE' EXPORTING i512w = t512w TABLES avgto = avgbas.

HR_COPY_TBUFF_TO_BUFFER CALL FUNCTION 'HR_COPY_TBUFF_TO_BUFFER' EXPORTING clusterid = 'RS' TABLES buffer = tbuff buffer_directory = buffer_dir EXCEPTIONS error_buffertab = 1 OTHERS = 2.

HR_IMPORT_RGDIR_FROM_PCLX CALL FUNCTION 'HR_IMPORT_RGDIR_FROM_PCLX' EXPORTING employee_number = p_pernr cluster_id = 'RS' TABLES import_rgdir = p_rgdir EXCEPTIONS no_results = 1 no_read_authority = 2 OTHERS = 3.

PYXX_READ_RGDIR_PAYRESULTS CALL FUNCTION 'PYXX_READ_RGDIR_PAYRESULTS' EXPORTING clusterid = 'RS' employeenumber = p_pernr * read_only_international = 'X' TABLES rgdir = p_rgdir "<- minimal list of records imported_periods = loc_results "-> and their results EXCEPTIONS import_error = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' "IT2001 is optmized ...

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' "IT2002 is optmized ...

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' "IT2003 is optmized ...

HR_SE_CHAINED_PERNRS_CE CALL FUNCTION 'HR_SE_CHAINED_PERNRS_CE' EXPORTING pernr = p_pernr begda = bas_beg endda = bas_end read_0000 = 'X' read_0001 = 'X' read_0007 = 'X' read_0014 = 'X' read_2001 = 'X' IMPORTING subrc = subrc TABLES i_0000 = p0000 o_0000 = ch0000 o_0001 = ch0001 o_0007 = ch0007 o_0014 = ch0014 o_2001 = ch2001.

HR_SE_READ_ABS_AND_MERGE_CE CALL FUNCTION 'HR_SE_READ_ABS_AND_MERGE_CE' EXPORTING pernr = p_pernr begda = bas_beg endda = bas_end log = 'X' TABLES in_0000 = x0000 in_0001 = x0001 in_0002 = p0002 in_0007 = x0007 in_0014 = x0014 in_2001 = x2001 in_2002 = x2002 in_2003 = x2003 out_2001 = loc_2001 "Result - all absences from all accr.pers. that fall tocurrent payroll

HR_SE_GET_NONELIG_ABS_CE CALL FUNCTION 'HR_SE_GET_NONELIG_ABS_CE' EXPORTING ps_begda = active-begda ps_endda = active-endda purpose = '1' sum_lim = ' ' TABLES in_0001 = x0001 in_2001 = loc_2001 abs_lim = lt_abslim.

HR_TIME_RESULTS_GET CALL FUNCTION 'HR_TIME_RESULTS_GET' EXPORTING get_pernr = pernr-pernr get_kdate = p_date TABLES get_abwkonti = abwkonti EXCEPTIONS no_period_specified = 1 wrong_cluster_version = 2 no_read_authority = 3 cluster_archived = 4 technical_error = 5 OTHERS = 6.



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