FILA_HELP_METHOD_DELETE 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 FILA_HELP_METHOD_DELETE 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: PA_COMPO = D Application Component
Selection Text: PA_METHD = D Method
Selection Text: PA_X000M = Delete from TFILA_GF_000M
Selection Text: SO_SUBEV = D Subprocess
Title: Makes It Possible to Delete a Method for Selected Subprocesses
Text Symbol: 001 = Delete the Selected Entries
INCLUDE IFILA_HELP.
No SAP DATABASE tables are accessed within this REPORT code!
FILATOOL_TABLE_ENTRIES_TO_MARK CALL FUNCTION 'FILATOOL_TABLE_ENTRIES_TO_MARK' EXPORTING ID_HEADER = GD_HEADER ID_TABNAME = GC_TABNAME IMPORTING ED_FCODE = GD_FCODE TABLES IT_TABLE = GT_T001M_ALL ET_MARKEDLINES = GT_T001M_MRK IT_MARKEDLINES = GT_T001M_MRK ET_TABLE = GT_T001M_ALL EXCEPTIONS ERROR_OCCURRED = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FILA_HELP_METHOD_DELETE - Makes It Possible to Delete a Method for Selected Subprocesses FILA_HELP_METHOD_DELETE - Makes It Possible to Delete a Method for Selected Subprocesses FILA_HELP_METHOD_DEACTIVATE - Makes It Possible to Deactivate a Method for Selected Subprocesses FILA_HELP_METHOD_DEACTIVATE - Makes It Possible to Deactivate a Method for Selected Subprocesses FILA_HELP_METHOD_ACTIVATE - Makes It Possible to Undo Deactivation of a Method FILA_HELP_METHOD_ACTIVATE - Makes It Possible to Undo Deactivation of a Method