SAP Reports / Programs | Payroll | India(PY-IN) SAP PY

PCPTXREFIN5 SAP ABAP INCLUDE - Include PCPTXREFIN5







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


INCLUDES used within this REPORT PCPTXREFIN5

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:

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = 'HINCPTX0_REF' i_internal_tabname = 'RET_EE_REF1' i_inclname = 'PCPTXREFIN2' CHANGING ct_fieldcat = fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

HR_DISPLAY_BASIC_LIST * call function 'HR_DISPLAY_BASIC_LIST' * exporting * basic_list_title = 'Professional Tax Refund Report'(008) * file_name = ' ' * head_line1 = 'Professional Tax Refund Report' & * 'Results'(035) ** HEAD_LINE2 = ' ' ** FOOT_NOTE1 = ' ' ** FOOT_NOTE2 = ' ' ** FOOT_NOTE3 = ' ' * lay_out = 0 * dyn_pushbutton_text1 = 'Print Errors'(006) * dyn_pushbutton_text2 = 'Print Form'(007) ** DYN_PUSHBUTTON_TEXT3 = ' ' ** DYN_PUSHBUTTON_TEXT4 = ' ' ** DYN_PUSHBUTTON_TEXT5 = ' ' ** DYN_PUSHBUTTON_TEXT6 = ** DATA_STRUCTURE = ' ' ** HEAD_LINE3 = ' ' ** HEAD_LINE4 = ' ' ** CURRENT_REPORT = ** LIST_LEVEL = ' ' * additional_options = ' ' ** WORD_DOCUMENT = * importing * return_code = ret_cd * tables * data_tab = ret_ee_ref * fieldname_tab = fld_nam ** select_tab = ** error_tab = hr_error * exceptions * download_problem = 1 * no_data_tab_entries = 2 * table_mismatch = 3 * print_problems = 4 * others = 5.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting * PERCENTAGE = 0 text = 'Generating Form, please wait.....'(009)



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