SAP ABAP Class IF_AIM_ANALYSIS_RESULT (Result of After Import Analysis)
Properties
Class IF_AIM_ANALYSIS_RESULT  
Short Description Result of After Import Analysis    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130118   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_AIM_ANALYSIS_RESULT has no forward declaration.
Interfaces
Class IF_AIM_ANALYSIS_RESULT has no interface implemented.
Friends
Class IF_AIM_ANALYSIS_RESULT has no friend class.
Attributes
Class IF_AIM_ANALYSIS_RESULT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_AIMS Instance method Public Method 20130118
2 GET_AIM_ACCESS Instance method Public Method 20130118
3 GET_AIM_ACCESS_INFOS Instance method Public Method 20130118
4 GET_DDIC_ACCESS Instance method Public Method 20130118
5 GET_DDIC_ACCESS_INFOS Instance method Public Method 20130118
6 GET_DDIC_OBJS Instance method Public Method 20130118
Events
Class IF_AIM_ANALYSIS_RESULT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_AIMS Public See coding 20130118 ty_aims type sorted table of funcname with unique key table_line
2 TY_AIM_ACCESS_INFO Public See coding 20130118 begin of ty_aim_access_info, aim type funcname, ddic_obj_ro type ty_ddic_objs, ddic_obj_rw type ty_ddic_objs, critical_services type ty_services, end of ty_aim_access_info
3 TY_AIM_ACCESS_INFOS Public See coding 20130118 ty_aim_access_infos type hashed table of ty_aim_access_info with unique key aim
4 TY_AIM_FILTER Public See coding 20130118 ty_aim_filter type hashed table of funcname with unique key table_line
5 TY_DDIC_OBJS Public See coding 20130118 ty_ddic_objs type sorted table of pak_object_key with unique key table_line
6 TY_SERVICES Public See coding 20130226 ty_services type sorted table of string with unique key table_line
7 TY_TABLE_ACCESS_INFO Public See coding 20130118 begin of ty_table_access_info, ddic_object type pak_object_key, aim_ro type ty_aims, aim_rw type ty_aims, end of ty_table_access_info
8 TY_TABLE_ACCESS_INFOS Public See coding 20130118 ty_table_access_infos type hashed table of ty_table_access_info with unique key ddic_object
9 TY_TABNAMES Public See coding 20130118 ty_tabnames type hashed table of tabname with unique key table_line
Method Signatures

Method GET_AIMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_AIMS Call by reference Type reference (TYPE) TY_AIMS 20130118

Method GET_AIMS on class IF_AIM_ANALYSIS_RESULT has no exception.

Method GET_AIM_ACCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_AIM_RO Call by reference Type reference (TYPE) TY_AIMS 20130118
2 Exporting E_AIM_RW Call by reference Type reference (TYPE) TY_AIMS 20130118
3 Importing I_DDIC_OBJ Call by reference Type reference (TYPE) PAK_OBJECT_KEY 20130118

Method GET_AIM_ACCESS on class IF_AIM_ANALYSIS_RESULT has no exception.

Method GET_AIM_ACCESS_INFOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_AIM_ACCESS_INFO Call by reference Type reference (TYPE) TY_AIM_ACCESS_INFOS 20130118

Method GET_AIM_ACCESS_INFOS on class IF_AIM_ANALYSIS_RESULT has no exception.

Method GET_DDIC_ACCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DDIC_OBJ_RO Call by reference Type reference (TYPE) TY_DDIC_OBJS 20130118
2 Exporting E_DDIC_OBJ_RW Call by reference Type reference (TYPE) TY_DDIC_OBJS 20130118
3 Importing I_AIM Call by reference Type reference (TYPE) FUNCNAME 20130118

Method GET_DDIC_ACCESS on class IF_AIM_ANALYSIS_RESULT has no exception.

Method GET_DDIC_ACCESS_INFOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DDIC_ACCESS_INFO Call by reference Type reference (TYPE) TY_TABLE_ACCESS_INFOS 20130118

Method GET_DDIC_ACCESS_INFOS on class IF_AIM_ANALYSIS_RESULT has no exception.

Method GET_DDIC_OBJS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DDIC_OBJS Call by reference Type reference (TYPE) TY_DDIC_OBJS 20130118

Method GET_DDIC_OBJS on class IF_AIM_ANALYSIS_RESULT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in