CACS_APPL_WIZARD 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 CACS_APPL_WIZARD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CACSAPPLWIZARD - Application Wizard
CACSAPPLWIZARDX - Application Wizard
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: Program ZCACS_APPL_WIZARD
Text Symbol: 001 = Name/Select Application
Text Symbol: 002 = Create Application
Text Symbol: 003 = Create new application?
Text Symbol: 004 = Yes, continue
Text Symbol: 005 = No
Text Symbol: 006 = Cancel
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CACS_CHECK_QUAL_AUTH CALL FUNCTION 'CACS_CHECK_QUAL_AUTH' EXPORTING i_object = 'E_CACS_ADM' EXCEPTIONS no_authority = 1 wrong_parameters = 2 OTHERS = 3.
CACS_APPL_WIZARD_START CALL FUNCTION 'CACS_APPL_WIZARD_START' EXPORTING i_sapuse = lv_sapuse EXCEPTIONS cancelled_by_user = 1 error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CACS_APPL_WIZARD - Program ZCACS_APPL_WIZARD CACS_APPL_WIZARD - Program ZCACS_APPL_WIZARD CACS_APPL_TA_CLASSIFY_PACKAGE - Set Classification for IMG Transactions, Package-Specific CACS_APPL_TA_CLASSIFY_PACKAGE - Set Classification for IMG Transactions, Package-Specific CACS_APPL_STATUS_TEMPLO01 - CACSAPPLSTATUSTEMPLO01 CACS_APPL_STATUS_TEMPLI01 - CACSAPPLSTATUSTEMPLI01