SAP ABAP Class IF_UG_SCDT_FIELD_MAPPING (Comparison: Mapping Field Names)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_UG_SCDT_FIELD_MAPPING | Comparison: Mapping Fields and Values | 20031218 |
Properties
Class | IF_UG_SCDT_FIELD_MAPPING | |
Short Description | Comparison: Mapping Field Names | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20031218 | SAP |
Last change | 20041209 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_UG_SCDT_FIELD_MAPPING has no forward declaration.
Interfaces
Class IF_UG_SCDT_FIELD_MAPPING has no interface implemented.
Friends
Class IF_UG_SCDT_FIELD_MAPPING has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | UG_FIELDNAME | FIN Master Data: Field Name | 20040119 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | UG_ROLE | FIN Master Data: Role | 20040301 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | UG_SCDT_FIELD_TYPE | '99' | Field Type for Structure Comparison | 20040401 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | UG_SCDT_FIELD_TYPE | '02' | Field Type for Structure Comparison | 20040121 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | UG_SCDT_FIELD_TYPE | '10' | Field Type for Structure Comparison | 20040121 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | UG_SCDT_FIELD_TYPE | '01' | Field Type for Structure Comparison | 20040121 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | UG_SCDT_FIELD_TYPE | '11' | Field Type for Structure Comparison | 20040121 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Determine Target Field Catalog | 20040119 |
2 | ![]() |
Instance method | Public | Method | Determine Field Properties of Target Field | 20031218 |
3 | ![]() |
Instance method | Public | Method | Determine Position of Target Field | 20040121 |
4 | ![]() |
Instance method | Public | Method | Determine Target Value | 20031218 |
5 | ![]() |
Instance method | Public | Method | Is a Data Conversion Necessary? | 20040121 |
6 | ![]() |
Instance method | Public | Method | Is move-corresponding Possible? | 20040121 |
Events
Class IF_UG_SCDT_FIELD_MAPPING has no event.
Types
Class IF_UG_SCDT_FIELD_MAPPING has no local type.
Method Signatures
Method GET_TARGET_FCAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_FCAT | Call by reference | Object reference (TYPE REF TO) | IF_UG_SCDT_FIELD_CATALOG | Interface zur Klasse CL_UG_SCDT_FIELD_CATALOG | 20040119 | ||
2 | ![]() |
IO_FCAT | Call by reference | Object reference (TYPE REF TO) | IF_UG_SCDT_FIELD_CATALOG | Interface zur Klasse CL_UG_SCDT_FIELD_CATALOG | 20040119 |
Method GET_TARGET_FCAT on class IF_UG_SCDT_FIELD_MAPPING has no exception.
Method GET_TARGET_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FPROP | Call by reference | Type reference (TYPE) | UGMD_SCDT_T_FPROP | Beschreibung eines Feldes im Feldkatalog | 20031218 | ||
2 | ![]() |
IO_FCAT | Call by reference | Object reference (TYPE REF TO) | IF_UG_SCDT_FIELD_CATALOG | Interface zur Klasse CL_UG_SCDT_FIELD_CATALOG | 20040121 | ||
3 | ![]() |
IS_FPROP | Call by reference | Type reference (TYPE) | UGMD_SCDT_S_FPROP | Beschreibung eines Feldes im Feldkatalog | 20031218 |
Method GET_TARGET_FIELD on class IF_UG_SCDT_FIELD_MAPPING has no exception.
Method GET_TARGET_FIELD_POS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_FPROP | Call by reference | Type reference (TYPE) | UGMD_SCDT_S_FPROP | Beschreibung eines Feldes im Feldkatalog | 20040121 | ||
2 | ![]() |
R_FPOS | Value transfer | Type reference (TYPE) | TABFDPOS | Position des Feldes in der Tabelle | 20040121 |
Method GET_TARGET_FIELD_POS on class IF_UG_SCDT_FIELD_MAPPING has no exception.
Method GET_TARGET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | ANY | 20040121 | |||
2 | ![]() |
IS_FPROP | Call by reference | Type reference (TYPE) | UGMD_SCDT_S_FPROP | Beschreibung eines Feldes im Feldkatalog | 20031218 | ||
3 | ![]() |
I_DATA | Call by reference | Type reference (TYPE) | ANY | Feldinhalt Quelltabelle | 20031218 | ||
4 | ![]() |
XS_DATA | Call by reference | Type reference (TYPE) | ANY | 20041109 | |||
5 | ![]() |
X_DATA | Call by reference | Type reference (TYPE) | ANY | Feldinhalt Zieltabelle | 20040121 |
Method GET_TARGET_VALUE on class IF_UG_SCDT_FIELD_MAPPING has no exception.
Method IS_CONVERSION_NECESSARY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_CONVERSION | Value transfer | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20040121 |
Method IS_CONVERSION_NECESSARY on class IF_UG_SCDT_FIELD_MAPPING has no exception.
Method IS_MC_POSSIBLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_POSSIBLE | Value transfer | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20040121 |
Method IS_MC_POSSIBLE on class IF_UG_SCDT_FIELD_MAPPING has no exception.
History
Last changed by/on | SAP | 20041209 |
SAP Release Created in |