SAP ABAP Class IF_FDT_ACTN_CONTEXT_CHANGE (OBSOLETE - DO NOT USE)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FDT_ACTION FDT: Action 20090210
2 Interface composition (i COMPRISING i_ref)  IF_FDT_ADMIN_DATA FDT: Administrative Data 20090210
3 Interface composition (i COMPRISING i_ref)  IF_FDT_EXPRESSION FDT: Expression 20090210
4 Interface composition (i COMPRISING i_ref)  IF_FDT_TRANSACTION FDT: Transaction 20090210
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_ACTN_CONTEXT_CHANGE OBSOLETE - DO NOT USE 20090219
Properties
Class IF_FDT_ACTN_CONTEXT_CHANGE  
Short Description OBSOLETE - DO NOT USE    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090210   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_FDT_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_FDT_ACTN_CONTEXT_CHANGE has no interface implemented.
Friends
Class IF_FDT_ACTN_CONTEXT_CHANGE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_EXTY_CONTEXT_CHANGE Constant Public Type reference (TYPE) IF_FDT_TYPES=>ID IF_FDT_CONSTANTS=>GC_EXTY_ACTN_CONTEXT_CHANGE 20090210
2 MV_ACTION Instance attribute Public Attribute reference (LIKE) 20090210
3 MV_CUSTOMIZING_OBJECT Instance attribute Public Attribute reference (LIKE) 20090210
4 MV_EXPRESSION_TYPE_ID Instance attribute Public Attribute reference (LIKE) 20090210
5 MV_ID Instance attribute Public Attribute reference (LIKE) 20090210
6 MV_LOCAL_OBJECT Instance attribute Public Attribute reference (LIKE) 20090210
7 MV_MASTERDATA_OBJECT Instance attribute Public Attribute reference (LIKE) 20090210
8 MV_OBJECT_TYPE Instance attribute Public Attribute reference (LIKE) 20090210
9 MV_RULE Instance attribute Public Attribute reference (LIKE) 20090210
10 MV_SYSTEM_OBJECT Instance attribute Public Attribute reference (LIKE) 20090210
Methods
# Method Level Visibility Method type Description Created on
1 GET_CHANGE_SETTINGS Instance method Public Method 20090210
2 SET_CHANGE_SETTINGS Instance method Public Method 20090210
Events
Class IF_FDT_ACTN_CONTEXT_CHANGE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_CHANGE_SETTINGS Public See coding 20090210 BEGIN OF s_change_settings, change_id TYPE if_fdt_types=>id, component_id TYPE if_fdt_types=>id, new_value_id TYPE if_fdt_types=>id, position TYPE i, END OF s_change_settings
2 TS_CHANGE_SETTINGS Public See coding 20090210 ts_change_settings TYPE SORTED TABLE OF s_change_settings WITH UNIQUE KEY change_id component_id
Method Signatures

Method GET_CHANGE_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP 20090210
2 Returning RTS_CHANGE_SETTINGS Value transfer Type reference (TYPE) TS_CHANGE_SETTINGS 20090210
# Exception Resumable Description Created on
1 CX_FDT_INPUT 20090210

Method SET_CHANGE_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITS_CHANGE_SETTINGS Call by reference Type reference (TYPE) TS_CHANGE_SETTINGS 20090210
# Exception Resumable Description Created on
1 CX_FDT_INPUT 20090210
History
Last changed by/on SAP  20090618 
SAP Release Created in