PCSEPKR3 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 PCSEPKR3 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = addr1_sel IMPORTING address_value = address EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.
HR_KR_BUSINESSPLACE_GET_DATA CALL FUNCTION 'HR_KR_BUSINESSPLACE_GET_DATA' EXPORTING pers_area = wpbp-werks pers_subarea = wpbp-btrtl mode = ' ' address_nation = addr_version "LIU529932 IMPORTING bus_place_detail = bupla_detail EXCEPTIONS no_company_code_for_pers_area = 1 no_busplace_for_subarea = 2 no_med_ins_assoc_for_subarea = 3 no_rep_busplace_for_mi_assoc = 4 no_entry_t7krbp_for_bupla = 5 no_businessplace_data = 6 illegal_mode = 7 OTHERS = 8.
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = wpbp-bukrs language = sy-langu IMPORTING comp_name = company-comnm EXCEPTIONS not_found = 1 OTHERS = 2.
RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING pp0002 = p0002 molga = '41' langu = sy-langu format = $$format IMPORTING edit_name = sname retcode = ret_code.
HR_GET_TIME_BETWEEN_DATES * CALL FUNCTION 'HRVE_GET_TIME_BETWEEN_DATES' "CLC Note 1119154 CALL FUNCTION 'HR_GET_TIME_BETWEEN_DATES' "CLC Note 1119154 EXPORTING beg_date = p_entdt end_date = p_rsgndt IMPORTING days = p_days months = p_months years = p_years.
CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING persnr = pernr-pernr TABLES in_rgdir = tem_rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.
CD_READ_DATE_RANGE_ACTUAL_NV CALL FUNCTION 'CD_READ_DATE_RANGE_ACTUAL_NV' EXPORTING begda = start_dt endda = end_dt TABLES rgdir_in = tem_rgdir rgdir_out = rgdir.
CONTROL_FORM * CALL FUNCTION 'CONTROL_FORM' * EXPORTING * command = 'NEW-PAGE'.
CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING command = 'NEW-PAGE'.
CLOSE_FORM CALL FUNCTION 'CLOSE_FORM'.
RP_TS_CREATE_OBJECT * CALL FUNCTION 'RP_TS_CREATE_OBJECT' * EXPORTING * objkn = objkn * objnr = $objnr * empfg = empfg * objin = ts_objin * IMPORTING * objhd = objhd * tsobj = temse_object_name.
RP_TS_CREATE_OBJECT CALL FUNCTION 'RP_TS_CREATE_OBJECT' EXPORTING objkn = objkn objnr = $objnr empfg = empfg objin = ts_objin IMPORTING objhd = objhd tsobj = temse_object_name EXCEPTIONS no_object = 1.
RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING fbhandle = objhd TABLES datatab = datafile.
RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING fbhandle = objhd TABLES datatab = datafile.
RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING fbhandle = objhd TABLES datatab = datafile.
HR_KR_STRING_TO_XSTRING CALL FUNCTION 'HR_KR_STRING_TO_XSTRING' EXPORTING unicode_string = in_string out_len = length IMPORTING xstring_stream = out_xstring EXCEPTIONS invalid_codepage = 1 invalid_string = 2.
HR_KR_XSTRING_TO_STRING CALL FUNCTION 'HR_KR_XSTRING_TO_STRING' EXPORTING in_xstring = adj_xstring * out_len = 330 IMPORTING out_string = adj_string.
RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXPORTING fbhandle = objhd EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_other = 3 OTHERS = 4.
HR_ENTRY_DATE CALL FUNCTION 'HR_ENTRY_DATE' EXPORTING persnr = pernr-pernr ENDDA = END_DT "QU820982 IMPORTING entrydate = p_krsp1_lspdt TABLES entry_dates = l_entry_dates.
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 PCSEPKR3 or its description.