SAP ABAP Class /SAPPO/TD_CFGURABLE_CMD_DOUBLE (Test Double for PPO Commands Can Be Configured)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-TS-PPO (Application Component) Postprocessing Office
⤷
/SAPPO/SAMPLE (Package) Postprocessing Office - Implementation Examples
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /SAPPO/IF_PPO_COMMAND | Command for a PPO Postprocessing Order | 20100511 |
Properties
| Class | /SAPPO/TD_CFGURABLE_CMD_DOUBLE | |
| Short Description | Test Double for PPO Commands Can Be Configured | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | T | Test Program |
| Category | 5 | |
| Package | /SAPPO/SAMPLE | Postprocessing Office - Implementation Examples |
| Created | 20100511 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /SAPPO/TD_CFGURABLE_CMD_DOUBLE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /SAPPO/IF_PPO_COMMAND | Command for a PPO Postprocessing Order | 20100511 |
Friends
Class /SAPPO/TD_CFGURABLE_CMD_DOUBLE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | TY_T_ORDER_DATA | 20100511 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20100511 | ||
| 2 | Static method | Public | Method | 20100511 |
Events
Class /SAPPO/TD_CFGURABLE_CMD_DOUBLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_ORDER_COMMAND_RESULT | Public | See coding | 20100511 | begin of ty_s_order_command_result,
exec_successfull type abap_bool,
error_category type /sappo/dte_error_category,
fnctn_response type /sappo/str_fnctn_response,
updated type /sappo/typ_f_func_updated,
rollback_on_retry_error type abap_bool,
end of ty_s_order_command_result
|
||
| 2 | TY_S_ORDER_DATA | Public | See coding | 20100511 | begin of ty_s_order_data,
key type ty_s_order_key,
observation type ty_s_order_observation,
command_result type ty_s_order_command_result,
end of ty_s_order_data
|
||
| 3 | TY_S_ORDER_KEY | Public | See coding | 20100511 | begin of ty_s_order_key,
order_id type /sappo/dte_order_id,
end of ty_s_order_key
|
||
| 4 | TY_S_ORDER_OBSERVATION | Public | See coding | 20100511 | begin of ty_s_order_observation,
noc type i,
end of ty_s_order_observation
|
||
| 5 | TY_T_ORDER_DATA | Public | See coding | 20100511 | ty_t_order_data type table of ty_s_order_data
|
Method Signatures
Method RESET Signature
Method RESET on class /SAPPO/TD_CFGURABLE_CMD_DOUBLE has no parameter.
Method RESET on class /SAPPO/TD_CFGURABLE_CMD_DOUBLE has no exception.
Method SET_ORDER_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ORDER_DATA | Call by reference | Type reference (TYPE) | TY_S_ORDER_DATA | 20100511 |
Method SET_ORDER_DATA on class /SAPPO/TD_CFGURABLE_CMD_DOUBLE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |