SAP Reports / Programs | Payroll | South Korea(PY-KR) SAP PY

PCYEAKR4 SAP ABAP INCLUDE - Include PCYEAKR4







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


INCLUDES used within this REPORT PCYEAKR4

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_KR_BUSINESSPLACE_GET_DATA CALL FUNCTION 'HR_KR_BUSINESSPLACE_GET_DATA' EXPORTING pers_area = wpbp-werks pers_subarea = wpbp-btrtl mode = 'H' address_nation = addr_version 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 no_headquarter_busplace = 8 OTHERS = 9.

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.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXPORTING fbhandle = objhd EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_other = 3 OTHERS = 4.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING fbhandle = objhd TABLES datatab = datafile.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING fbhandle = objhd TABLES datatab = datafilea.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING fbhandle = objhd TABLES datatab = datafilea.

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_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 IMPORTING out_string = adj_string.



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