RPCMSTA1 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for Austria only ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPCMSTA1 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: Other routines - Tax
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_AT_GET_ORG_DATA CALL FUNCTION 'HR_AT_GET_ORG_DATA' "+ EXPORTING "+ ORG_IN = L_ORG "+ IMPORTING "+ LOHNB_DATA = L_LOHNB "+ EXCEPTIONS "+ T5A0P_DATA_NOT_FOUND = 1 "+ T5A0A_DATA_NOT_FOUND = 2 "+ T5A0P_LOHNB_NOT_SPECIFIED = 3 "+ T5A0A_ANKEY_NOT_SPECIFIED = 4 "+ ADDRESS_NOT_FOUND_IN_T536C = 5 "+ OTHERS = 6. "+
HR_AT_GET_ORG_DATA CALL FUNCTION 'HR_AT_GET_ORG_DATA' "+ EXPORTING "+ ORG_IN = L_ORG "+ IMPORTING "+ BTRTL_DATA = L_BTRTL "+ EXCEPTIONS "+ T5A0P_DATA_NOT_FOUND = 1 "+ T5A0A_DATA_NOT_FOUND = 2 "+ T5A0P_LOHNB_NOT_SPECIFIED = 3 "+ T5A0A_ANKEY_NOT_SPECIFIED = 4 "+ ADDRESS_NOT_FOUND_IN_T536C = 5 "+ OTHERS = 6. "+
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.