MKCGGF35 is a standard ABAP INCLUDE 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 MKCGGF35 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: Structure Generation: Navigation for ABAP Dictionary
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_DD_FIEL_SHOW * CALL FUNCTION 'RS_DD_FIEL_SHOW' * EXPORTING OBJNAME = CGG_STR-TABNM * EXCEPTIONS OTHERS = 4.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = cgg_str-tabnm object_type = 'TABL'.
RS_DD_DTEL_SHOW * CALL FUNCTION 'RS_DD_DTEL_SHOW' * EXPORTING * objname = cob_wa-rolnm * EXCEPTIONS * OTHERS = 4.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = cob_wa-rolnm object_type = 'DTEL'.
RS_DD_DOMA_SHOW * CALL FUNCTION 'RS_DD_DOMA_SHOW' * EXPORTING * objname = cob_wa-domnm * EXCEPTIONS * OTHERS = 4.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = cob_wa-domnm object_type = 'DOMA'.
RS_DD_FIEL_SHOW * CALL FUNCTION 'RS_DD_FIEL_SHOW' * EXPORTING * objname = cob_wa-chtab * EXCEPTIONS * OTHERS = 4.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = cob_wa-chtab object_type = 'TABL'.
RS_DD_FIEL_SHOW * CALL FUNCTION 'RS_DD_FIEL_SHOW' * EXPORTING * objname = cob_wa-ortab * EXCEPTIONS * OTHERS = 4.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = cob_wa-ortab object_type = 'TABL'.
RS_DD_FIEL_SHOW * CALL FUNCTION 'RS_DD_FIEL_SHOW' * EXPORTING * objname = cgg_str-tabnm * EXCEPTIONS * OTHERS = 4.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = cgg_str-tabnm object_type = 'TABL'.
RS_DD_FIEL_SHOW * CALL FUNCTION 'RS_DD_FIEL_SHOW' * EXPORTING * objname = kyf_wa-rftab * EXCEPTIONS * OTHERS = 4.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' OBJECT_NAME = kyf_wa-rftab OBJECT_TYPE = 'TABL'.
RS_DD_FIEL_SHOW * CALL FUNCTION 'RS_DD_FIEL_SHOW' * EXPORTING * objname = cgg_str-tabnm * EXCEPTIONS * OTHERS = 4.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' OBJECT_NAME = cgg_str-tabnm OBJECT_TYPE = 'TABL'.
RS_DD_FIEL_SHOW * CALL FUNCTION 'RS_DD_FIEL_SHOW' * EXPORTING * objname = cgg_der_wa-tabnm * EXCEPTIONS * OTHERS = 4.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' OBJECT_NAME = cgg_der_wa-tabnm OBJECT_TYPE = 'TABL'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MKCGGF35 - Structure Generation: Navigation for ABAP Dictionary MKCGGF30 - Structure generation: Edit functions MKCGGF20 - Structure generation: OK codes MKCGGF15 - Structure Generation: Checks with / Save / Activate MKCGGF11 - Structure Generation: Check Tables MKCGGF05 - Structure Generation: Help Functions for Searching, Sorting, Use