RMPS_TRF_EXPORT_WORKBENCH_PV01 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 RMPS_TRF_EXPORT_WORKBENCH_PV01 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: Include for Value Requests
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'RMPSD_TRF_EX' langu = sy-langu IMPORTING dfies_wa = ls_fields TABLES dfies_tab = lt_fields EXCEPTIONS not_found = 0 internal_error = 0 OTHERS = 0.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'EXPORT_RUN' window_title = text-001 TABLES value_tab = lt_shlp_values return_tab = lt_return field_tab = lt_fields EXCEPTIONS parameter_error = 0 no_values_found = 0 OTHERS = 0.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'RMPSS_TRF_EX-CONFIG_ID' values = lt_value.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMPS_TRF_EXPORT_WORKBENCH_PV01 - Include for Value Requests RMPS_TRF_EXPORT_WORKBENCH_PI01 - Include RMPS_TRF_EXPORT_WORKBENCH_PI01 RMPS_TRF_EXPORT_WORKBENCH_PD02 - Include RMPS_TRF_EXPORT_WORKBENCH_PD02 RMPS_TRF_EXPORT_WORKBENCH_O01 - Include RMPS_TRF_EXPORT_WORKBENCH_O01 RMPS_TRF_EXPORT_WORKBENCH_LCL1 - Include RMPS_TRF_EXPORT_WORKBENCH_LCL1 RMPS_TRF_EXPORT_WORKBENCH_AF01 - Include RMPS_TRF_EXPORT_WORKBENCH_AF01