SAP Reports / Programs

RCRR_TFW_PROCESSING SAP ABAP Report - RCRR_TFW_PROCESSING







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RCRR_TFW_PROCESSING. "Basic submit
SUBMIT RCRR_TFW_PROCESSING AND RETURN. "Return to original report after report execution complete
SUBMIT RCRR_TFW_PROCESSING VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: TTY = Test Type
Text Symbol: UNR = Update: Number of Records
Text Symbol: UPG = Upgrade Mode
Text Symbol: WDC = Work with Copies of Source Tables (dynamic only)
Text Symbol: WDT = Default Tables
Text Symbol: 001 = Delete
Text Symbol: 002 = Delete your logs or all logs?
Text Symbol: 003 = My logs only
Text Symbol: 004 = All logs
Text Symbol: AC1 = Actions for Online Mode
Text Symbol: AC2 = Actions for Upgrade Mode
Text Symbol: AC3 = Start
Text Symbol: AC4 = Configuration
Text Symbol: AC5 = Administration
Text Symbol: ACT = Show active
Text Symbol: CCS = Static
Text Symbol: CGA = Clear, generate Copies and activate
Text Symbol: CLR = Clear Environment
Text Symbol: CLU = Clear
Text Symbol: CNK = Set No-Key
Text Symbol: CNT = Show
Text Symbol: CRC = Number of Circles
Text Symbol: CTD = Copy also DB-Table Data
Text Symbol: CTI = Dynamic
Text Symbol: CUS = Customizing
Text Symbol: DAS = With diag. / and stop
Text Symbol: DEL = Delete: Number of Records
Text Symbol: DGT = Delete generated tables
Text Symbol: DIL = Delete inactive log entries
Text Symbol: DLG = Delete Log
Text Symbol: DLL = Delete Log
Text Symbol: DOS = Do
Text Symbol: DT2 = Default Tables
Text Symbol: DTB = Default Tables
Text Symbol: EDO = Enddo
Text Symbol: ELN = External Test ID (opt.)
Text Symbol: END = End Configuration
Text Symbol: FDT = Type of File Determination
Text Symbol: FNA = Path+File





Text Symbol: FNC = Content
Text Symbol: FND = File
Text Symbol: GDF = Default Tables
Text Symbol: GEM = Get Environment
Text Symbol: GEV = Clear and generate Environment
Text Symbol: GJS = Get Jobstate
Text Symbol: INR = Insert: Number of Records
Text Symbol: JNM = Jobname
Text Symbol: KYF = Key Fields


INCLUDES used within this REPORT RCRR_TFW_PROCESSING

INCLUDE ICRR_TFW_PROCESSING_01.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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.