SAP Reports / Programs

CACS_GENERATOR SAP ABAP Report - Application Generation







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CACSGENERATOR - CACS Generator


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


Text pool values


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


INCLUDES used within this REPORT CACS_GENERATOR

No INCLUDES are used within this REPORT code!


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:

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.



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