SRT_WSP_MACROS 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 SRT_WSP_MACROS 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.
INCLUDE SRT_WSP_TRACE_MACROS.
INCLUDE SRT_WSP_LOG_MACROS.
No SAP DATABASE tables are accessed within this REPORT code!
RSLG_WRITE_SYSLOG_ENTRY call function 'RSLG_WRITE_SYSLOG_ENTRY' exporting data_word1 = _dword1 sl_message_area = &1 sl_message_subid = &2 exceptions data_missing = 1 data_words_problem = 2 other_problem = 3 pre_params_problem = 4 others = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SRT_WSP_MACROS - Include SRT_WSP_MACROS SRT_WSP_LOG_VIEW - SOA Configuration Log Viewer SRT_WSP_LOG_VIEW - SOA Configuration Log Viewer SRT_WSP_LOG_REORG - Web Service Configuration Log: Cleanup SRT_WSP_LOG_REORG - Web Service Configuration Log: Cleanup SRT_WSP_LOG_MACROS - Include SRT_WSP_LOG_MACROS