SAP ABAP Class CL_WUF_CHECK_PARA_FIELD (Check if Method Parameters and Structure Field Match)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-AB (Application Component) Agency Business (Global Trade)
⤷
WUF_PERS (Package) Persistence Layer
⤷
⤷
Properties
| Class | CL_WUF_CHECK_PARA_FIELD | |
| Short Description | Check if Method Parameters and Structure Field Match | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WUF_PERS | Persistence Layer |
| Created | 20060215 | SAP |
| Last change | 20100310 | 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_WUF_CHECK_PARA_FIELD has no interface implemented.
Friends
Class CL_WUF_CHECK_PARA_FIELD has no friend class.
Attributes
Class CL_WUF_CHECK_PARA_FIELD has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check Parameters | 20060215 | |
| 2 | Static method | Public | Method | Check that all Obligatory Parameters have been Set | 20070704 | |
| 3 | Static method | Private | Method | Is the Data Type Supported? | 20070212 |
Events
Class CL_WUF_CHECK_PARA_FIELD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_WUF_PARAMETER_STAB | Public | See coding | Parameters | 20070704 | ty_wuf_parameter_stab TYPE SORTED TABLE OF wuf_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) | WUF_APPLICATION | Anwendung | 20060216 | |||
| 2 | I_CLASSNAME | Call by reference | Type reference (TYPE) | WUF_TRANSFORMATION_CLASS | Name einer Klasse die Transformationsmethoden enthält | 20060215 | |||
| 3 | I_EVENT | Call by reference | Type reference (TYPE) | WUF_EVENT | Ereignis | 20060216 | |||
| 4 | I_FIELDNAME | Call by reference | Type reference (TYPE) | WUF_FIELD | Feldname | 20060215 | |||
| 5 | I_FIXED_VALUE | Call by reference | Type reference (TYPE) | WUF_FIXED_VALUE | generischer Festwert | 20060220 | |||
| 6 | I_METHODNAME | Call by reference | Type reference (TYPE) | WUF_CLASS_METHOD | Methode | 20060215 | |||
| 7 | I_PARANAME | Call by reference | Type reference (TYPE) | WUF_PARAMETER | Parameter einer Methode | 20060215 | |||
| 8 | I_STRUCTURENAME | Call by reference | Type reference (TYPE) | WUF_STRUCTURE | Struktur | 20060215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | allgemeiner Fehler | 20060215 | ||
| 2 | Feld und Parameter sind inkompatibel | 20060215 | ||
| 3 | Klasse gibt es nicht | 20060215 | ||
| 4 | Feld existiert nicht | 20060215 | ||
| 5 | Methode existiert nicht | 20060215 | ||
| 6 | Parameter existiert nicht | 20060215 | ||
| 7 | Struktur existiert nicht | 20060215 |
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_WUF_PARAMETER_STAB | Parameter die nicht versorgt werden | 20070704 | |||
| 2 | IT_MAPPED_PARAMETER | Call by reference | Type reference (TYPE) | TY_WUF_PARAMETER_STAB | Parameter die versorgt werden | 20070704 | |||
| 3 | I_CLASSNAME | Call by reference | Type reference (TYPE) | WUF_TRANSFORMATION_CLASS | Name einer Klasse die Transformationsmethoden enthält | 20070704 | |||
| 4 | I_METHODNAME | Call by reference | Type reference (TYPE) | WUF_CLASS_METHOD | Methode | 20070704 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Parameter nicht versorgt | 20070704 | ||
| 2 | Klasse gibt es nicht | 20070704 | ||
| 3 | Methode existiert nicht | 20070704 |
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 | 20070212 | |||
| 2 | RE_SUPPORTED | Value transfer | Type reference (TYPE) | WUF_BOOLEAN | Boolescher Wert | 20070212 |
Method IS_SUPPORTED on class CL_WUF_CHECK_PARA_FIELD has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |