SAP ABAP Interface IF_SOURCE_PROGRAM_INDEX (Program Index)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-UTL (Application Component) Workbench Utilities
     S_SOURCE_ANALYSIS_DB_USAGE (Package) Source code analysis w.r.t. database access
Properties
Interface IF_SOURCE_PROGRAM_INDEX  
Short Description Program Index    
General Data
Package S_SOURCE_ANALYSIS_DB_USAGE   Source code analysis w.r.t. database access 
Created 20120906   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_SOURCE_PROGRAM_INDEX has no forward declaration.
Interfaces
Interface IF_SOURCE_PROGRAM_INDEX has no interface.
Friends
Interface IF_SOURCE_PROGRAM_INDEX has no friend.
Attributes
Interface IF_SOURCE_PROGRAM_INDEX has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_FORMS Instance method Public Method 20130628
2 GET_METHODS Instance method Public Method 20130628
3 LOOKUP_FORM Instance method Public Method 20120906
4 LOOKUP_METHOD Instance method Public Method 20120906
Events
Interface IF_SOURCE_PROGRAM_INDEX has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_FORM Public See coding 20130628 begin of ty_form, form type progname, position type ty_position, end of ty_form
2 TY_FORMS Public See coding 20130628 ty_forms type sorted table of ty_form with unique key form
3 TY_METHOD Public See coding 20130628 begin of ty_method, method type seocmpname, interface type seoclsname, position type ty_position, end of ty_method
4 TY_METHODS Public See coding 20130628 ty_methods type sorted table of ty_method with unique key interface method
5 TY_POSITION Public See coding 20130628 begin of ty_position, include type progname, row type i, end of ty_position
Method Signatures

Method GET_FORMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FORMS Call by reference Type reference (TYPE) TY_FORMS 20130628

Method GET_FORMS on Interface IF_SOURCE_PROGRAM_INDEX has no exception.

Method GET_METHODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_METHODS Call by reference Type reference (TYPE) TY_METHODS 20130628
2 Importing I_CLASS Call by reference Type reference (TYPE) CLIKE 20130628

Method GET_METHODS on Interface IF_SOURCE_PROGRAM_INDEX has no exception.

Method LOOKUP_FORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INCLUDE Call by reference Type reference (TYPE) PROGNAME 20120906
2 Exporting E_START_ROW Call by reference Type reference (TYPE) I 20120906
3 Importing I_FORM Call by reference Type reference (TYPE) CLIKE 20120906

Method LOOKUP_FORM on Interface IF_SOURCE_PROGRAM_INDEX has no exception.

Method LOOKUP_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INCLUDE Call by reference Type reference (TYPE) PROGNAME 20120906
2 Exporting E_IS_INTF_METHOD Call by reference Type reference (TYPE) ABAP_BOOL 20120906
3 Exporting E_START_ROW Call by reference Type reference (TYPE) I 20120906
4 Importing I_CLASS Call by reference Type reference (TYPE) CLIKE 20120906
5 Importing I_INTERFACE Call by reference Type reference (TYPE) CLIKE 20120906
6 Importing I_METHOD Call by reference Type reference (TYPE) CLIKE 20120906

Method LOOKUP_METHOD on Interface IF_SOURCE_PROGRAM_INDEX has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740