CACS_CSTRUCTURES_GENERATE 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_CSTRUCTURES_GENERATE 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: Generation of CACS00-Char Structures for External Data Transfer
Text Symbol: NOK = @03@
Text Symbol: 1OK = @01@
Text Symbol: 010 = TR_OBJECT_CHECK Exception 2
Text Symbol: 009 = TR_OBJECT_CHECK Exception 1
Text Symbol: 008 = TR_OBJECT_INSERT ok!
Text Symbol: 007 = TR_OBJECT_INSERT not ok!
Text Symbol: 006 = CACS_STRUC_GENERATE ok!
Text Symbol: 005 = CACS_STRUC_GENERATE not ok!
Text Symbol: 004 = DDIF_FIELDINFO_GET ok!
Text Symbol: 003 = DDIF_FIELDINFO_GET not ok!
Text Symbol: 002 = TR_OBJECT_CHECK ok!
Text Symbol: 001 = Structure:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_OBJECT_CHECK call function 'TR_OBJECT_CHECK' exporting wi_ko200 = ls_ko200 exceptions cancel_edit_other_error = 01 show_only_other_error = 02.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = lt_struct-source_name langu = sy-langu * IMPORTING * X030L_WA = tables dfies_tab = lt_dfies exceptions not_found = 1 internal_error = 2 others = 3.
CACS_STRUC_GENERATE * call function 'CACS_STRUC_GENERATE' * exporting * i_structname = lt_struct-target_name * i_actflag = 'X' * i_structtext = 'Character Struktur' * tables * t_fields = lt_fields * exceptions * tab_not_found = 1 * field_not_found = 2 * put_failure = 3 * not_activated = 4 * activated_with_warning = 5 * others = 6.
TR_OBJECT_INSERT call function 'TR_OBJECT_INSERT' exporting wi_ko200 = ls_ko200 * TABLES * WT_E071K = exceptions cancel_edit_other_error = 1 show_only_other_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_CSTRUCTURES_GENERATE - Generation of CACS00-Char Structures for External Data Transfer CACS_CSTRUCTURES_GENERATE - Generation of CACS00-Char Structures for External Data Transfer CACS_CSSD_MENUTOP - CACSCSSDMENUTOP CACS_CSSD_MENUF05 - CACSCSSDMENUF05 CACS_CSSD_MENUF04 - CACSCSSDMENUF04 CACS_CSSD_MENUF03 - CACSCSSDMENUF03