PUT53RU1 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 PUT53RU1 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting tclas = 'A' pernr = tar-pernr infty = '0002' begda = '18000101' endda = '99991231' tables infty_tab = t_p0002 exceptions infty_not_found = 1 others = 2.
HR_RU_GET_PERNR_NAME call function 'HR_RU_GET_PERNR_NAME' exporting i_begda = ls_0002-begda i_endda = ls_0002-endda i_langu = sy-langu i0002 = ls_0002 importing e_nachn = tar-nachn e_vorna = tar-vorna e_midnm = tar-midnm exceptions infty_0002_not_found = 1 others = 2.
NUMBER_GET_INFO call function 'NUMBER_GET_INFO' exporting nr_range_nr = '01' object = p_dnr importing interval = iv_info exceptions interval_not_found = 1 object_not_found = 2 others = 3.
HR_CHECK_AUTHORITY_PERNR call function 'HR_CHECK_AUTHORITY_PERNR' exporting pernr = reguh-pernr begda = reguh-laufd endda = reguh-laufd exceptions no_authorization_for_pernr = 1 others = 2.
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting tclas = 'A' pernr = reguh-pernr infty = '0001' begda = reguh-laufd endda = '99991231' tables infty_tab = tab_p0001 exceptions infty_not_found = 1 others = 2.
HR_RU_MONTH_NAME_IN_GENITIVE call function 'HR_RU_MONTH_NAME_IN_GENITIVE' exporting month = g_month importing name = g_month_spelled exceptions others = 1.
SPELL_AMOUNT call function 'SPELL_AMOUNT' exporting amount = g_totalt_sum currency = 'RUB' language = sy-langu importing in_words = g_spell exceptions not_found = 1 too_large = 2 others = 3.
HR_RU_SLPIT_STRING0 call function 'HR_RU_SLPIT_STRING0' "#EC * exporting string = l__str length = 79 separator = l__separator tables split = l_t_split.
SPELL_AMOUNT call function 'SPELL_AMOUNT' exporting amount = r_tab-k4 currency = 'RUB' language = sy-langu importing in_words = g_spell exceptions not_found = 1 too_large = 2 others = 3.
HR_RU_SLPIT_STRING0 call function 'HR_RU_SLPIT_STRING0' "#EC * exporting string = l__str length = 79 separator = l__separator tables split = l_t_split.
FP_JOB_OPEN call function 'FP_JOB_OPEN' changing ie_outputparams = g_fp_outputparams exceptions cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 others = 5.
FP_JOB_CLOSE call function 'FP_JOB_CLOSE' exceptions usage_error = 1 system_error = 2 internal_error = 3 others = 4.
NUMBER_GET_NEXT call function 'NUMBER_GET_NEXT' exporting nr_range_nr = '01' object = p_dnr quantity = 1 ignore_buffer = abap_true importing number = numbr returncode = rc exceptions interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 others = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.