SAP ABAP Class /BOBF/CL_TOOL_AUNIT_ACTION_TDC (Action class to create a current image out of a TDC)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
AP-RC-BOF-CFN (Application Component) Business Object Processing Framework Configuration
⤷
/BOBF/TOOLS (Package) Business Object Processing Framework Tools

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_FRW_ACTION | Interface for an Action | 20081213 |
Properties
Class | /BOBF/CL_TOOL_AUNIT_ACTION_TDC | |
Short Description | Action class to create a current image out of a TDC | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BOBF/TOOLS | Business Object Processing Framework Tools |
Created | 20081213 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /BOBF/CL_TOOL_AUNIT_ACTION_TDC has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /BOBF/IF_FRW_ACTION | Interface for an Action | 20081213 |
Friends
Class /BOBF/CL_TOOL_AUNIT_ACTION_TDC has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_ACTION | 20081213 | |||
2 | ![]() |
Constant | Private | Type reference (TYPE) | /BOBF/CONF_STATE | 'Z' | State | 20081213 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20081213 | |
2 | ![]() |
Instance method | Protected | Method | 20081213 | |
3 | ![]() |
Static method | Public | Method | 20081213 |
Events
Class /BOBF/CL_TOOL_AUNIT_ACTION_TDC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_ACTION | Private | See coding | 20081213 | BEGIN OF ts_action,
bo_key TYPE /BOBF/OBM_BO_KEY,
act_key TYPE /BOBF/ACT_KEY,
tdc TYPE ettd_name,
tdc_variant TYPE etvar_id,
END OF ts_action
|
||
2 | TT_ACTION | Private | See coding | 20081213 | tt_action TYPE SORTED TABLE OF ts_action WITH NON-UNIQUE KEY bo_key act_key
|
Method Signatures
Method ADD_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PROXY_ACTION_NAME | Call by reference | Type reference (TYPE) | STRING | Action | 20081213 | ||
2 | ![]() |
IV_PROXY_BO_NAME | Call by reference | Type reference (TYPE) | /BOBF/OBM_NAME | Business Object | 20081213 | ||
3 | ![]() |
IV_PROXY_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | Action | 20081213 | ||
4 | ![]() |
IV_TDC | Call by reference | Type reference (TYPE) | ETTD_NAME | Test Data Container | 20081213 | ||
5 | ![]() |
IV_TDC_VARIANT | Call by reference | Type reference (TYPE) | ETVAR_ID | Variant name | 20081213 |
Method ADD_ACTION on class /BOBF/CL_TOOL_AUNIT_ACTION_TDC has no exception.
Method ADJUST_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_BUFFER | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_BUFFER | Interface to the Data Layer | 20081213 | ||
2 | ![]() |
IT_ROOT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20081213 |
Method ADJUST_BUFFER on class /BOBF/CL_TOOL_AUNIT_ACTION_TDC has no exception.
Method CLEANUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PROXY_BO_NAME | Call by reference | Type reference (TYPE) | /BOBF/OBM_NAME | Business Object | 20081213 |
Method CLEANUP on class /BOBF/CL_TOOL_AUNIT_ACTION_TDC has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |