SAP Reports / Programs | Payroll | Argentina(PY-AR) SAP PY

PCSIRAR3 SAP ABAP INCLUDE - documentation and ABAP source code







PCSIRAR3 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 PCSIRAR3 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 PCSIRAR3. "Basic submit
SUBMIT PCSIRAR3 AND RETURN. "Return to original report after report execution complete
SUBMIT PCSIRAR3 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT PCSIRAR3

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_DISPLAY_BASIC_LIST call function 'HR_DISPLAY_BASIC_LIST' exporting lay_out = 0 head_line1 = header1 head_line2 = header2 basic_list_title = sy-title file_name = myreport foot_note1 = footnote1 foot_note2 = footnote2 foot_note3 = footnote3 * DYN_PUSHBUTTON_TEXT1 = 'Actualizar 0392'(005) * dyn_pushbutton_text2 = 'Test/Visualizar log'(014) * dyn_pushbutton_text3 = 'Test/Sin log'(027) current_report = myreport list_level = '01' importing return_code = returncode tables data_tab = lista_empleados_total select_tab = lista_empleados_selec fieldname_tab = fieldname error_tab = error exceptions print_problems = 5 others = 1.

RP_HIRE_FIRE call function 'RP_HIRE_FIRE' exporting beg = pn-begda end = pn-endda importing * FIRE_DATE = FIRE_DATE hire_date = vb_fecha_alta tables pphifi = phifi pp0000 = p0000 pp0001 = p0001 exceptions others = 1.

COMPUTE_YEARS_BETWEEN_DATES call function 'COMPUTE_YEARS_BETWEEN_DATES' exporting first_date = p0021-fgbdt * MODIFY_INTERVAL = ' ' second_date = dcf_endda importing years_between_dates = fm_anios_entre_fechas exceptions sequence_of_dates_not_valid = 1 others = 2.



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