RSSPAM10 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 RSSPAM10 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: SPAM/SAINT: List Import phases by scenario
Text Symbol: 000 = Import Phase
Text Symbol: 001 = Standard
Text Symbol: 002 = Test
Text Symbol: 003 = Pos.
Text Symbol: 004 = Downt.min.
Text Symbol: 005 = SPAM
Text Symbol: 006 = SAINT
Text Symbol: 008 = Downt.min.
Text Symbol: 009 = This is not a correctly defined import phase!
Text Symbol: 010 = Name
Text Symbol: 011 = Update
INCLUDE RSPAMCON.
No SAP DATABASE tables are accessed within this REPORT code!
SPAM_AUTHORITY_CHECK CALL FUNCTION 'SPAM_AUTHORITY_CHECK' EXCEPTIONS OTHERS = 99.
SPAM_CHECK_STEP_REQUIRED CALL FUNCTION 'SPAM_CHECK_STEP_REQUIRED' EXPORTING ip_stepname = ip_stepname ip_scenario = ip_scenario IMPORTING ep_required = ep_answer EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSPAM10 - SPAM/SAINT: List Import phases by scenario RSSPAM10 - SPAM/SAINT: List Import phases by scenario RSSPAM09 - SPAM: Display objects locked in requests RSSPAM09 - SPAM: Display objects locked in requests RSSPAM08 - SPAM: Displaying errors during test import RSSPAM08 - SPAM: Displaying errors during test import