RPRHRDOC_POOL is a standard Executable ABAP Report 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 RPRHRDOC_POOL 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.
Selection Text: P_RUNID = Posting run number
Selection Text: P_CODE = Function code
Title: RPRHRDOC_POOL
Text Symbol: 012 = Activity
Text Symbol: 011 = Tax accnt
Text Symbol: 010 = Amount
Text Symbol: 009 = Message
Text Symbol: 008 = Line
Text Symbol: 007 = Recpt
Text Symbol: 006 = No message exists for this document line
Text Symbol: 005 = Run no.
Text Symbol: 004 = Time
Text Symbol: 003 = Date
Text Symbol: 002 = gen.
Text Symbol: 001 = Status
Text Symbol: 013 = No tax exists
Text Symbol: 014 = Pmnt term
Text Symbol: LKS = DeleteInd
Text Symbol: LKM = Delete indic
Text Symbol: LKL = Delete indicator
Text Symbol: 020 = Documentary input tax (not part of tax total)
Text Symbol: 017 = Jurisdiction
Text Symbol: 016 = Tax
Text Symbol: 015 = Tax rate
INCLUDE RPRHRTOP.
No SAP DATABASE tables are accessed within this REPORT code!
HR_EVAL_RUN_HISTORY_GET CALL FUNCTION 'HR_EVAL_RUN_HISTORY_GET' EXPORTING type = 'TR' runid = p_runid TABLES ipevsh = pevsh_itab EXCEPTIONS no_data_available = 1 OTHERS = 2.
HR_GET_ERROR_LIST CALL FUNCTION 'HR_GET_ERROR_LIST' TABLES error = error errortexts = errortexts EXCEPTIONS no_errors = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = 'RPRHRDOC_POOL' i_internal_tabname = 'OBLIGOLISTE' i_inclname = 'RPRHRTOP' * i_bypassing_buffer = ' ' "WBGK017434 "WBGK028535 i_bypassing_buffer = 'X' "WBGK028535 i_buffer_active = ' ' "WBGK017434 CHANGING ct_fieldcat = fieldcat2[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' "WBGK017434 * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' "WBGK017434 EXPORTING i_buffer_active = 'X' "WBGK017434 i_callback_program = 'RPRHRDOC_POOL' i_callback_pf_status_set = 'SET_PF_OBLIGO' is_layout = layout it_fieldcat = fieldcat2[] i_save = lf_save "WBGK043218 TABLES t_outtab = obligoliste EXCEPTIONS program_error = 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 RPRHRDOC_POOL or its description.