SAP Reports / Programs

RPUCLSG0_FORMS SAP ABAP INCLUDE - Include RPUCLSG0_FORMS







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


INCLUDES used within this REPORT RPUCLSG0_FORMS

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:

HRGPBS_CLASS_GET_WAGE_TYPES CALL FUNCTION 'HRGPBS_CLASS_GET_WAGE_TYPES' EXPORTING p_wtgrp = p_wtgrp TABLES p_wage_types = p_wtg_all EXCEPTIONS no_entries_found = 1.

HRGPBS_CLASS_ADD_MESSAGE CALL FUNCTION 'HRGPBS_CLASS_ADD_MESSAGE' EXPORTING p_pernr = p_pernr p_msgid = p_msgid p_msgty = p_msgty p_msgno = p_msgno p_msgv1 = p_msgv1 p_msgv2 = p_msgv2 p_msgv3 = p_msgv3 p_msgv4 = p_msgv4 p_test = g_test.

HRGPBS_CLASS_EXTRACT_DEFAULTS CALL FUNCTION 'HRGPBS_CLASS_EXTRACT_DEFAULTS' CHANGING p_extract = p_extract.

HRGPBS_CLASS_EXTRACT_INFOTYPES CALL FUNCTION 'HRGPBS_CLASS_EXTRACT_INFOTYPES' EXPORTING p_pernr = p_pernr p_begda = p_begda p_endda = p_endda p_emp_sd = emp_sd p_serps_sd = serps_sd p_pens_sd = pen_sd p_pens_s_sd = pen_s_sd TABLES p_p0000 = p0000 p_p0001 = p0001 p_p0002 = p0002 p_p0003 = p0003 p_p0006 = p0006 p_p0007 = p0007 p_p0069 = p0069 p_p0071 = p0071 p_i5gpbs1 = i5gpbs1 CHANGING p_extract = p_extract p_date_left = l_date_left p_first_pdate_in_tax_year = l_first_pdate_in_tax_year p_last_pdate_in_tax_year = l_last_pdate_in_tax_year p_current_class_scheme = l_current_class_scheme EXCEPTIONS infotypes_error = 1.

HRGPBS_CLASS_GET_RGDIR CALL FUNCTION 'HRGPBS_CLASS_GET_RGDIR' EXPORTING p_pernr = p_pernr p_endda = p_endda p_first_pdate_in_tax_year = p_first_pdate_in_tax_year p_last_pdate_in_tax_year = p_last_pdate_in_tax_year p_yerun = p_yerun CHANGING p_payroll_result_seqnr = l_payroll_result_seqnr p_payroll_result_pdate = l_payroll_result_pdate EXCEPTIONS rgdir_error = 1.

HRGPBS_CLASS_EXTRACT_AMOUNTS CALL FUNCTION 'HRGPBS_CLASS_EXTRACT_AMOUNTS' EXPORTING p_memct = memct p_strct = strct p_niect = niect p_actct = actct p_penct = penct p_sixct = sixct p_payroll_result_pdate = l_payroll_result_pdate p_currency = g_currency IMPORTING p_prm_tot = l_prm_tot TABLES p_crt = crt p_wtg_mem = wtg_mem p_wtg_str = wtg_str p_wtg_nie = wtg_nie p_wtg_arm = wtg_arm p_wtg_prm = wtg_prm p_wtg_six = wtg_six CHANGING p_extract = p_extract.

HRGPBS_CLASS_EXTRACT_PENS_RATE CALL FUNCTION 'HRGPBS_CLASS_EXTRACT_PENS_RATE' EXPORTING p_pernr = p_pernr p_endda = p_endda p_current_class_scheme = p_current_class_scheme p_prm_tot = l_prm_tot TABLES p_wtg_prm = wtg_prm p_pens = pens CHANGING p_extract = p_extract EXCEPTIONS contrib_rate_error = 1.



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