MP052750RA 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 MP052750RA 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!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'MP052700' dynumb = '2310' TABLES dynpfields = lt_dynpfields EXCEPTIONS OTHERS = 4.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = g_default_p0527-pernr INFTY = '0001' TABLES INFTY_TAB = lt_p0001.
HRAT_GET_SENIORITY_DATKN_RA CALL FUNCTION 'HRAT_GET_SENIORITY_DATKN_RA' EXPORTING P_PERNR = p0527-pernr * P_DATKZ = '27' "PERA03116637 P_DATKZ = 'A2' "PERA03116637 P_AUSTRITT = p0527-endda P_MODIFY_INTERVAL = '+' CHANGING P_DIENSTALTER = g_default_p0527-abanzdj EXCEPTIONS DATAR_NOT_UNIQUE = 1 OTHERS = 2.
HRAT_GET_DEFAULT_AMOUNTS_RA CALL FUNCTION 'HRAT_GET_DEFAULT_AMOUNTS_RA' EXPORTING P_DIENSTJAHRE = g_default_p0527-abanzdj P_KONT = g_default_p0527-kont TABLES PT_P0001 = lt_p0001 PT_p0000 = p0000 CHANGING P_P0527 = g_default_p0527 EXCEPTIONS NO_0001_ON_LEAVE = 1 PERIOD_NOT_DEFINED = 2 SIM_FAILED = 3 OTHERS = 4.
HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = 'HRAT_INFT0527_RA' * FLT_VAL = MOLGA IMPORTING is_implemented = p_exit_implemented CHANGING instance = p_exit_instance.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.