SAP ABAP Class CL_C2S_TEST_FIXTURE (Generation of Test Data in C2 Server)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CFG-RT (Application Component) Business Configuration Tools: Runtime
⤷
C2_CORE (Package) C2 Server: Core Functionality
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IFC2DIR_TYPES | Repository for Global Types and Constants | 20040913 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_C2S_TEST_FIXT_COUNT_REG | Generation of Test Data (Example Countries & Regions) | 20040827 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_C2S_TEST_FIXT_SC2_TAX | Generate Test Examples for SC2_TAX | 20050207 |
Properties
| Class | CL_C2S_TEST_FIXTURE | |
| Short Description | Generation of Test Data in C2 Server | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | C2_CORE | C2 Server: Core Functionality |
| Created | 20040827 | SAP |
| Last change | 20050105 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_C2S_TEST_FIXTURE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IFC2DIR_TYPES | Repository for Global Types and Constants | 20040913 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CLC2DIR_AGENT_MAINT | 20040827 | Configuration Data Write Access | |
| 2 | CLC2DIR_AGENT_READ | 20040827 | Configuration Data Read Access | |
| 3 | CLC2DIR_PERS_ADAPTER | 20040827 | Access to C2 Persistence |
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Confirms Test Data of Persistence Layer | 20040915 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20040827 | |
| 3 | Instance method | Protected | Method | Create Key and Meta-Data for Test Data | 20040830 | |
| 4 | Instance method | Public | Method | Get Test Data in External Format (Initialization) | 20040827 | |
| 5 | Instance method | Public | Method | Get Test Data in External Format (Additional) | 20040907 | |
| 6 | Instance method | Public | Method | Get Test Data in Internal Format (Initialization) | 20040827 | |
| 7 | Instance method | Public | Method | Get Test Data in Internal Format (Additional) | 20040907 | |
| 8 | Instance method | Public | Method | Get Test Metadata | 20041102 | |
| 9 | Instance method | Public | Method | Get Test Metadata | 20041102 | |
| 10 | Instance method | Public | Method | Get Test Data Selection Criteria | 20040902 | |
| 11 | Instance method | Public | Method | Send messages that have occurred during setup | 20041027 |
Events
Class CL_C2S_TEST_FIXTURE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ATP_S_GUID | Protected | Attribute reference (LIKE) | 20041102 | |
||
| 2 | ATP_T_GUIDS | Protected | Attribute reference (LIKE) | 20041102 | |
||
| 3 | ATP_T_STRINGTAB | Protected | Attribute reference (LIKE) | 20041102 | |
||
| 4 | GS_METADATA_ASSIGNMNT_TYPE | Protected | See coding | 20040830 | BEGIN OF gs_metadata_assignmnt_type.
INCLUDE TYPE sc2_bco_node_id.
types sem_key type c2s_semantic_key.
include type cc2s_esi_id.
INCLUDE TYPE cc2s_mgmnt_key_ext as key_ext.
INCLUDE TYPE cc2s_tdep.
TYPES END OF gs_metadata_assignmnt_type
|
||
| 5 | GT_METADATA_ASSIGNMNT_TYPE | Protected | See coding | 20040830 | gt_metadata_assignmnt_type TYPE standard table OF gs_metadata_assignmnt_type
WITH KEY bo_name node_name /sapc2/c2guid
|
Method Signatures
Method CLEAR_TESTDATA_PERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_ID | Call by reference | Type reference (TYPE) | SC2_BCO_NODE_ID | Knoten-Kennung | 20040915 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040915 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CO_NAME | Call by reference | Type reference (TYPE) | SC2_BCO_NODE_ID-BO_NAME | ESF : Business Objekt | 20040827 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040827 |
Method CREATE_METADATA_AND_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CO_NAME | Call by reference | Type reference (TYPE) | SC2_BCO_NODE_ID-BO_NAME | ESF : Business Objekt | 20040830 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040830 |
Method GET_DATA_EXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT_LIST | Call by reference | Type reference (TYPE) | INDEX TABLE | C2-Server Konfigurationsdaten (interne Darstellung) | 20040827 | |||
| 2 | IS_CO_NODE_NAME | Call by reference | Type reference (TYPE) | SC2_BCO_NODE_ID | Knoten-Kennung | 20040827 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040827 |
Method GET_DATA_EXT_ADD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT_LIST | Call by reference | Type reference (TYPE) | INDEX TABLE | C2-Server Konfigurationsdaten (interne Darstellung) | 20040907 | |||
| 2 | IS_CO_NODE_NAME | Call by reference | Type reference (TYPE) | SC2_BCO_NODE_ID | Knoten-Kennung | 20040907 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040907 |
Method GET_DATA_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT_LIST | Call by reference | Type reference (TYPE) | INDEX TABLE | C2-Server Konfigurationsdaten (externe Darstellung) | 20040827 | |||
| 2 | IS_CO_NODE_NAME | Call by reference | Type reference (TYPE) | SC2_BCO_NODE_ID | Knoten-Kennung | 20040827 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040827 |
Method GET_DATA_INT_ADD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT_LIST | Call by reference | Type reference (TYPE) | INDEX TABLE | C2-Server Konfigurationsdaten (externe Darstellung) | 20040907 | |||
| 2 | IS_CO_NODE_NAME | Call by reference | Type reference (TYPE) | SC2_BCO_NODE_ID | Knoten-Kennung | 20040907 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040907 |
Method GET_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_META_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041102 | ||||
| 2 | IS_CO_NODE_NAME | Call by reference | Type reference (TYPE) | SC2_BCO_NODE_ID | Knoten-Kennung | 20041102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | C2 server: Parameter error | 20041209 |
Method GET_METADATA_ADD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_META_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041102 | ||||
| 2 | IS_CO_NODE_NAME | Call by reference | Type reference (TYPE) | SC2_BCO_NODE_ID | Knoten-Kennung | 20041102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | C2 server: Parameter error | 20041209 |
Method GET_SEL_CRIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ADD_SEL_CRIT | Call by reference | Type reference (TYPE) | C2S_SELLIST_TTYPE | Selektionsbedingungen für zusätzliche Daten | 20041208 | |||
| 2 | ET_LANGUS | Call by reference | Type reference (TYPE) | C2S_LANGU_TTYPE | Sprachentabelle im C2-Sever | 20040930 | |||
| 3 | ET_SEL_CRIT | Call by reference | Type reference (TYPE) | C2S_SELLIST_TTYPE | Selektionsbedingungen im C2-Server | 20040930 | |||
| 4 | IS_CO_NODE_NAME | Call by reference | Type reference (TYPE) | SC2_BCO_NODE_ID | Knoten-Kennung | 20040902 |
Method GET_SEL_CRIT on class CL_C2S_TEST_FIXTURE has no exception.
Method SEND_MESS_FROM_FIXT_CREATION Signature
Method SEND_MESS_FROM_FIXT_CREATION on class CL_C2S_TEST_FIXTURE has no parameter.
Method SEND_MESS_FROM_FIXT_CREATION on class CL_C2S_TEST_FIXTURE has no exception.
History
| Last changed by/on | SAP | 20050105 |
| SAP Release Created in | 700 |