SAP ABAP Interface IF_PAK_TEST_DATA_PROVIDER (Provides specific data for generic tests of ..._ROOT methods)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SPAK_WB_FOUNDATION (Package) Framework for integrating the APIs with the ABAP Workbench
Properties
Interface IF_PAK_TEST_DATA_PROVIDER  
Short Description Provides specific data for generic tests of ..._ROOT methods    
General Data
Package SPAK_WB_FOUNDATION   Framework for integrating the APIs with the ABAP Workbench 
Created 20050321   SAP 
Last changed 20071217   SAP 
Unicode checks active    
Forward declarations
Interface IF_PAK_TEST_DATA_PROVIDER has no forward declaration.
Interfaces
Interface IF_PAK_TEST_DATA_PROVIDER has no interface.
Friends
Interface IF_PAK_TEST_DATA_PROVIDER has no friend.
Attributes
Interface IF_PAK_TEST_DATA_PROVIDER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR Instance method Public Method Clears the test data from the database 20050321
2 CREATE Instance method Public Method Creates a concrete API object, but doesn't it save to the DB 20050321
3 GET Instance method Public Method Gets a specific version of the API object 20050321
4 GET_PROPERTY_VALUE Instance method Public Method Returns value of a specific property of the data provider 20060111
5 MODIFY Instance method Public Method Modifies the passed API object to a certain state 20050321
6 VERIFY Instance method Public Method Verifies that the passed API object has a certain state 20050321
Events
Interface IF_PAK_TEST_DATA_PROVIDER has no event.
Types
Interface IF_PAK_TEST_DATA_PROVIDER has no local type.
Method Signatures

Method CLEAR Signature

Method CLEAR on Interface IF_PAK_TEST_DATA_PROVIDER has no parameter.
Method CLEAR on Interface IF_PAK_TEST_DATA_PROVIDER has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_OBJECT Value transfer Object reference (TYPE REF TO) IF_PAK_WB_OBJECT The created API object instance 20050322

Method CREATE on Interface IF_PAK_TEST_DATA_PROVIDER has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTIVATION_STATE Call by reference Type reference (TYPE) PAK_ACTIVATION_STATE The required version of the object 20050509
2 Returning RE_OBJECT Value transfer Object reference (TYPE REF TO) IF_PAK_WB_OBJECT The object got 20050321

Method GET on Interface IF_PAK_TEST_DATA_PROVIDER has no exception.

Method GET_PROPERTY_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PROPERTY_VALUE Value transfer Type reference (TYPE) CLIKE Value of the requested property 20060111
2 Importing IM_PROPERTY Call by reference Type reference (TYPE) STRING Identifier of the property (test specific) 20060111

Method GET_PROPERTY_VALUE on Interface IF_PAK_TEST_DATA_PROVIDER has no exception.

Method MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECT Call by reference Object reference (TYPE REF TO) IF_PAK_WB_OBJECT The object to modify 20050321
2 Importing IM_STATE_ID Call by reference Type reference (TYPE) I 0 If the test case needs different states: state identifier 20050321

Method MODIFY on Interface IF_PAK_TEST_DATA_PROVIDER has no exception.

Method VERIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECT Call by reference Object reference (TYPE REF TO) IF_PAK_WB_OBJECT The object whose state to verify 20050321
2 Importing IM_STATE_ID Call by reference Type reference (TYPE) I 0 If the test case needs different states: state identifier 20050321

Method VERIFY on Interface IF_PAK_TEST_DATA_PROVIDER has no exception.
History
Last changed by/on SAP  20071217 
SAP Release Created in 710