RCRR_TFW_PROCESSING 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 RCRR_TFW_PROCESSING 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: RCRR_TFW_PROCESSING
Text Symbol: ST2 = ST22
Text Symbol: SMA = Keep Threshold and stop manually
Text Symbol: SM5 = SM50
Text Symbol: SHL = Show Log
Text Symbol: SCL = Set Code Level
Text Symbol: SC1 = General
Text Symbol: SAT = Set Test Configuration to "active"
Text Symbol: SAL = Stop after
Text Symbol: RUU = Run
Text Symbol: RUN = Run
Text Symbol: RST = Additional Settings only for Repeat
Text Symbol: RPT = Stop and reset Tests
Text Symbol: RMT = Run marked tests
Text Symbol: REP = Repeat
Text Symbol: ONL = Online Mode
Text Symbol: NPP = Number parallel Proc.
Text Symbol: NOD = Num. of Tab. from PUTTB_SHD
Text Symbol: NKF = Non Key Fields
Text Symbol: NFN = Field Name
Text Symbol: LTK = Stress Type
Text Symbol: LOG = log
Text Symbol: STJ = STOP Jobs
Text Symbol: STP = Stop Tests
Text Symbol: STR = Codelevel
Text Symbol: TB1 = Simple Change
Text Symbol: TB3 = Pool Table
Text Symbol: TB4 = Enqueue Lock
Text Symbol: TB5 = Data Base Lock (select...for update)
Text Symbol: TB6 = Parallel Change
Text Symbol: TB7 = Cluster Table
Text Symbol: TC1 = run
Text Symbol: TCI = Test Configuration ID
Text Symbol: TMS = Times
Text Symbol: TRS = Threshold
Text Symbol: TSC = Testrun without Checks
Text Symbol: TT1 = Static Tables (obsolete)
Text Symbol: TT2 = Dynamic Tables
INCLUDE ICRR_TFW_PROCESSING_01.
No SAP DATABASE tables are accessed within this REPORT code!
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_icon_name text = l_button_text info = l_quickinfo IMPORTING RESULT = p_btn_01 EXCEPTIONS OTHERS = 0. "not interested in errors
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_icon_name text = l_button_text info = l_quickinfo IMPORTING RESULT = p_btn_02 EXCEPTIONS OTHERS = 0. "not interested in errors
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_icon_name text = l_button_text info = l_quickinfo IMPORTING RESULT = p_btn_05 EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_icon_name text = l_button_text info = l_quickinfo IMPORTING RESULT = p_btn_06 EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_icon_name text = l_button_text info = l_quickinfo IMPORTING RESULT = p_btn_07 EXCEPTIONS OTHERS = 0.
SHOW_JOBSTATE * CALL FUNCTION 'SHOW_JOBSTATE' * EXPORTING * JOBCOUNT = ls_outtab-JOB_number * JOBNAME = ls_outtab-JOB_NAME * IMPORTING ** ABORTED = ** FINISHED = ** PRELIMINARY = ** READY = * RUNNING = l_running * EXCEPTIONS * JOBCOUNT_MISSING = 1 * JOBNAME_MISSING = 2 * JOB_NOTEX = 3 * OTHERS = 4.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-001 DIAGNOSE_OBJECT = 'CRR_TFW_DELETE_ASK' TEXT_QUESTION = 'Delete your logs or all logs?'(002) TEXT_BUTTON_1 = 'My logs only'(003) ICON_BUTTON_1 = 'ICON_OKAY' TEXT_BUTTON_2 = 'All logs'(004) ICON_BUTTON_2 = 'ICON_OKAY' DEFAULT_BUTTON = '1' DISPLAY_CANCEL_BUTTON = 'X' START_COLUMN = 25 START_ROW = 6 IMPORTING ANSWER = l_answer EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.
GUI_RUN * CALL FUNCTION 'GUI_RUN' * EXPORTING * COMMAND = p_file.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'CONFIG_ID' "field of internal table VALUE_ORG = 'S' TABLES VALUE_TAB = lt_CRR_TFW_CONF_DT RETURN_TAB = lT_RETURN.
VRM_SET_VALUES * CALL FUNCTION 'VRM_SET_VALUES' * EXPORTING * id = param_P_NPP * values = values_NPP.
VRM_SET_VALUES * CALL FUNCTION 'VRM_SET_VALUES' * EXPORTING * id = param_p_crc * values = values_NOC.
VRM_SET_VALUES * CALL FUNCTION 'VRM_SET_VALUES' * EXPORTING * id = param_p_testty * values = values_tt.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RCRR_TFW_PROCESSING or its description.