SAP ABAP Interface IF_UC_MAPRULE (Interface for Mapping Rule)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-SEM-BCS (Application Component) Business Consolidation
⤷
UCT8 (Package) SAP Cons: Mapping

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_UC_MAPRULE | Mapping rule | 20031210 |
Properties
Interface | IF_UC_MAPRULE | |
Short Description | Interface for Mapping Rule |
General Data
Package | UCT8 | SAP Cons: Mapping |
Created | 20010417 | SAP |
Last changed | 20110810 | SAP |
Unicode checks active |
Forward declarations
Interface IF_UC_MAPRULE has no forward declaration.
Interfaces
Interface IF_UC_MAPRULE has no interface.
Friends
Interface IF_UC_MAPRULE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MAPRULE_FIELDNAME | Constant | Public | Type reference (TYPE) | UC_FIELDNAME | 'MAPRULE' | Field Name | 20031229 | |
2 | OPR_APPLY | Constant | Public | Type reference (TYPE) | UC_MAPOPERATOR | 'APPL' | Mapping rule operator | 20031219 | |
3 | OPR_ENDIF | Constant | Public | Type reference (TYPE) | CHAR4 | 'ENIF' | Mapping rule operator | 20031231 | |
4 | OPR_IF | Constant | Public | Type reference (TYPE) | UC_MAPOPERATOR | 'IF' | Mapping rule operator | 20031219 | |
5 | OPR_MOVE | Constant | Public | Type reference (TYPE) | UC_MAPOPERATOR | 'MOVE' | Mapping rule operator | 20031219 | |
6 | OPR_REASSIGN | Constant | Public | Type reference (TYPE) | UC_MAPOPERATOR | 'REAS' | Mapping rule operator | 20031219 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get its cons area | 20031216 |
2 | ![]() |
Instance method | Public | Method | Calculate the description texts of the rule | 20031216 |
3 | ![]() |
Instance method | Public | Method | Get a line's content | 20031219 |
4 | ![]() |
Instance method | Public | Method | Get the number of lines | 20040209 |
5 | ![]() |
Instance method | Public | Method | Get the rule's lines | 20031219 |
6 | ![]() |
Instance method | Public | Method | Get the long text of the rule | 20031216 |
7 | ![]() |
Instance method | Public | Method | Get the source and target model | 20040303 |
8 | ![]() |
Instance method | Public | Method | Get the name of the rule | 20031216 |
9 | ![]() |
Instance method | Public | Method | Get the rule ID | 20031216 |
10 | ![]() |
Instance method | Public | Method | Get the source fields of the rule | 20040209 |
11 | ![]() |
Instance method | Public | Method | Calculate the status of the mapping rule: OK,WARNING,INVALID | 20031216 |
12 | ![]() |
Instance method | Public | Method | Get the target field | 20031216 |
13 | ![]() |
Instance method | Public | Method | Insert an operator(line) to the content | 20031219 |
14 | ![]() |
Instance method | Public | Method | Remove an operator(line) from the content | 20031219 |
15 | ![]() |
Instance method | Public | Method | Set a line's content | 20031219 |
16 | ![]() |
Instance method | Public | Method | Set the long text of the rule | 20031216 |
17 | ![]() |
Instance method | Public | Method | Name or rename the rule | 20031216 |
18 | ![]() |
Instance method | Public | Method | Set the target field | 20040108 |
19 | ![]() |
Instance method | Public | Method | Unname the rule | 20031216 |
Events
Interface IF_UC_MAPRULE has no event.
Types
Interface IF_UC_MAPRULE has no local type.
Method Signatures
Method GET_AREA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_AREA | Call by reference | Type reference (TYPE) | UC_AREA | Konsolidierungsgebiet | 20031216 |
Method GET_AREA on Interface IF_UC_MAPRULE has no exception.
Method GET_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DESCRIPTION | Call by reference | Type reference (TYPE) | STRING | 20031216 | |||
2 | ![]() |
I_LINENR | Call by reference | Type reference (TYPE) | UC_LINENR | 0 | Zeilennummer | 20040224 |
Method GET_DESCRIPTION on Interface IF_UC_MAPRULE has no exception.
Method GET_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EF_MOVE_CONVEXT_TGT | Call by reference | Type reference (TYPE) | UC_MAP_CONVEXT_TGT | Mapping customizing: if make input convertion on target | 20051116 | ||
2 | ![]() |
ES_IF | Call by reference | Type reference (TYPE) | UCT8_S_CUST_MAPOPR_IF | Mapping customizing: condition(IF) operator | 20031219 | ||
3 | ![]() |
ET_APPLY | Call by reference | Type reference (TYPE) | UCT8_TS_CUST_MAPOPR_APPLY | Mapping customizing: apply operator | 20031219 | ||
4 | ![]() |
ET_MOVE | Call by reference | Type reference (TYPE) | UCT8_TS_CUST_MAPOPR_MOVE2 | Mapping customizing: move operator's content | 20031219 | ||
5 | ![]() |
ET_REASSIGN | Call by reference | Type reference (TYPE) | UCT8_TS_CUST_MAPOPR_REASSIGN | Mapping customizing: reassign operator's content | 20031219 | ||
6 | ![]() |
E_MOVE_CONCATFLG | Call by reference | Type reference (TYPE) | UC_MAP_CONCAT | Mapping rule: concatenage flag for move operator | 20040114 | ||
7 | ![]() |
E_OPERATOR | Call by reference | Type reference (TYPE) | UC_MAPOPERATOR | Mapping rule operator | 20031219 | ||
8 | ![]() |
I_LINENR | Call by reference | Type reference (TYPE) | UC_LINENR | Line number | 20031219 |
Method GET_LINE on Interface IF_UC_MAPRULE has no exception.
Method GET_LINE_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_NUMBER | Value transfer | Type reference (TYPE) | I | 20040209 |
Method GET_LINE_COUNT on Interface IF_UC_MAPRULE has no exception.
Method GET_LINE_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LINE | Call by reference | Type reference (TYPE) | UCT8_TS_CUST_MAPRULELINE | Mapping customizing: rule's line content | 20031219 |
Method GET_LINE_LIST on Interface IF_UC_MAPRULE has no exception.
Method GET_LTXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_LTXT | Call by reference | Type reference (TYPE) | UC_TXTLG | Langtext | 20031216 |
Method GET_LTXT on Interface IF_UC_MAPRULE has no exception.
Method GET_MODEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_SRC_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_UC_MODEL | Modell (Metadaten) | 20040303 | ||
2 | ![]() |
EO_TGT_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_UC_MODEL | Modell (Metadaten) | 20040303 | ||
3 | ![]() |
ET_SRC_FFIX | Call by reference | Type reference (TYPE) | UC0_TS_FFIX | Fixierte Merkmalswerte | 20040303 | ||
4 | ![]() |
ET_TGT_FFIX | Call by reference | Type reference (TYPE) | UC0_TS_FFIX | Fixierte Merkmalswerte | 20040303 |
Method GET_MODEL on Interface IF_UC_MAPRULE has no exception.
Method GET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_NAME | Call by reference | Type reference (TYPE) | UC_MAPRULE | Mapping rule | 20031216 |
Method GET_NAME on Interface IF_UC_MAPRULE has no exception.
Method GET_RULEID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_MAPRULEID | Call by reference | Type reference (TYPE) | UC_MAPRULEID | GUID for mapping rule | 20031216 |
Method GET_RULEID on Interface IF_UC_MAPRULE has no exception.
Method GET_SOURCE_FIELD_ATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FIELD_ATTR | Call by reference | Type reference (TYPE) | UC0_TS_FIELD_ATTR | standard table of uc_fieldname | 20040209 | ||
2 | ![]() |
IF_IF_AND_REASSIGN_ONLY | Call by reference | Type reference (TYPE) | UC_FLG | 20061114 | |||
3 | ![]() |
IF_MOVE_ONLY | Call by reference | Type reference (TYPE) | UC_FLG | 'X' | 20060429 |
Method GET_SOURCE_FIELD_ATTR on Interface IF_UC_MAPRULE has no exception.
Method GET_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_STATUS | Call by reference | Type reference (TYPE) | I | 20031216 |
Method GET_STATUS on Interface IF_UC_MAPRULE has no exception.
Method GET_TARGETFIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TARGETFIELD | Call by reference | Type reference (TYPE) | UC_FIELDNAME | Feldname | 20031216 |
Method GET_TARGETFIELD on Interface IF_UC_MAPRULE has no exception.
Method INSERT_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_IF | Call by reference | Type reference (TYPE) | UCT8_S_CUST_MAPOPR_IF | Mapping customizing: condition(IF) operator | 20031219 | ||
2 | ![]() |
IT_APPLY | Call by reference | Type reference (TYPE) | UCT8_TS_CUST_MAPOPR_APPLY | Mapping customizing: apply operator | 20031219 | ||
3 | ![]() |
IT_MOVE | Call by reference | Type reference (TYPE) | UCT8_TS_CUST_MAPOPR_MOVE2 | Mapping customizing: move operator's content | 20031219 | ||
4 | ![]() |
IT_REASSIGN | Call by reference | Type reference (TYPE) | UCT8_TS_CUST_MAPOPR_REASSIGN | Mapping customizing: reassign operator's content | 20031219 | ||
5 | ![]() |
I_LINENR | Call by reference | Type reference (TYPE) | UC_LINENR | Line number | 20031219 | ||
6 | ![]() |
I_MOVE_CONCATFLG | Call by reference | Type reference (TYPE) | UC_MAP_CONCAT | Mapping rule: concatenage flag for move operator | 20040114 | ||
7 | ![]() |
I_MOVE_CONVEXT_TGT | Call by reference | Type reference (TYPE) | UC_MAP_CONVEXT_TGT | Mappingregel: Eingabekonvertierung der Zielwerte | 20091104 | ||
8 | ![]() |
I_OPERATOR | Call by reference | Type reference (TYPE) | UC_MAPOPERATOR | Mapping rule operator | 20031219 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20031229 |
Method REMOVE_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_LINENR | Call by reference | Type reference (TYPE) | UC_LINENR | Line number | 20031230 |
Method REMOVE_LINE on Interface IF_UC_MAPRULE has no exception.
Method SET_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_MOVE_CONVEXT_TGT | Call by reference | Type reference (TYPE) | UC_MAP_CONVEXT_TGT | Mapping customizing: if make input convertion on target | 20051116 | ||
2 | ![]() |
IS_IF | Call by reference | Type reference (TYPE) | UCT8_S_CUST_MAPOPR_IF | Mapping customizing: condition(IF) operator | 20031219 | ||
3 | ![]() |
IT_APPLY | Call by reference | Type reference (TYPE) | UCT8_TS_CUST_MAPOPR_APPLY | Mapping customizing: apply operator | 20031219 | ||
4 | ![]() |
IT_MOVE | Call by reference | Type reference (TYPE) | UCT8_TS_CUST_MAPOPR_MOVE2 | Mapping customizing: move operator's content | 20031219 | ||
5 | ![]() |
IT_REASSIGN | Call by reference | Type reference (TYPE) | UCT8_TS_CUST_MAPOPR_REASSIGN | Mapping customizing: reassign operator's content | 20031219 | ||
6 | ![]() |
I_LINENR | Call by reference | Type reference (TYPE) | UC_LINENR | Line number | 20031219 | ||
7 | ![]() |
I_MOVE_CONCATFLG | Call by reference | Type reference (TYPE) | UC_MAP_CONCAT | Mapping rule: concatenage flag for move operator | 20040114 | ||
8 | ![]() |
I_OPERATOR | Call by reference | Type reference (TYPE) | UC_MAPOPERATOR | Mapping rule operator | 20031219 |
Method SET_LINE on Interface IF_UC_MAPRULE has no exception.
Method SET_LTXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_LTXT | Call by reference | Type reference (TYPE) | UC_TXTLG | Langtext | 20031216 |
Method SET_LTXT on Interface IF_UC_MAPRULE has no exception.
Method SET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | UC_MAPRULE | Mapping rule | 20031216 |
Method SET_NAME on Interface IF_UC_MAPRULE has no exception.
Method SET_TARGETFIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TARGETFIELD | Call by reference | Type reference (TYPE) | UC_FIELDNAME | Feldname | 20040108 |
Method SET_TARGETFIELD on Interface IF_UC_MAPRULE has no exception.
Method UNNAME Signature
Method UNNAME on Interface IF_UC_MAPRULE has no parameter.
Method UNNAME on Interface IF_UC_MAPRULE has no exception.
History
Last changed by/on | SAP | 20110810 |
SAP Release Created in | 400 |