SAP ABAP Class IF_PAK_TEST_DATA_PROVIDER (Provides specific data for generic tests of ..._ROOT methods)
Properties
Class IF_PAK_TEST_DATA_PROVIDER  
Short Description Provides specific data for generic tests of ..._ROOT methods    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20050321   SAP 
Last change 20071217   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_PAK_TEST_DATA_PROVIDER has no forward declaration.
Interfaces
Class IF_PAK_TEST_DATA_PROVIDER has no interface implemented.
Friends
Class IF_PAK_TEST_DATA_PROVIDER has no friend class.
Attributes
Class 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
Class IF_PAK_TEST_DATA_PROVIDER has no event.
Types
Class IF_PAK_TEST_DATA_PROVIDER has no local type.
Method Signatures

Method CLEAR Signature

Method CLEAR on class IF_PAK_TEST_DATA_PROVIDER has no parameter.
Method CLEAR on class 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 class 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 class 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 class 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 class 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 class IF_PAK_TEST_DATA_PROVIDER has no exception.
History
Last changed by/on SAP  20071217 
SAP Release Created in