RSSDK_EXTRACTOR_ROUTINES 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 RSSDK_EXTRACTOR_ROUTINES 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!
TH_GET_OWN_WP_NO * call function 'TH_GET_OWN_WP_NO' * importing * subrc = l_subrc * wp_no = l_wpno * wp_pid = l_wppid * wp_index = l_wpindex.
RSSM_GET_TIME CALL FUNCTION 'RSSM_GET_TIME' * EXPORTING * I_TIMESTAMPL = * I_TIMESTAMPS = * I_DATUM_UTC = * I_UZEIT_UTC = * I_DATUM_LOC = * I_UZEIT_LOC = IMPORTING * E_DATUM_LOC = * E_UZEIT_LOC = E_TIMESTAMPS = l_TIMESTAMPS * E_TIMESTAMPL = * E_DATUM_UTC = E_UZEIT_UTC = l_uzeit_utc .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSDK_EXTRACTOR_ROUTINES - Include RSSDK_EXTRACTOR_ROUTINES RSSDK_AFTER_IMPORT - Program RSSDK_AFTER_IMPORT RSSDK_AFTER_IMPORT - Program RSSDK_AFTER_IMPORT RSSDB_CONV_ASCII_TO_UNICODE - Conversion of ASCII Tables in a UNICODE System RSSDB_CONV_ASCII_TO_UNICODE - Conversion of ASCII Tables in a UNICODE System RSSDBWEB - Maintain Standard Web DBM Server