SAP Reports / Programs | Payroll | Singapore(PY-SG) SAP PY

RPCT8ARI_01 SAP ABAP INCLUDE - Include RPCT8ARI_01







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


INCLUDES used within this REPORT RPCT8ARI_01

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:

TEXT_SYMBOL_SETVALUE CALL FUNCTION 'TEXT_SYMBOL_SETVALUE' EXPORTING name = fname value = wert value_length = 0.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = ele function = fun type = typ window = win EXCEPTIONS element = 01 function = 02 type = 03 unopened = 04 unstarted = 05 window = 06.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = p_begda end = p_endda IMPORTING hire_date = p_hire fire_date = p_fire TABLES pp0000 = p0000 "input pp0001 = p0001 "input pphifi = phifi. "output

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING form = formname1 * FORM = 'HR_SGPTAXIR8A98S' language = 'E' options = options device = 'PRINTER' dialog = dialog application = 'TX'.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' "SGSL9CK023486 EXPORTING "SGSL9CK023486 defaultoption = 'Y' "SGSL9CK023486 textline1 = text-301 "SGSL9CK023486 textline2 = text-302 "SGSL9CK023486 titel = text-303 "SGSL9CK023486 IMPORTING "SGSL9CK023486 answer = hlp_answer. "SGSL9CK023486

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING basic_list_title = title file_name = myreport IMPORTING return_code = r_code TABLES data_tab = error_list fieldname_tab = fieldnames EXCEPTIONS download_problem = 1 no_data_tab_entries = 2 table_mismatch = 3 print_problems = 4.

HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = 'XIR80001' IMPORTING is_implemented = l_is_implemented CHANGING instance = sap_exit1.

HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = 'XIR80001' IMPORTING is_implemented = l_is_implemented_01 CHANGING instance = sap_exit2.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-258 * TEXTLINE2 = ' ' titel = text-259 start_column = 25 start_row = 6 cancel_display = ' ' IMPORTING answer = l_answer .

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = text-267 textline2 = text-268 titel = ' ' start_column = 25 start_row = 6 cancel_display = ' ' IMPORTING answer = l_answer.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-265 textline2 = text-266 titel = ' ' start_column = 25 start_row = 6 cancel_display = ' ' IMPORTING answer = l_answer.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-265 textline2 = text-266 titel = ' ' start_column = 25 start_row = 6 cancel_display = ' ' IMPORTING answer = l_answer.

WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING def_filename = p_par_file def_path = p_dataset mask = ',*.*,*.*.'

SSF_FUNCTION_MODULE_NAME CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING formname = 'HR_SGTAXIR8A2002' * VARIANT = ' ' * DIRECT_CALL = ' ' IMPORTING fm_name = func_mod_name.

CONVERT_OTF CALL FUNCTION 'CONVERT_OTF' EXPORTING format = 'PDF' * MAX_LINEWIDTH = 132 * ARCHIVE_INDEX = ' ' * COPYNUMBER = 0 IMPORTING bin_filesize = pdf_fsize bin_file = xpdf "Aussternen für DOWNLOAD TABLES otf = xotf lines = pdf_table EXCEPTIONS * ERR_MAX_LINEWIDTH = 1 * ERR_FORMAT = 2 * ERR_CONV_NOT_POSSIBLE = 3 * ERR_BAD_OTF = 4 OTHERS.



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