RPCBURS0_FORMS_NATIO 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 RPCBURS0_FORMS_NATIO 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!
HR_TIME_RESULTS_GET CALL FUNCTION 'HR_TIME_RESULTS_GET' EXPORTING GET_PERNR = pernr-pernr GET_PABRJ = wpbp-begda(4) GET_PABRP = wpbp-begda+4(2) TABLES GET_QTBASE = l_qtbase GET_QTACC = l_qtacc EXCEPTIONS NO_PERIOD_SPECIFIED = 1 WRONG_CLUSTER_VERSION = 2 NO_READ_AUTHORITY = 3 CLUSTER_ARCHIVED = 4 TECHNICAL_ERROR = 5 OTHERS = 6 .
CD_RETROCALC_PERIOD CALL FUNCTION 'CD_RETROCALC_PERIOD' EXPORTING ENTRY = i_rgdir IMPORTING CALCD = retro_yes EXCEPTIONS OTHERS = 1.
PYXX_READ_PAYROLL_RESULT CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT' EXPORTING EMPLOYEENUMBER = pernr-pernr SEQUENCENUMBER = i_rgdir-seqnr READ_ONLY_INTERNATIONAL = 'X' CHANGING PAYROLL_RESULT = result.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.