RPRSR4A0_PS_AT 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 RPRSR4A0_PS_AT 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.
Title: Include RPRSR4A0_PS_AT
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRCA_ROUND_AMOUNT call function 'HRCA_ROUND_AMOUNT' exporting amount_in = h_amount_in company = t001_bukrs currency = wa_perio-waers importing amount_out = h_amount_out difference = h_difference exceptions others = 0.
HRCA_ROUND_AMOUNT call function 'HRCA_ROUND_AMOUNT' exporting amount_in = h_amount_in company = t001_bukrs currency = wa_perio-waers importing amount_out = h_amount_out difference = h_difference exceptions others = 0.
HRCA_ROUND_AMOUNT call function 'HRCA_ROUND_AMOUNT' exporting amount_in = h_amount_in company = t001_bukrs currency = wa_perio-waers importing amount_out = h_amount_out difference = h_difference exceptions others = 0.
DZ_SET_ERKLA_WECHSEL CALL FUNCTION 'DZ_SET_ERKLA_WECHSEL' EXPORTING p_abschnitt_begda = wa_perio-pdatv p_abschnitt_endda = wa_perio-pdatb TABLES it17 = p0017 CHANGING p_erkla_wechsel = global_erkla_wechsel p_erkla_wechsel_datum = global_erkla_wechsel_datum p_erkla_alt = global_erkla_alt p_erkla_neu = global_erkla_neu.
DZ_SET_ERKLA_WECHSEL call function 'DZ_SET_ERKLA_WECHSEL' exporting p_abschnitt_begda = h_perio-pdatv p_abschnitt_endda = h_perio-pdatb tables it17 = p0017 changing p_erkla_wechsel = erkla_wechsel p_erkla_wechsel_datum = erkla_wechsel_datum p_erkla_alt = erkla_alt p_erkla_neu = erkla_neu.
CALC_FRACTION_PDR CALL FUNCTION 'CALC_FRACTION_PDR' exporting p_perio = h_perio p_head = h_head trg_av = trg_av trg_tr = trg_tr p_sum_anrech = sum_anrech kennz_inland = h_kennz_inland p_erkla_wechsel = erkla_wechsel p_erkla_wechsel_datum = erkla_wechsel_datum p_erkla_alt = erkla_alt p_erkla_neu = erkla_neu p_180tage_grenze = 180tage_grenze "VJMK1618537 tables p_ziele = h_ziele p_fraction = tgtr_fraction p_dz_tax_date = t_tax_date "VJMKATDZST CHANGING p_fraction_pdr_dz = h_tgtr_fraction p_sw_verst_topf_t1 = sw_verst_topf_t1 "VJMKATDZST p_sw_verst_topf_t2 = sw_verst_topf_t2. "VJMKATDZST
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.