SAP ABAP Class CL_SMT_CHECK_PARA_FIELD (Check if Method Paramaters and Structure Field Match)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA-SMT (Application Component) Service Mapping Tool
⤷
GMT_PERS (Package) Persistence Layer
⤷
⤷
Properties
| Class | CL_SMT_CHECK_PARA_FIELD | |
| Short Description | Check if Method Paramaters and Structure Field Match | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GMT_PERS | Persistence Layer |
| Created | 20071211 | 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) |
Interfaces
Class CL_SMT_CHECK_PARA_FIELD has no interface implemented.
Friends
Class CL_SMT_CHECK_PARA_FIELD has no friend class.
Attributes
Class CL_SMT_CHECK_PARA_FIELD has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check Parameters | 20071211 | |
| 2 | Static method | Public | Method | Check that All Required Parameters Have Been Set | 20071211 | |
| 3 | Static method | Private | Method | Is Data Type Supported? | 20071211 |
Events
Class CL_SMT_CHECK_PARA_FIELD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_SMT_PARAMETER_STAB | Public | See coding | 20071211 | ty_smt_parameter_stab TYPE SORTED TABLE OF smt_parameter WITH
UNIQUE KEY table_line
|
Method Signatures
Method CHECK 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 | 20071211 | |||
| 2 | I_CLASSNAME | Call by reference | Type reference (TYPE) | SMT_TRANSFORMATION_CLASS | Name einer Klasse die Transformationsmethoden enthält | 20071211 | |||
| 3 | I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20071211 | |||
| 4 | I_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | Feldname | 20071211 | |||
| 5 | I_FIXED_VALUE | Call by reference | Type reference (TYPE) | SMT_FIXED_VALUE | generischer Festwert | 20071211 | |||
| 6 | I_METHODNAME | Call by reference | Type reference (TYPE) | SMT_CLASS_METHOD | Methode | 20071211 | |||
| 7 | I_PARANAME | Call by reference | Type reference (TYPE) | SMT_PARAMETER | Parameter einer Methode | 20071211 | |||
| 8 | I_STRUCTURENAME | Call by reference | Type reference (TYPE) | SMT_STRUCTURE | Struktur | 20071211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | allgemeiner Fehler | 20071211 | ||
| 2 | Feld und Parameter sind inkompatibel | 20071211 | ||
| 3 | Klasse gibt es nicht | 20071211 | ||
| 4 | Feld existiert nicht | 20071211 | ||
| 5 | Methode existiert nicht | 20071211 | ||
| 6 | Parameter existiert nicht | 20071211 | ||
| 7 | Struktur existiert nicht | 20071211 |
Method CHECK_MANDATORY_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NOT_MAPPED_PARAMETER | Call by reference | Type reference (TYPE) | TY_SMT_PARAMETER_STAB | Parameter die nicht versorgt werden | 20071211 | |||
| 2 | IT_MAPPED_PARAMETER | Call by reference | Type reference (TYPE) | TY_SMT_PARAMETER_STAB | Parameter die versorgt werden | 20071211 | |||
| 3 | I_CLASSNAME | Call by reference | Type reference (TYPE) | SMT_TRANSFORMATION_CLASS | Name einer Klasse die Transformationsmethoden enthält | 20071211 | |||
| 4 | I_METHODNAME | Call by reference | Type reference (TYPE) | SMT_CLASS_METHOD | Methode | 20071211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Parameter nicht versorgt | 20071211 | ||
| 2 | Klasse gibt es nicht | 20071211 | ||
| 3 | Methode existiert nicht | 20071211 |
Method IS_SUPPORTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PARA_DESCRIPTION | Call by reference | Type reference (TYPE) | ABAP_PARMDESCR | Parameterbeschreibung | 20071211 | |||
| 2 | RE_SUPPORTED | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolescher Wert | 20071211 |
Method IS_SUPPORTED on class CL_SMT_CHECK_PARA_FIELD has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |