RSSEM_REQUEST_COPY 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 RSSEM_REQUEST_COPY 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.
Selection Text: RNR = Request Number
Selection Text: S_CUBE = Source InfoCube
Selection Text: T_CUBE = Target InfoCube
Title: Copy Request
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSSEM_REQUEST_COPY CALL FUNCTION 'RSSEM_REQUEST_COPY' EXPORTING I_RNR = RNR I_SOURCE_CUBE = S_CUBE I_TARGET_CUBE = T_CUBE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSEM_REQUEST_COPY - Copy Request RSSEM_REQUEST_COPY - Copy Request RSSEM_INFOCUBE_CONDENSE - Compress InfoCube RSSEM_INFOCUBE_CONDENSE - Compress InfoCube RSSEM_DOCUMENTS_INTIAL_TO_HASH - Conversion of Document Properties from Initial to # RSSEM_DOCUMENTS_INTIAL_TO_HASH - Conversion of Document Properties from Initial to #