RTPM_THX_SELECT_HREL_DET 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 RTPM_THX_SELECT_HREL_DET 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: Program for setting hrel detail
Text Symbol: CAT = Category
Text Symbol: DED = Dedesign. Date
Text Symbol: DEP = Description
Text Symbol: DES = Design. Date
Text Symbol: FRO = ValidFrom Date
Text Symbol: GR1 = Grouping 1
Text Symbol: GR2 = Grouping 2
Text Symbol: GR3 = Grouping 3
Text Symbol: NUM = Number
Text Symbol: PLA = Pl. Dedes. Dat
Text Symbol: PRO = Profile
Text Symbol: RIS = Risk Category
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TPM_THX_RESET_SEL_DATA CALL FUNCTION 'TPM_THX_RESET_SEL_DATA'.
TPM_THX_USER_PARAMETER_SET CALL FUNCTION 'TPM_THX_USER_PARAMETER_SET' EXPORTING i_param_id = 'HREL_GR1' i_param_value = so_gr1-low.
TPM_THX_USER_PARAMETER_SET CALL FUNCTION 'TPM_THX_USER_PARAMETER_SET' EXPORTING i_param_id = 'HREL_GR2' i_param_value = so_gr2-low.
TPM_THX_USER_PARAMETER_SET CALL FUNCTION 'TPM_THX_USER_PARAMETER_SET' EXPORTING i_param_id = 'HREL_NUMBER' i_param_value = so_num-low.
TPM_THX_SET_SEL_DATA CALL FUNCTION 'TPM_THX_SET_SEL_DATA' EXPORTING is_range_hrel = ls_range_hrel.
TPM_THX_GET_SEL_DATA CALL FUNCTION 'TPM_THX_GET_SEL_DATA' IMPORTING es_range_hrel = ls_range_hrel es_sel_hrel = thxs_disp_search_hrel_sel.
TPM_THX_USER_PARAMETER_GET CALL FUNCTION 'TPM_THX_USER_PARAMETER_GET' EXPORTING i_param_id = 'HREL_NUMBER' IMPORTING e_param_value = so_num-low.
TPM_THX_GET_SCREEN_DATA CALL FUNCTION 'TPM_THX_GET_SCREEN_DATA' IMPORTING et_group_cust = lt_group_cust.
TPM_THX_USER_PARAMETER_GET CALL FUNCTION 'TPM_THX_USER_PARAMETER_GET' EXPORTING i_param_id = 'HREL_GR1' IMPORTING e_param_value = so_gr1-low.
TPM_THX_USER_PARAMETER_GET CALL FUNCTION 'TPM_THX_USER_PARAMETER_GET' EXPORTING i_param_id = 'HREL_GR2' IMPORTING e_param_value = so_gr2-low.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RTPM_THX_SELECT_HREL_DET - Program for setting hrel detail RTPM_THX_SELECT_HREL_DET - Program for setting hrel detail RTPM_THX_SELECT_HRELS - Programm für hrel selection (with comp.code, val.area and fiscal year) RTPM_THX_SELECT_HRELS - Programm für hrel selection (with comp.code, val.area and fiscal year) RTPM_THX_SELECT_HITEM_DET - Program for setting hitem detail RTPM_THX_SELECT_HITEM_DET - Program for setting hitem detail