SAP ABAP Class TC_FPM_ADV_FORM_BASE_CFG_ACC (Contract Tests for IF_FPM_ADV_FORM_BASE_CFG_ACC)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     SAPB_FPM_TEST_AUNIT (Package) Classes used as carrier of Unit Tests
Properties
Class TC_FPM_ADV_FORM_BASE_CFG_ACC  
Short Description Contract Tests for IF_FPM_ADV_FORM_BASE_CFG_ACC    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 5   
Package SAPB_FPM_TEST_AUNIT   Classes used as carrier of Unit Tests 
Created 20121122   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class TC_FPM_ADV_FORM_BASE_CFG_ACC has no interface implemented.
Friends
Class TC_FPM_ADV_FORM_BASE_CFG_ACC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_CONFIGURATION_ACCESS Static Attribute Private Object reference (TYPE REF TO) IF_FPM_ADV_FORM_BASE_CFG_ACC Base Config. Access Interface for GUIBBs based on Adv. Forms 20121126
2 GO_CONFIGURATION_ACCESS_EMPTY Static Attribute Private Object reference (TYPE REF TO) IF_FPM_ADV_FORM_BASE_CFG_ACC Accessor for empty configuration 20121126
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_CONFIGURATION_ACCESS Instance method Protected Method 20121126
2 CREATE_FORM_GL2_CTXT Instance method Protected Method 20121122
3 CREATE_FORM_GL2_CTXT_EMPTY Instance method Protected Method 20121122
4 CREATE_FORM_REP_CTXT Instance method Protected Method 20121123
5 CREATE_FORM_REP_CTXT_EMPTY Instance method Protected Method 20121123
6 CREATE_TABLE_READER_DOUBLE Instance method Protected Method 20121126
7 GET_ACTIONS Instance method Protected Test Method for ABAP Unit 20121122
8 GET_ACTIONS_EMPTY Instance method Protected Test Method for ABAP Unit 20121122
9 GET_BUTTONS Instance method Protected Test Method for ABAP Unit 20121123
10 GET_BUTTONS_EMPTY Instance method Protected Test Method for ABAP Unit 20121123
11 GET_BUTTON_ROWS Instance method Protected Test Method for ABAP Unit 20121123
12 GET_BUTTON_ROWS_EMPTY Instance method Protected Test Method for ABAP Unit 20121123
13 GET_DROP_TARGET Instance method Protected Test Method for ABAP Unit 20121123
14 GET_DROP_TARGET_EMPTY Instance method Protected Test Method for ABAP Unit 20121123
15 GET_FEEDER_PARAMETER Instance method Protected Test Method for ABAP Unit 20121123
16 GET_FEEDER_PARAMETER_EMPTY Instance method Protected Test Method for ABAP Unit 20121123
17 GET_FORM_ATTRIBUTES Instance method Protected Test Method for ABAP Unit 20121123
18 GET_FORM_ATTRIBUTES_EMPTY Instance method Protected Test Method for ABAP Unit 20121123
19 GET_FORM_GROUPS Instance method Protected Test Method for ABAP Unit 20121123
20 GET_FORM_GROUPS_EMPTY Instance method Protected Test Method for ABAP Unit 20121123
21 GET_MENUS Instance method Protected Test Method for ABAP Unit 20121123
22 GET_MENUS_EMPTY Instance method Protected Test Method for ABAP Unit 20121123
23 GET_POSITIONS Instance method Protected Test Method for ABAP Unit 20121123
24 GET_POSITIONS_EMPTY Instance method Protected Test Method for ABAP Unit 20121123
25 GET_QUICKVIEWS Instance method Protected Test Method for ABAP Unit 20121123
26 GET_QUICKVIEWS_EMPTY Instance method Protected Test Method for ABAP Unit 20121123
27 GET_STANDARD_ELEMENTS Instance method Protected Test Method for ABAP Unit 20121123
28 GET_STANDARD_ELEMENTS_EMPTY Instance method Protected Test Method for ABAP Unit 20121123
29 SETUP Instance method Private Method 20121122
Events
Class TC_FPM_ADV_FORM_BASE_CFG_ACC has no event.
Types
Class TC_FPM_ADV_FORM_BASE_CFG_ACC has no local type.
Method Signatures

