SAP ABAP Interface IF_FDT_ACTN_CONTEXT_CHANGE (OBSOLETE - DO NOT USE)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_DEPRECATED (Package) BRFplus: Deprecated Objects
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
Interface IF_FDT_ACTN_CONTEXT_CHANGE  
Short Description OBSOLETE - DO NOT USE    
General Data
Package SFDT_DEPRECATED   BRFplus: Deprecated Objects 
Created 20090210   SAP 
Last changed 20090618   SAP 
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
# Interface Abstract Final Description Created on
1 IF_FDT_ACTION FDT: Action 20090210
2 IF_FDT_ADMIN_DATA FDT: Administrative Data 20090210
3 IF_FDT_EXPRESSION FDT: Expression 20090210
4 IF_FDT_TRANSACTION FDT: Transaction 20090210
Friends
Interface IF_FDT_ACTN_CONTEXT_CHANGE has no friend.
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
Interface 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