SAP ABAP Class CL_SMT_EXTENSION (Extension)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA-SMT (Application Component) Service Mapping Tool
⤷
GMT_CONFIGURATION (Package) configuration objects

⤷

⤷

Properties
Class | CL_SMT_EXTENSION | |
Short Description | Extension | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GMT_CONFIGURATION | configuration objects |
Created | 20080502 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_SMT_EXTENSION has no interface implemented.
Friends
Class CL_SMT_EXTENSION has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SMT_APPLICATION | Mapping | 20080502 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SMT_BOOLEAN | Boolean value | 20080526 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DEVCLASS | 20080502 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SMT_EVENT | Mapping Step | 20080502 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SMT_EXTENSION | 20080502 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SMT_EXTENSION_OWNER | 20080503 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SFW_SWITCH_ID | Id of a Switch in Switch Framework | 20080502 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SMT_VERSION | Version | 20080502 | ||
9 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_SMT_CONFIG_CONST | Configuration constant attributes | 20080502 | ||
10 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_SMT_ERROR_RAISER | Raises error messages | 20080502 | ||
11 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_SMT_MSGNO_CONST | Message number constant attributes | 20080502 | ||
12 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_SMT_SERVICES | Grouping of generic services | 20080502 | ||
13 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_SMT_STORAGE | Database storage | 20080502 | ||
14 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_SMT_TRANSPORT | Handles transport request operations | 20080502 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Return true if the changes must be transported | 20080502 |
2 | ![]() |
Instance method | Public | Method | Check the extension data | 20080512 |
3 | ![]() |
Instance method | Private | Method | Check if an owner is valid | 20080505 |
4 | ![]() |
Instance method | Protected | Method | Check if a switch exists | 20080502 |
5 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20080502 |
6 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20080502 |
7 | ![]() |
Instance method | Public | Method | Discard extension changes | 20080503 |
8 | ![]() |
Instance method | Public | Method | Generate extension ID | 20080502 |
9 | ![]() |
Instance method | Public | Method | Return the application name | 20080502 |
10 | ![]() |
Instance method | Public | Method | Return the development package | 20080502 |
11 | ![]() |
Instance method | Public | Method | Return the event name | 20080502 |
12 | ![]() |
Instance method | Public | Method | Return the extension ID | 20080502 |
13 | ![]() |
Instance method | Public | Method | Return the extension owner | 20080503 |
14 | ![]() |
Instance method | Public | Method | Return the switch | 20080502 |
15 | ![]() |
Instance method | Public | Method | Return the version | 20080502 |
16 | ![]() |
Instance method | Public | Method | Return true (X) if the extension has changed | 20080526 |
17 | ![]() |
Instance method | Private | Method | Load extension | 20080503 |
18 | ![]() |
Instance method | Protected | Method | Set the object changed flag | 20080502 |
19 | ![]() |
Instance method | Private | Method | Set the extension development package | 20080502 |
20 | ![]() |
Instance method | Public | Method | Set the extension owner | 20080505 |
21 | ![]() |
Instance method | Public | Method | Set the extension switch | 20080502 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | DATA_CHANGED | Instance Event (0) |
Public (2) |
Notify listeners that the object was changed | 20080503 |
Types
Class CL_SMT_EXTENSION has no local type.
Method Signatures
Method ARE_CHANGES_TRANSPORTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_TRANSPORTED | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | 20080502 |
Method ARE_CHANGES_TRANSPORTED on class CL_SMT_EXTENSION has no exception.
Method CHECK Signature
Method CHECK on class CL_SMT_EXTENSION has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data invalid error | 20080512 | |
2 | ![]() |
Data not found error | 20080512 |
Method CHECK_OWNER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OWNER | Call by reference | Type reference (TYPE) | SMT_EXTENSION_OWNER | 20080505 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data invalid error | 20080505 | |
2 | ![]() |
Data not found error | 20080505 |
Method CHECK_SWITCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SWITCH | Call by reference | Type reference (TYPE) | SFW_SWITCH_ID | Id of a Switch in Switch Framework | 20080502 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data not found error | 20080502 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SMT_EXTENSION has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SMT_EXTENSION has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Mapping | 20080502 | ||
2 | ![]() |
IV_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Mapping Step | 20080502 |
Method CONSTRUCTOR on class CL_SMT_EXTENSION has no exception.
Method DISCARD_CHANGES Signature
Method DISCARD_CHANGES on class CL_SMT_EXTENSION has no parameter.
Method DISCARD_CHANGES on class CL_SMT_EXTENSION has no exception.
Method GENERATE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Package | 20080502 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data invalid error | 20080509 |
Method GET_APPLICATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_APPLICATION | Value transfer | Type reference (TYPE) | SMT_APPLICATION | Mapping | 20080502 |
Method GET_APPLICATION on class CL_SMT_EXTENSION has no exception.
Method GET_DEVELOPMENT_PACKAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_PACKAGE | Value transfer | Type reference (TYPE) | DEVCLASS | Package | 20080502 |
Method GET_DEVELOPMENT_PACKAGE on class CL_SMT_EXTENSION has no exception.
Method GET_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_EVENT | Value transfer | Type reference (TYPE) | SMT_EVENT | Mapping Step | 20080502 |
Method GET_EVENT on class CL_SMT_EXTENSION has no exception.
Method GET_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_EXTENSION | Value transfer | Type reference (TYPE) | SMT_EXTENSION | Mapping Extension ID (GUID) | 20080502 |
Method GET_ID on class CL_SMT_EXTENSION has no exception.
Method GET_OWNER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_OWNER | Value transfer | Type reference (TYPE) | SMT_EXTENSION_OWNER | 20080503 |
Method GET_OWNER on class CL_SMT_EXTENSION has no exception.
Method GET_SWITCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SWITCH | Value transfer | Type reference (TYPE) | SFW_SWITCH_ID | Id of a Switch in Switch Framework | 20080502 |
Method GET_SWITCH on class CL_SMT_EXTENSION has no exception.
Method GET_VERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_VERSION | Value transfer | Type reference (TYPE) | SMT_VERSION | Version | 20080502 |
Method GET_VERSION on class CL_SMT_EXTENSION has no exception.
Method HAS_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_CHANGED | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolean value | 20080526 |
Method HAS_CHANGED on class CL_SMT_EXTENSION has no exception.
Method LOAD_DATA Signature
Method LOAD_DATA on class CL_SMT_EXTENSION has no parameter.
Method LOAD_DATA on class CL_SMT_EXTENSION has no exception.
Method SET_CHANGED Signature
Method SET_CHANGED on class CL_SMT_EXTENSION has no parameter.
Method SET_CHANGED on class CL_SMT_EXTENSION has no exception.
Method SET_DEVELOPMENT_PACKAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Package | 20080502 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data invalid error | 20080502 |
Method SET_OWNER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OWNER | Call by reference | Type reference (TYPE) | SMT_EXTENSION_OWNER | 20080505 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data invalid error | 20080505 | |
2 | ![]() |
Data not found error | 20080505 |
Method SET_SWITCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SWITCH | Call by reference | Type reference (TYPE) | SFW_SWITCH_ID | Id of a Switch in Switch Framework | 20080502 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data not found error | 20080502 |
Event Signatures
Event DATA_CHANGED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | IV_CHANGED | Exporting | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | CL_SMT_CONFIG_CONST=>GC_TRUE | Boolean value | 20080503 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 701 |