RPCTAXT0_FORMS 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 RPCTAXT0_FORMS 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!
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = lv_name values = lt_list.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = lv_name values = lt_list.
HR_CZ_NEMPRI_XML_TO_XSTRING CALL FUNCTION 'HR_CZ_NEMPRI_XML_TO_XSTRING' EXPORTING io_xml_document = io_doc->mo_xml_doc IMPORTING ev_xstring = lv_xstring.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = lv_pernr infty = '0121' begda = lv_begda endda = lv_endda IMPORTING subrc = lv_subrc TABLES infty_tab = lt_p0121 EXCEPTIONS OTHERS = 1.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = lv_pernr infty = '0031' begda = lv_begda endda = lv_endda IMPORTING subrc = lv_subrc TABLES infty_tab = lt_p0031 EXCEPTIONS OTHERS = 1.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 1.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = iv_pernr infty = '0006' begda = iv_begda endda = iv_endda IMPORTING subrc = lv_subrc TABLES infty_tab = ct_p0006 EXCEPTIONS OTHERS = 1.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = iv_pernr infty = '0001' begda = iv_begda endda = iv_endda IMPORTING subrc = lv_subrc TABLES infty_tab = ct_p0001 EXCEPTIONS OTHERS = 1.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = lv_rfp infty = '0000' IMPORTING subrc = lv_subrc TABLES infty_tab = p0000 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_CZ_READ_PYRES_INTERVAL CALL FUNCTION 'HR_CZ_READ_PYRES_INTERVAL' EXPORTING pernr = iv_pernr mode = 'L' begda = lv_begda endda = lv_endda tprun = 'X' TABLES myrg = lt_rg rtrun = lt_rt.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.