LRSAMT16 is a standard Executable ABAP Report 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 LRSAMT16 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: Function Builder: Generated Test Report
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSAP_INFOSOURCE_TRANSFER CALL FUNCTION 'RSAP_INFOSOURCE_TRANSFER' EXPORTING I_ISOURCE = %_II_ISOURCE I_WITH_FIELDS = %_II_WITH_FIELDS IMPORTING E_S_ISOURCE = %_OE_S_ISOURCE TABLES I_T_LANGU = %_OI_T_LANGU E_T_ISOURCET = %_OE_T_ISOURCET E_T_TBFD = %_OE_T_TBFD E_T_TBFDT = %_OE_T_TBFDT EXCEPTIONS ISOURCE_NOT_FOUND = 001 INVALID_STRUCTURE = 002.
RSAP_INFOSOURCE_TRANSFER CALL FUNCTION 'RSAP_INFOSOURCE_TRANSFER' DESTINATION DESTI EXPORTING I_ISOURCE = %_II_ISOURCE I_WITH_FIELDS = %_II_WITH_FIELDS IMPORTING E_S_ISOURCE = %_OE_S_ISOURCE TABLES I_T_LANGU = %_OI_T_LANGU E_T_ISOURCET = %_OE_T_ISOURCET E_T_TBFD = %_OE_T_TBFD E_T_TBFDT = %_OE_T_TBFDT EXCEPTIONS ISOURCE_NOT_FOUND = 001 INVALID_STRUCTURE = 002.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.