SAP ABAP Class CL_SMT_METHOD_DYN (Dynamic Method Execution)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA-SMT (Application Component) Service Mapping Tool
⤷
GMT_MODEL (Package) Model Access for External Users
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SMT_METHOD | Method | 20080104 |
Properties
| Class | CL_SMT_METHOD_DYN | |
| Short Description | Dynamic Method Execution | |
| Super Class | CL_SMT_METHOD | Method |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GMT_MODEL | Model Access for External Users |
| Created | 20080104 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_SMT_METHOD_DYN has no interface implemented.
Friends
Class CL_SMT_METHOD_DYN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SMT_REF_TO_DATA_CONTAINER | Container that saves reference with ref. to data | 20080124 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'SMT_CLASS_TRANS_DEF_TEMPL' | 20080130 | |||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'SMT_CLASS_TRANS_IMPL_TEMPL' | 20080130 | |||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'SMT_METHOD_EXECUTE' | 20080130 | |||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'SMT_METHOD_SAVE_TARGET_FIELDS' | 20080201 | |||
| 6 | Constant | Private | Type reference (TYPE) | STRING | 'SMT_METHOD_SET_CHANGE' | 20080130 | |||
| 7 | Constant | Private | Type reference (TYPE) | STRING | 'SMT_SENTPARAS' | 20080130 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20080104 | |
| 2 | Instance method | Private | Method | Insert Method: Method Call-Up | 20080130 | |
| 3 | Instance method | Private | Method | Insert Method: Are Values Overwritten ? | 20080130 | |
| 4 | Instance method | Private | Method | Insert Methods: Save and Return Target Fields | 20080201 | |
| 5 | Instance method | Private | Method | Insert Method: Which Parameters Were Sent | 20080130 | |
| 6 | Instance method | Protected | Method | Set Field of Change Structure | 20080201 | |
| 7 | Instance method | Private | Method | Set Change Field and Check for Overwriting | 20080107 |
Events
Class CL_SMT_METHOD_DYN has no event.
Types
Class CL_SMT_METHOD_DYN has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080104 | |||
| 2 | I_CLASS | Call by reference | Type reference (TYPE) | SMT_CLASS | Name einer Klasse | 20080104 | |||
| 3 | I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20080104 | |||
| 4 | I_EXTENDED_XML_HANDLING | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | erweiterte XML Behandlung | 20080104 | |||
| 5 | I_IS_CONDITION | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | Methode ist eine Bedingung | 20080124 | |||
| 6 | I_METHOD | Call by reference | Type reference (TYPE) | SMT_CLASS_METHOD | Methode | 20080104 |
Method CONSTRUCTOR on class CL_SMT_METHOD_DYN has no exception.
Method GET_METHOD_EXECUTE_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CODE | Call by reference | Type reference (TYPE) | CL_CMP_COMPOSER=>TAB_CODE | Quellcode | 20080130 | |||
| 2 | IT_EXPORTING | Call by reference | Type reference (TYPE) | SMT_MAPPING_STAB | Exporting Parameter | 20080130 | |||
| 3 | IT_IMPORTING | Call by reference | Type reference (TYPE) | SMT_MAPPING_STAB | Importing Parameter | 20080130 | |||
| 4 | I_CLASS | Call by reference | Type reference (TYPE) | C | Klassenname | 20080130 | |||
| 5 | I_HAS_CH_CHANGE | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | Boolescher Wert | 20080131 | |||
| 6 | I_METHOD | Call by reference | Type reference (TYPE) | C | Methodenname | 20080130 |
Method GET_METHOD_EXECUTE_CODE on class CL_SMT_METHOD_DYN has no exception.
Method GET_METHOD_SET_CHANGE_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CODE | Call by reference | Type reference (TYPE) | CL_CMP_COMPOSER=>TAB_CODE | Quellcode | 20080130 | |||
| 2 | IT_CHANGE_FIELD | Call by reference | Type reference (TYPE) | SMT_FIELD_STAB | Feldname | 20080130 | |||
| 3 | IT_EXPORTING | Call by reference | Type reference (TYPE) | SMT_MAPPING_STAB | Zuordnung von Parametern zu Feldern | 20080130 | |||
| 4 | IT_TARGET_KEY | Call by reference | Type reference (TYPE) | SMT_FIELD_STAB | Feldname | 20080130 | |||
| 5 | I_CHANGE_STRUCTURE_SPECIFIED | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | Änderungsstruktur spezifiziert | 20080207 | |||
| 6 | I_CLASS | Call by reference | Type reference (TYPE) | SMT_CLASS | Name einer Klasse | 20080130 | |||
| 7 | I_METHOD | Call by reference | Type reference (TYPE) | SMT_CLASS_METHOD | Methode | 20080130 |
Method GET_METHOD_SET_CHANGE_CODE on class CL_SMT_METHOD_DYN has no exception.
Method GET_METHOD_STORE_TARGET_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CODE | Call by reference | Type reference (TYPE) | CL_CMP_COMPOSER=>TAB_CODE | Quellcode für save/restore_target_fields | 20080201 | |||
| 2 | IT_EXPORTING | Call by reference | Type reference (TYPE) | SMT_MAPPING_STAB | Exporting Parameter | 20080201 |
Method GET_METHOD_STORE_TARGET_CODE on class CL_SMT_METHOD_DYN has no exception.
Method GET_METHOD_WHICH_PARA_SENT_COD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CODE | Call by reference | Type reference (TYPE) | CL_CMP_COMPOSER=>TAB_CODE | Quellcode | 20080130 | |||
| 2 | ET_EXPORTING | Call by reference | Type reference (TYPE) | SMT_MAPPING_STAB | Exporting Parameter | 20080130 | |||
| 3 | ET_IMPORTING | Call by reference | Type reference (TYPE) | SMT_MAPPING_STAB | Importing Parameter | 20080130 | |||
| 4 | E_HAS_CH_CHANGE | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | Boolescher Wert | 20080131 | |||
| 5 | I_MAPPING | Call by reference | Object reference (TYPE REF TO) | CL_SMT_PARAMETER_MAPPING | Zuordnung von Parametern zu Feldern | 20080130 |
Method GET_METHOD_WHICH_PARA_SENT_COD on class CL_SMT_METHOD_DYN has no exception.
Method SET_CHANGE_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_CHANGE | Call by reference | Type reference (TYPE) | DATA | Änderungsstruktur | 20080201 | |||
| 2 | IT_TARGET_KEY | Call by reference | Type reference (TYPE) | SMT_FIELD_STAB | Schlüsselfelder der Zielstruktur | 20080201 | |||
| 3 | I_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | Feldname | 20080201 | |||
| 4 | I_VALUE | Call by reference | Type reference (TYPE) | DATA | Wert | 20080201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei einer Transformation oder Feldzuweisung | 20080201 |
Method SET_CHANGE_FIELD_AND_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_CHANGE | Call by reference | Type reference (TYPE) | DATA | Änderungsstruktur | 20080107 | |||
| 2 | IT_PARA_BIND | Call by reference | Type reference (TYPE) | ABAP_PARMBIND_TAB | Parameterzuordnung | 20080107 | |||
| 3 | IT_PARA_BIND_TARGET | Call by reference | Type reference (TYPE) | ABAP_PARMBIND_TAB | Parameterzuordnung für Ziel | 20080107 | |||
| 4 | IT_TARGET_KEY | Call by reference | Type reference (TYPE) | SMT_FIELD_STAB | Feldname | 20080107 | |||
| 5 | I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080107 | |||
| 6 | I_CLASS | Call by reference | Type reference (TYPE) | SMT_CLASS | Name einer Klasse | 20080107 | |||
| 7 | I_CONTEXT | Call by reference | Type reference (TYPE) | SMT_CONTEXT | Kontext | 20080425 | |||
| 8 | I_DATA | Call by reference | Object reference (TYPE REF TO) | CL_SMT_REF_TO_DATA_CONTAINER | Container, der Referenz mit ref to data speichert | 20080107 | |||
| 9 | I_DO_NOT_SET_CHANGE_FIELD | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | Änderungsfeld nicht setzen | 20080107 | |||
| 10 | I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20080107 | |||
| 11 | I_EXTENSION_ID | Call by reference | Type reference (TYPE) | SMT_EXTENSION | Mapping Erweiterungs ID (GUID) | 20080425 | |||
| 12 | I_MAPPING | Call by reference | Object reference (TYPE REF TO) | CL_SMT_PARAMETER_MAPPING | Zuordnung von Parametern zu Feldern | 20080107 | |||
| 13 | I_METHOD | Call by reference | Type reference (TYPE) | SMT_CLASS_METHOD | Methode | 20080107 | |||
| 14 | I_OVERWRITE_CHECK | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | Prüfung, daß ein Zielfeld nicht überschrieben wird | 20080107 | |||
| 15 | I_TARGET | Call by reference | Type reference (TYPE) | DATA | Zielstruktur | 20080107 | |||
| 16 | I_TARGET_WORK | Call by reference | Type reference (TYPE) | DATA | Arbeitsbereich für Zielstruktur | 20080107 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei einer Transformation oder Feldzuweisung | 20080124 | ||
| 2 | Feld gibt es nicht | 20080107 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |