CATTIPCH 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 CATTIPCH 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.
INCLUDE RGSIMPH0.
No SAP DATABASE tables are accessed within this REPORT code!
G_SET_AUTHORITY_CHECK CALL FUNCTION 'G_SET_AUTHORITY_CHECK' EXPORTING ACTVT = '01'.
G_OBJECT_NAME_CHECK CALL FUNCTION 'G_OBJECT_NAME_CHECK' EXPORTING OBJECT_NAME = '0' MAINMODE = 'A' EXCEPTIONS OBJECT_IS_PROTECTED = 1 OBJECT_CREATED_BY_SAP = 2 OTHERS = 3.
G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' " Name of subset EXPORTING SETCLASS = MY_CLASS SHORTNAME = MY_DATA_TAB-GROUPNAME KOKRS = MY_KOKRS IMPORTING SETID = MY_SETHIER-SETID.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CATTIPCH - documentation and ABAP source code CATTIPCH - documentation and ABAP source code CATTCCCA - Memory for CATT Data for the Material Ledger CATS_SELECTION_SCREEN_EXT02_EX - CATSSELECTIONSCREENEXT02EX CATS_SELECTION_SCREEN_EXT02 - Customer Enhancement for Selection Screen of CATS Approval Report CATS_SELECTION_SCREEN_EXT01 - CATSSELECTIONSCREENEXT01