CCM_DEL_GE_DYNPRO_ALL 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 CCM_DEL_GE_DYNPRO_ALL 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.
Title: Delete all CIC-generated parameter dialogs
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_DELETE_PROGRAM call function 'RS_DELETE_PROGRAM' exporting * CORRNUMBER = program = trd_wa-name * SUPPRESS_CHECKS = ' ' * SUPPRESS_COMMIT = ' ' suppress_popup = 'X' * with_cua = 'X' with_documentation = ' ' * WITH_DYNPRO = 'X' * WITH_INCLUDES = ' ' * WITH_TEXTPOOL = 'X' * WITH_VARIANTS = 'X' * TADIR_DEVCLASS = '$TMP' * IMPORTING * CORRNUMBER = * PROGRAM = exceptions enqueue_lock = 1 object_not_found = 2 permission_failure = 3 reject_deletion = 4 others = 5.
TR_APPEND_LOG call function 'TR_APPEND_LOG' * EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' * ACCEPT_NOT_INIT = ' ' * IV_SUPPRESS_STATISTICS = ' ' tables xmsg = msg exceptions file_not_found = 1 wrong_call = 2 others = 3.
TR_FLUSH_LOG call function 'TR_FLUSH_LOG' exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CCM_DEL_GE_DYNPRO_ALL - Delete all CIC-generated parameter dialogs CCM_DEL_GE_DYNPRO_ALL - Delete all CIC-generated parameter dialogs CCM_DEL_GE_DYNPRO - Program CCM_DEL_GE_DYNPRO CCM_DEL_GE_DYNPRO - Program CCM_DEL_GE_DYNPRO CCM_ABTRANSACTION_TYPES_CON - Include CCM_ABTRANSACTION_TYPES_CON CCMT_TYPES - Include CCMT_TYPES