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 ABAP 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 CHECK Static method Public Method Check Parameters 20071211
2 CHECK_MANDATORY_PARAMETERS Static method Public Method Check that All Required Parameters Have Been Set 20071211
3 IS_SUPPORTED 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 Importing I_APPLICATION Call by reference Type reference (TYPE) SMT_APPLICATION Anwendung 20071211
2 Importing I_CLASSNAME Call by reference Type reference (TYPE) SMT_TRANSFORMATION_CLASS Name einer Klasse die Transformationsmethoden enthält 20071211
3 Importing I_EVENT Call by reference Type reference (TYPE) SMT_EVENT Ereignis 20071211
4 Importing I_FIELDNAME Call by reference Type reference (TYPE) STRING Feldname 20071211
5 Importing I_FIXED_VALUE Call by reference Type reference (TYPE) SMT_FIXED_VALUE generischer Festwert 20071211
6 Importing I_METHODNAME Call by reference Type reference (TYPE) SMT_CLASS_METHOD Methode 20071211
7 Importing I_PARANAME Call by reference Type reference (TYPE) SMT_PARAMETER Parameter einer Methode 20071211
8 Importing I_STRUCTURENAME Call by reference Type reference (TYPE) SMT_STRUCTURE Struktur 20071211
# Exception Resumable Description Created on
1 ERROR allgemeiner Fehler 20071211
2 INCOMPATIBLE Feld und Parameter sind inkompatibel 20071211
3 NO_CLASS Klasse gibt es nicht 20071211
4 NO_COMPONENT Feld existiert nicht 20071211
5 NO_METHOD Methode existiert nicht 20071211
6 NO_PARAMETER Parameter existiert nicht 20071211
7 NO_STRUCTURE Struktur existiert nicht 20071211

Method CHECK_MANDATORY_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NOT_MAPPED_PARAMETER Call by reference Type reference (TYPE) TY_SMT_PARAMETER_STAB Parameter die nicht versorgt werden 20071211
2 Importing IT_MAPPED_PARAMETER Call by reference Type reference (TYPE) TY_SMT_PARAMETER_STAB Parameter die versorgt werden 20071211
3 Importing I_CLASSNAME Call by reference Type reference (TYPE) SMT_TRANSFORMATION_CLASS Name einer Klasse die Transformationsmethoden enthält 20071211
4 Importing I_METHODNAME Call by reference Type reference (TYPE) SMT_CLASS_METHOD Methode 20071211
# Exception Resumable Description Created on
1 NOT_MAPPED Parameter nicht versorgt 20071211
2 NO_CLASS Klasse gibt es nicht 20071211
3 NO_METHOD Methode existiert nicht 20071211

Method IS_SUPPORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARA_DESCRIPTION Call by reference Type reference (TYPE) ABAP_PARMDESCR Parameterbeschreibung 20071211
2 Returning 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