SAP ABAP Class CLTOPS_SE_BASE_OUTBOUNDTEST (Base-class for testing processing async. Out-Services)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM (Application Component) Materials Management
⤷
OPS_SE_COMMON_FUNCTIONALITIES (Package) Functions for Cross-Component Use
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | COTINV_GOODSMOVEMENTERPNO | Test class for GoodsMovementERPNotification_Out | 20080806 |
| 2 | Inheritance (c INHERITING FROM c_ref) | COTPUR_POERPREPLNISHMNTMNTNO | Test class for POERPRepltOrderCollaborationNotification_Out | 20080812 |
| 3 | Inheritance (c INHERITING FROM c_ref) | COTPUR_PRERP_SRCG_REQ_OUT | COUNTERPART OF CL_SE_PUR_PRERP_SOURCING_REQ | 20080826 |
| 4 | Inheritance (c INHERITING FROM c_ref) | COTPUR_PURCHASEORDERERPCO | Test class for PurchaseOrdERP Confirmation_Out | 20080822 |
| 5 | Inheritance (c INHERITING FROM c_ref) | COTPUR_PURCHASEORDERERPMNTRQ1 | Test class for PurchaseOrdERP Request_Out_V1 | 20080822 |
| 6 | Inheritance (c INHERITING FROM c_ref) | COTPUR_PURGCONTRMNTCO | Counterpart for CL_SE_PUR_PURGCONTRMNTCO | 20080825 |
| 7 | Inheritance (c INHERITING FROM c_ref) | COTPUR_PURORDERPCONTRTRELNO | Test class for POERPContractReleaseNotification_Out | 20080820 |
| 8 | Inheritance (c INHERITING FROM c_ref) | COTPUR_RFQREQUEST_SUITEREQUEST | Test Class for RFQRequestSUITERequest_Out | 20080825 |
| 9 | Inheritance (c INHERITING FROM c_ref) | COTSHP_SOLOGSPLNGVWCNCNO | SalesOrderLogisticsPlanningViewCancellationNotification_Out | 20080826 |
| 10 | Inheritance (c INHERITING FROM c_ref) | COTSHP_SOLOGSPLNGVWCRTNO_SE | Testing of async. SalesOrderLogisticsPlaningViewNotif. Out. | 20080811 |
| ... | Click here to see Used By full list (13 items) | |||
Properties
| Class | CLTOPS_SE_BASE_OUTBOUNDTEST | |
| Short Description | Base-class for testing processing async. Out-Services | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | OPS_SE_COMMON_FUNCTIONALITIES | Functions for Cross-Component Use |
| Created | 20080805 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CLTOPS_SE_BASE_OUTBOUNDTEST has no forward declaration.
Interfaces
Class CLTOPS_SE_BASE_OUTBOUNDTEST has no interface implemented.
Friends
Class CLTOPS_SE_BASE_OUTBOUNDTEST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | STRING | Title for message box | 20080807 | |||
| 2 | Constant | Public | Type reference (TYPE) | I | 4 | Testdata corrupted | 20080806 | ||
| 3 | Constant | Public | Type reference (TYPE) | I | 2 | Test failed | 20080806 | ||
| 4 | Constant | Public | Type reference (TYPE) | I | 3 | Test still running | 20080806 | ||
| 5 | Constant | Public | Type reference (TYPE) | I | 1 | Test successful | 20080806 | ||
| 6 | Instance attribute | Protected | Type reference (TYPE) | BAPIRETTAB | Message table | 20080807 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | CTY_ST_MSG_STATUS_TYPE | Help-table with all known messages status | 20080808 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | SXMSMGUID | MessageID of send message | 20080805 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Checks if the system is productive | 20080805 | |
| 2 | Instance method | Public | Method | Checks if the outbound-message have been sent to ESR | 20080805 | |
| 3 | Instance method | Public | Constructor | Instantiation only possible if system is not productive! | 20080805 | |
| 4 | Instance method | Public | Method | Displays messages in UI | 20080807 | |
| 5 | Instance method | Public | Method | Return MessageID to calling application | 20080805 |
Events
Class CLTOPS_SE_BASE_OUTBOUNDTEST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | CTY_ST_MSG_STATUS_TYPE | Protected | See coding | 20080808 | cty_st_msg_status_type TYPE SORTED TABLE OF cty_s_msg_status_type WITH UNIQUE KEY msgstate
|
||
| 2 | CTY_S_MSG_STATUS_TYPE | Public | See coding | 20080808 | BEGIN OF cty_s_msg_status_type,
msgstate TYPE sxmspmstat,
status_type TYPE sxi_stat_type,
msgtxt TYPE sxmspmstattx,
END OF cty_s_msg_status_type
|
Method Signatures
Method CHECK_CLIENT_ROLE Signature
Method CHECK_CLIENT_ROLE on class CLTOPS_SE_BASE_OUTBOUNDTEST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080805 |
Method CHECK_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MESSAGE_STATUS_TYPE | Call by reference | Type reference (TYPE) | CTY_S_MSG_STATUS_TYPE | Exchange Infrastructure: Message Status Attribute und Text | 20080808 | |||
| 2 | ES_MESSAGE_STATUS_TYPE_RECEIVE | Call by reference | Type reference (TYPE) | CTY_S_MSG_STATUS_TYPE | Exchange Infrastructure: Message Status Attribute und Text | 20080808 | |||
| 3 | ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080805 | |||
| 4 | EV_TEST_STATUS | Call by reference | Type reference (TYPE) | I | 1 = Successful, 2 = Failed, 3 = still running, 4 = corrupted | 20080805 | |||
| 5 | IV_ALLOWED_RETRIES | Call by reference | Type reference (TYPE) | I | 3 | Allowed retry-attemps | 20080805 | ||
| 6 | IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | RFC-destination for ESR | 20080805 | |||
| 7 | IV_WAIT_UNTIL_RETRY | Call by reference | Type reference (TYPE) | I | 15 | Time in seconds for waiting between attemps | 20080805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080805 |
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CLTOPS_SE_BASE_OUTBOUNDTEST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080805 |
Method DISPLAY_MESSAGES Signature
Method DISPLAY_MESSAGES on class CLTOPS_SE_BASE_OUTBOUNDTEST has no parameter.
Method DISPLAY_MESSAGES on class CLTOPS_SE_BASE_OUTBOUNDTEST has no exception.
Method GET_MESSAGE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_XML_MESSAGE_ID | Value transfer | Type reference (TYPE) | SXMSMGUID | 20080805 |
Method GET_MESSAGE_ID on class CLTOPS_SE_BASE_OUTBOUNDTEST has no exception.
Meta Relationship - Used By (full list)
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | COTINV_GOODSMOVEMENTERPNO | Test class for GoodsMovementERPNotification_Out | 20080806 |
| 2 | Inheritance (c INHERITING FROM c_ref) | COTPUR_POERPREPLNISHMNTMNTNO | Test class for POERPRepltOrderCollaborationNotification_Out | 20080812 |
| 3 | Inheritance (c INHERITING FROM c_ref) | COTPUR_PRERP_SRCG_REQ_OUT | COUNTERPART OF CL_SE_PUR_PRERP_SOURCING_REQ | 20080826 |
| 4 | Inheritance (c INHERITING FROM c_ref) | COTPUR_PURCHASEORDERERPCO | Test class for PurchaseOrdERP Confirmation_Out | 20080822 |
| 5 | Inheritance (c INHERITING FROM c_ref) | COTPUR_PURCHASEORDERERPMNTRQ1 | Test class for PurchaseOrdERP Request_Out_V1 | 20080822 |
| 6 | Inheritance (c INHERITING FROM c_ref) | COTPUR_PURGCONTRMNTCO | Counterpart for CL_SE_PUR_PURGCONTRMNTCO | 20080825 |
| 7 | Inheritance (c INHERITING FROM c_ref) | COTPUR_PURORDERPCONTRTRELNO | Test class for POERPContractReleaseNotification_Out | 20080820 |
| 8 | Inheritance (c INHERITING FROM c_ref) | COTPUR_RFQREQUEST_SUITEREQUEST | Test Class for RFQRequestSUITERequest_Out | 20080825 |
| 9 | Inheritance (c INHERITING FROM c_ref) | COTSHP_SOLOGSPLNGVWCNCNO | SalesOrderLogisticsPlanningViewCancellationNotification_Out | 20080826 |
| 10 | Inheritance (c INHERITING FROM c_ref) | COTSHP_SOLOGSPLNGVWCRTNO_SE | Testing of async. SalesOrderLogisticsPlaningViewNotif. Out. | 20080811 |
| 11 | Inheritance (c INHERITING FROM c_ref) | COTSRV_SRVCACKNERPCO | Test Class for ServiceAcknowledgementERPConfirmation_Out | 20080821 |
| 12 | Inheritance (c INHERITING FROM c_ref) | COTSRV_SRVCACKNERPNO | Test class for ServiceAcknowledgementERPNotification_Out | 20080822 |
| 13 | Inheritance (c INHERITING FROM c_ref) | COT_SLS_SOQTYREDUCNNO | Test of async. SalesOrderQuantityReduction Out | 20080811 |
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 604 |