SAP ABAP Class IF_SOURCE_PROGRAM_INDEX (Program Index)
Properties
Class IF_SOURCE_PROGRAM_INDEX  
Short Description Program Index    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120906   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SOURCE_PROGRAM_INDEX has no forward declaration.
Interfaces
Class IF_SOURCE_PROGRAM_INDEX has no interface implemented.
Friends
Class IF_SOURCE_PROGRAM_INDEX has no friend class.
Attributes
Class 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
Class 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 class 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 class 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 class 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 class IF_SOURCE_PROGRAM_INDEX has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in