SAP Table Fields

SIC_FM_NODE_STRC-MATCH_ANALYZER Match analyzer SAP Table field attribute values such as data element, length, datatype







MATCH_ANALYZER is a standard field within SAP Table sic_fm_node_strc that stores Match analyzer information. Class (semantic match analyzer) used for a preliminary object comparison.

The semantic match analyzer implements interface IF_SIC_FM_OBJ_MATCH_ANALYZER. If a semantic match analyzer was defined, it is called by the fine matching service before the detailed analysis.

Below is the list of attribute values for this field including its length, data type, description text, associated , search help etc... You could also view this information on your SAP system if you enter the table name SIC_FM_NODE_STRC or data element SIC_FM_SEMANTIC_MATCH_ANALYZER into the relevant SAP transaction such as SE11 or SE80.

Also check out the Contributions section below to add and view useful hints, tips and screen shots specific to this SAP table field. These details can also be found quickly in the future by simply searching on the SAP object name SIC_FM_NODE_STRC-MATCH_ANALYZER or its description.

Main Table: sic_fm_node_strc

Example ABAP code to select data from table SIC_FM_NODE_STRC field MATCH_ANALYZER

DATA: LD_MATCH_ANALYZER TYPE SIC_FM_NODE_STRC-MATCH_ANALYZER.

SELECT single MATCH_ANALYZER
FROM SIC_FM_NODE_STRC
INTO LD_MATCH_ANALYZER
WHERE...

Attributes from SAP Table field SIC_FM_NODE_STRC-MATCH_ANALYZER





Short Description:Semantic Match Analyzer on Object Level...See data element details
Position of field in table:7
Keyfield:No
Mandatory:No
Check table:None
Used for foreign key relationship so that entries are restricted to those that appear within the primary key of the check table.
Internal type(i.e. C,I,N):Assigned at Data Element level, See SIC_FM_SEMANTIC_MATCH_ANALYZER
Internal Length(in Bytes):Assigned at Data Element level, See SIC_FM_SEMANTIC_MATCH_ANALYZER
Reference table:
Can field have NULL value?:Yes
Data Element / Component Type:SIC_FM_SEMANTIC_MATCH_ANALYZER
Domain name:SEOCLSNAME
Reference field for currency/qty fields:
Data type/ Length / Decimals See data element details
Origin of Search help:No input help exists
No input help exists for this field.



Search help attached to field:SH_SIC_GET_CLASSES
Is field a table (i.e. nested table):Yes
Depth for structured types:N/A
Component Type:Built-in type
Is allocated Language Field?:N/A
If a table/structure contains more than 1 language field (i.e. data type LANG) this flag denotes which one is used for the text language


Object Referenced type:No Information stored