FDT_GENERATION_TOOL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this program you can analyze the generated classes for BRFplus functions...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter FDT_GENERATION_TOOL 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.
Selection Text: P_ANAL_C = Show Coding Analysis
Selection Text: P_ANAL_O = Show Function Analysis
Selection Text: P_APPL = Application ID
Selection Text: P_ATABLS = Display Master Data Functions
Selection Text: P_CHCKGN = Generate function on demand
Selection Text: P_CHCKOB = Check function only
Selection Text: P_CHECK = Mass Syntax Check
Selection Text: P_CTABLS = Display Customer Functions
Selection Text: P_DELCLS = Delete Classes without Ref.
Selection Text: P_DELE_F = Delete References for Function
Selection Text: P_DELWOC = Delete Ref. without Class
Selection Text: P_DELWOF = Delete Ref. without Functions
Selection Text: P_DEL_ER = Delete References with errors
Selection Text: P_DISP_A = Display all functions
Selection Text: P_DISP_P = Display functions of appl.
Selection Text: P_DISP_S = Display single function
Selection Text: P_ERROR = Display functions with errors
Selection Text: P_FUNCID = Function ID
Selection Text: P_W_TRAC = With Lean Trace
Selection Text: P_W_PP = With Pretty Printer
Selection Text: P_USE_T =
Selection Text: P_USER = D .
Selection Text: P_TIME =
Selection Text: P_S_NAME = Function Name
Selection Text: P_S_GUID =
Selection Text: P_STABLS = Display System Functions
Selection Text: P_SHOWST = Show Statistic
Selection Text: P_SHOWID = Show UUID's
Selection Text: P_SHOWAP = Show Reuse of Classes (AP)
Selection Text: P_ONLY_U = Only Function from Owner
Selection Text: P_OBJCHK = With Syntax Check
Selection Text: P_LIST = Function List
Selection Text: P_GENERR = Regenerate faulty functions
Selection Text: P_GENCHK = Search only for generated clas
Selection Text: P_GEN = Generate function (forced)
Title: Analyse Generated Functions / Regenerate
Text Symbol: W01 = Deletion started in New Task
Text Symbol: VBS = With additional comments
INCLUDE FDT_INCL_REPORT_UTILITIES.
INCLUDE FDT_GENERATION_TOOL_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
FDT_CC_DELETE_UNUSED_REFERENCE CALL FUNCTION 'FDT_CC_DELETE_UNUSED_REFERENCE'.
FDT_CC_DELETE_UNUSED_CLASSES CALL FUNCTION 'FDT_CC_DELETE_UNUSED_CLASSES' STARTING NEW TASK lv_task.
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 FDT_GENERATION_TOOL or its description.
FDT_GENERATION_TOOL - Analyse Generated Functions / Regenerate FDT_GENERATION_TOOL - Analyse Generated Functions / Regenerate FDT_GENERATION_SIMULATION_TMP - FDTGENERATIONSIMULATIONTMP FDT_GENERATION_SIMULATION_TMP - FDTGENERATIONSIMULATIONTMP FDT_GENERATION_FUNCTION_WC - FDT_GENERATION_FUNCTION_WC -