Method CREATE_CONFIGURATION_ACCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CREATE_EMPTY_CFG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: Create empty configuration 20121126
2 Returning RO_CONFIGURATION_ACCESS Value transfer Object reference (TYPE REF TO) IF_FPM_ADV_FORM_BASE_CFG_ACC Base Config. Access Interface for GUIBBs based on Adv. Forms 20121126
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20121126

Method CREATE_FORM_GL2_CTXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_FORM_CONTEXT_ROOT_NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20121122
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20121122

Method CREATE_FORM_GL2_CTXT_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_FORM_CONTEXT_ROOT_NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20121122

Method CREATE_FORM_GL2_CTXT_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method CREATE_FORM_REP_CTXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_FORM_CONTEXT_ROOT_NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20121123
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20121123

Method CREATE_FORM_REP_CTXT_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_FORM_CONTEXT_ROOT_NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20121123

Method CREATE_FORM_REP_CTXT_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method CREATE_TABLE_READER_DOUBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONFIGURATION_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20121126
2 Returning RO_TABLE_READER_ACCESS Value transfer Object reference (TYPE REF TO) IF_FPM_TABLE_READER Table Reader double 20121126

Method CREATE_TABLE_READER_DOUBLE on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_ACTIONS Signature

Method GET_ACTIONS on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_ACTIONS on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_ACTIONS_EMPTY Signature

Method GET_ACTIONS_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_ACTIONS_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_BUTTONS Signature

Method GET_BUTTONS on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_BUTTONS on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_BUTTONS_EMPTY Signature

Method GET_BUTTONS_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_BUTTONS_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_BUTTON_ROWS Signature

Method GET_BUTTON_ROWS on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_BUTTON_ROWS on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_BUTTON_ROWS_EMPTY Signature

Method GET_BUTTON_ROWS_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_BUTTON_ROWS_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_DROP_TARGET Signature

Method GET_DROP_TARGET on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_DROP_TARGET on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_DROP_TARGET_EMPTY Signature

Method GET_DROP_TARGET_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_DROP_TARGET_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_FEEDER_PARAMETER Signature

Method GET_FEEDER_PARAMETER on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_FEEDER_PARAMETER on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_FEEDER_PARAMETER_EMPTY Signature

Method GET_FEEDER_PARAMETER_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_FEEDER_PARAMETER_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_FORM_ATTRIBUTES Signature

Method GET_FORM_ATTRIBUTES on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_FORM_ATTRIBUTES on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_FORM_ATTRIBUTES_EMPTY Signature

Method GET_FORM_ATTRIBUTES_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_FORM_ATTRIBUTES_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_FORM_GROUPS Signature

Method GET_FORM_GROUPS on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_FORM_GROUPS on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_FORM_GROUPS_EMPTY Signature

Method GET_FORM_GROUPS_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_FORM_GROUPS_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_MENUS Signature

Method GET_MENUS on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_MENUS on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_MENUS_EMPTY Signature

Method GET_MENUS_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_MENUS_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_POSITIONS Signature

Method GET_POSITIONS on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_POSITIONS on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_POSITIONS_EMPTY Signature

Method GET_POSITIONS_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_POSITIONS_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_QUICKVIEWS Signature

Method GET_QUICKVIEWS on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_QUICKVIEWS on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_QUICKVIEWS_EMPTY Signature

Method GET_QUICKVIEWS_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_QUICKVIEWS_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_STANDARD_ELEMENTS Signature

Method GET_STANDARD_ELEMENTS on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_STANDARD_ELEMENTS on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method GET_STANDARD_ELEMENTS_EMPTY Signature

Method GET_STANDARD_ELEMENTS_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
Method GET_STANDARD_ELEMENTS_EMPTY on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no exception.

Method SETUP Signature

Method SETUP on class TC_FPM_ADV_FORM_BASE_CFG_ACC has no parameter.
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20121122
History
Last changed by/on SAP  20130531 
SAP Release Created in 740