RPUPRICF 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 RPUPRICF 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: HR-CH: Logging Subprogram
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_DISPLAY_BASIC_LIST call function 'HR_DISPLAY_BASIC_LIST' exporting basic_list_title = $title file_name = sy-cprog head_line1 = $header1 head_line2 = $header2 foot_note1 = footer1 foot_note2 = footer2 foot_note3 = footer3 lay_out = 0 dyn_pushbutton_text1 = _pb_text01 dyn_pushbutton_text2 = _pb_text02 dyn_pushbutton_text3 = _pb_text03 dyn_pushbutton_text4 = _pb_text04 dyn_pushbutton_text5 = _pb_text05 dyn_pushbutton_text6 = _pb_text06 * DATA_STRUCTURE = ' ' * HEAD_LINE3 = ' ' * HEAD_LINE4 = ' ' current_report = sy-cprog * LIST_LEVEL = ' ' additional_options = opt_str * WORD_DOCUMENT = importing return_code = subrc tables data_tab = _prot_data fieldname_tab = _prot_fnames select_tab = _prot_select.
HR_CH_DISPLAY_MESSAGE_LIST call function 'HR_CH_DISPLAY_MESSAGE_LIST' exporting root_title = _prot_title root_descr = _prot_descr tables errorlist = _prot_errlist rejectlist = _prot_rej_per_tab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUPRICF - HR-CH: Logging Subprogram RPUPRICD - HR-CH: Logging Data Definitions RPUPRCI1 - documentation and ABAP source code RPUPRC00 - Set Control Record to 'Released for Payroll' RPUPRC00 - Set Control Record to 'Released for Payroll' RPUPRA_USPEN02 - Conversion program for pension database table 46B -> 46C++