CACS_GENERATOR 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_GENERATOR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CACSGENERATOR - CACS Generator
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.
Selection Text: XIMG = D .
Selection Text: APPL = D .
Selection Text: XCLASSES = D .
Selection Text: XCROSS = D .
Selection Text: XDSRCS = D .
Selection Text: XFUGRS = D .
Selection Text: XMDIALS = D .
Selection Text: XPROGS = D .
Selection Text: XSTRTABS = D .
Selection Text: XVIEWS = D .
Title: Application Generation
Text Symbol: 100 = Generated Area
Text Symbol: 101 = Including Cross-Application Objects
Text Symbol: 102 = Application
Text Symbol: 200 = Generated Objects
Text Symbol: 201 = Delete All and Regenerate
Text Symbol: 202 = Only Generate Missing Objects
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CACS_SET_GET_DOM_APPL CALL FUNCTION 'CACS_SET_GET_DOM_APPL' EXPORTING iv_dom_change = 'X' iv_admin = 'X' iv_use_popup = space IMPORTING * EV_DOM = ev_appl = appl * ev_all_appldomain_appls = it_appl * EV_EXPAND_APPL_SELECTED = * EV_ONLY_ONE = EXCEPTIONS no_domain_choosen = 1 no_application_choosen = 2 no_entry_found = 3 OTHERS = 4.
CACS_GET_CURRENT_APPL * CALL FUNCTION 'CACS_GET_CURRENT_APPL' * IMPORTING * e_appl = appl * EXCEPTIONS * no_appl = 1 * OTHERS = 2.
CACS_DISPLAY_LOG CALL FUNCTION 'CACS_DISPLAY_LOG' EXPORTING i_appl = appl i_subobject = 'CACS_GEN'.
CACS_GEN_NOTIFY_SHOW_USERS CALL FUNCTION 'CACS_GEN_NOTIFY_SHOW_USERS' EXPORTING i_appl = appl * CHANGING * et_userlist = .
CACS_CHANGE_APPL_CHECK CALL FUNCTION 'CACS_CHANGE_APPL_CHECK' EXPORTING i_appl = appl i_oneclick = p_oclick EXCEPTIONS denied = 1 OTHERS = 2.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = space fieldname = space searchhelp = 'CACS_APPL_ADM' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'APPL'.
CACS_CHECK_AUTH_REPOSITORY CALL FUNCTION 'CACS_CHECK_AUTH_REPOSITORY' EXCEPTIONS OTHERS = 2.
CACS_GENERATOR CALL FUNCTION 'CACS_GENERATOR' EXPORTING i_appl = appl i_xstrtabs = xstrtabs i_xviews = xviews i_xprogs = xprogs i_xfugrs = xfugrs i_xclasses = xclasses i_xmdials = xmdials i_xdsrcs = xdsrcs i_newprogsonly = newponly i_newfugrsonly = newfonly i_newclassonly = newconly i_xcrossappl = xcross i_img = ximg IMPORTING e_error = lv_error EXCEPTIONS OTHERS = 2.
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_GENERATOR - Application Generation CACS_GENERATOR - Application Generation CACS_GENERATE_SHORTTEXT_ALV - Program CACS_GENERATE_SHORTTEXT CACS_GENERATE_SHORTTEXT_ALV - Program CACS_GENERATE_SHORTTEXT CACS_GENERATE_SHORTTEXT - Program CACS_GENERATE_SHORTTEXT CACS_GENERATE_SHORTTEXT - Program CACS_GENERATE_SHORTTEXT