The report component requires the installation of a custom function module in your SAP system.
If you cannot install the function mudule, turn to your SAP Basis team for help.
Installation #
Install the function module using the transport request Z_XTRACT_IS_REMOTE_REPORT-transport.zip.
The transport request is located in the following installation directory: C:\Program Files\[XtractProduct]\ABAP\Report\Z_XTRACT_IS_REMOTE_REPORT-transport.zip
.
SAP Standard Data Type TAB512 #
Instead of using the SAP standard data type TAB512 for the LIST_OUTPUT table parameter, you can create your own Z data type.
This is necessary if the output length of a report line is longer than 512 characters. The maximum possible length is 1023 characters.
Note: The exception LIST_FROM_MEMORY_NOT_FOUND
is thrown if the report does not return a result.