RPCMASJA_GET_COMMON_DATA 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 RPCMASJA_GET_COMMON_DATA 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: RPCMASJA_GET_COMMON_DATA
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_READ_SUBTYPE call function 'HR_READ_SUBTYPE' exporting tclas = 'A' pernr = pernr-pernr infty = '0140' sprps = '' begda = low-date tables infty_tab = p0140 "N850951 exceptions infty_not_found = 1 invalid_input = 2 others = 3.
HR_READ_SUBTYPE call function 'HR_READ_SUBTYPE' exporting tclas = 'A' pernr = pernr-pernr infty = '0141' sprps = '' begda = COMMON_DATE-START tables infty_tab = p0141 exceptions infty_not_found = 1 invalid_input = 2 others = 3.
HR_READ_SUBTYPE call function 'HR_READ_SUBTYPE' exporting tclas = 'A' pernr = pernr-pernr infty = '0141' sprps = '' begda = COMMON_DATE-START tables infty_tab = j0141 exceptions infty_not_found = 1 invalid_input = 2 others = 3.
RP_SET_NAME_FORMAT call function 'RP_SET_NAME_FORMAT' exporting repid = iv_repid importing format = cv_name_format.
RP_EDIT_NAME call function 'RP_EDIT_NAME' exporting format = iv_format langu = sy-langu molga = iv_molga pp0002 = is_p0002 namel = '99' importing edit_name = cv_edit_name.
HR_FEATURE_BACKFIELD call function 'HR_FEATURE_BACKFIELD' exporting feature = '22RPF' struc_content = ls_t5jsi importing back = cv_daiko_henjo exceptions error_operation = 2 no_backvalue = 3 feature_not_generated = 4 others = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.