SAP Reports / Programs | Payroll | Germany | Public Sector(PY-DE-PS) SAP PY

RPIEZOD0_2003_VEF01 SAP ABAP INCLUDE - RPIEZOD02003VEF01







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

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_PAYROLL CALL FUNCTION 'HR_PAYROLL' EXPORTING * payroll_area = l_abkrs "SVCM266122 payroll_area = itwpbp-abkrs payroll_period = l_period payroll_year = l_pabrj selection_variant = calc_var program_name = l_program log_mem_key = user_date country_grp = l_molga obj_iprel = new_iprel TABLES employee_numbers = pernrs buffer = tbuff buffer_directory = buffer_dir EXCEPTIONS program_not_exist = 1 variant_not_exist = 2 missing_parameter = 3 wrong_parameter = 4 wrong_country_group = 5 OTHERS = 6.

RP_PRINT_RT CALL FUNCTION 'RP_PRINT_RT' EXPORTING heading = text-048 with_heading = 'x' molga = '01' curr = 'EUR' TABLES tab = rt.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'DOVLA' struc_content = pme55 IMPORTING back = name_lgart EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'D0330' struc_content = pme14 * KIND_OF_ERROR = IMPORTING back = &l_trfgb EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = p0322-pnrve infty = '0322' begda = p0322-begda endda = p0322-begda IMPORTING subrc = returncode TABLES infty_tab = it0322 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = l_pernr infty = '0008' IMPORTING subrc = returncode TABLES infty_tab = &t0008 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = l_pernr infty = '0230' IMPORTING subrc = returncode TABLES infty_tab = &t0230 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = g_pnrve infty = '0322' IMPORTING subrc = returncode TABLES infty_tab = &t0322_ur EXCEPTIONS infty_not_found = 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 RPIEZOD0_2003_VEF01 or its description.