SAP Reports / Programs

SAPICCTW SAP ABAP Report - Repository Infosystem: Test Cases







SAPICCTW 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 SAPICCTW 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 SAPICCTW. "Basic submit
SUBMIT SAPICCTW AND RETURN. "Return to original report after report execution complete
SUBMIT SAPICCTW VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Reusable
Selection Text: CATT_DYN = Screen Number
Selection Text: CATT_FUN = Function Module
Selection Text: CATT_KON = Context
Selection Text: CATT_PRO = Program
Selection Text: CATT_REF = Reference to Module
Selection Text: CATT_TAB = Table
Selection Text: CATT_TCD = Transaction Code
Selection Text: F_USER = Created By
Selection Text: KEY1 = Test
Selection Text: LOOPC = Maximum Number of Hits
Selection Text: L_USER = Last Changed By
Selection Text: PRIO = Priority
Selection Text: REUSE = Reusable
Selection Text: SEARCH = Search Terms
Selection Text: TWB_FRAN = Application Component
Selection Text: TWB_RESP = Person Responsible
Selection Text: TWB_TYP = Type
Selection Text: XCOMPO = Application Component
Selection Text: XCOUNTRY = Country
Selection Text: XCUST = Test Environment
Selection Text: XDB = Database
Selection Text: XFRONT = Frontend
Selection Text: XLANG = Language
Selection Text: XPLAT = Platform
Selection Text: XREL_F = Valid from Release
Selection Text: XREL_T = Valid to Release
Selection Text: XTEXT = Title
Selection Text: PRODUCT = D .
Selection Text: PRPE = D .
Selection Text: XADIR = D .
Title: Repository Infosystem: Test Cases
Text Symbol: TFP = Test Cases
Text Symbol: T27 = W/o Variants
Text Symbol: T26 = With Variants
Text Symbol: 104 = Title
Text Symbol: 105 = Package
Text Symbol: 333 = Max. No. of Hits





Text Symbol: 555 = Reusable
Text Symbol: 999 = Title
Text Symbol: CR1 = Test Case
Text Symbol: CR2 = Test Cases
Text Symbol: E01 = Settings
Text Symbol: HDR = Test Cases
Text Symbol: S01 = Standard Selections
Text Symbol: S02 = Administration Data
Text Symbol: S03 = Dependencies
Text Symbol: S04 = CATT-Specific
Text Symbol: S05 = Use
Text Symbol: S06 = Further Selection Criteria
Text Symbol: T01 = Changed in Release
Text Symbol: T02 = Created in Release
Text Symbol: T03 = User
Text Symbol: T04 = All
Text Symbol: T05 = Released component-related
Text Symbol: T06 = Not Released
Text Symbol: T07 = Active Status
Text Symbol: T08 = Inactive Status
Text Symbol: T11 = Language
Text Symbol: T12 = Database
Text Symbol: T13 = Country
Text Symbol: T14 = Platform
Text Symbol: T15 = Test Environment
Text Symbol: T16 = Frontend
Text Symbol: T17 = Application Test
Text Symbol: T18 = Platform Test
Text Symbol: T19 = Individual Test
Text Symbol: T21 = Test module: Yes
Text Symbol: T22 = Test Module: No
Text Symbol: T24 = Released Cross-Component


INCLUDES used within this REPORT SAPICCTW

INCLUDE ICCTWTOP.
INCLUDE ICCTWSEL.
INCLUDE ICCTWF00.
INCLUDE ICCTWF01.
INCLUDE ICCTWF12.
INCLUDE ICCTWF13.
INCLUDE ICCTWF14.





INCLUDE ICCTWF02.
INCLUDE ICCTWF03.
INCLUDE ICCTWF04.
INCLUDE ICCTWEVT.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 SAPICCTW or its description.