SAP 10.06 Master Data Mapping (Plant Dependent) - Intergraph Smart Materials - Version 10.1 - Administration & Configuration - Hexagon

Intergraph Smart Materials Integration (10.1)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Administration & Configuration
Smart Construction Version
8
Smart Materials/Smart Reference Data Version
10.1

This screen has the same functions as SAP 10.05, except that in the following screen the features (Master Data fields) are defined as plant-dependent. The IDoc fields presented for selection in the LOV (IDOC field) correspond to the fields from the active IDoc of type MATMAS (SAP Master Data), which have been marked on screen SAP 10.06 as plant-dependent (Master Data check box and Plant Dependent check box).

Field Descriptions

SAP Interfaces Block - In this block, the interfaces, defined on SAP 10.01, for which plant-dependent SAP IDoc master data fields will be mapped, are chosen.

Interface - Name of the SAP interface.

Short Desc and Description - Language-dependent description of the SAP interfaces.

SAP Master Data Block - Here the SAP plants will be selected for which plant- dependent SAP IDoc fields will be mapped.

Plant - Name of the SAP plant.

Short Description and Description - Language-dependent description of the SAP plants.

SAP Master Data Block - In this block, the plant-dependent SAP master data IDoc fields (Master Data check box and Plant Dependent check box on screen SAP 10.03, IDoc Fields block) will be assigned to Smart Materials information. This data can be fixed values, ident attributes, CIP functions, or ident functions.

Seq - Order sequence for the order of the mapped IDoc master data fields. This sequence is particularly important if an IDoc field will be global as well as, for example assigned to a specific ident, which is contained within the "generality". The value that is mapped first will be assigned to the IDoc field, so it is very important to assign the first (lower sequence number) the appropriate exceptions and only then (higher sequence number) the ident groups that are higher in granularity.

Group - Group Code filter. By selecting a group code, the assignment of the mapped IDoc fields will be carried out only for those fields that belong to this group.

Part - Part filter. By selecting a part code, the assignment of the mapped IDoc fields will be carried out only for those fields that belong to this group.

Commodity Code - Commodity Code filter. By selecting a commodity code, the assignment of the mapped IDoc fields will be carried out only for those fields that belong to this commodity code.

Ident - Ident filter. By selecting an ident, the assignment of the mapped IDoc fields will be carried out only for the chosen ident.

Segment - Displays the segment belonging to the IDoc field.

IDoc Field - The IDoc field that will be mapped is chosen. There is an LOV containing any plant-dependent IDoc fields of the valid MATMAS IDoc, which means any IDoc fields defined on SAP 10.03 as master data fields (Master Data check box).

Value Type - The values of the IDoc fields will be determined in different ways. You can choose among the following value types:

  • Fixed - Features with a fixed value can be transferred to SAP. This means that the value in the Value/Content field will be assigned to the IDoc field.

  • Ident Attributes - All the Smart Materials ident attributes can be assigned to IDoc fields, that is, commodity attribute and/or object parameter details (geometry). If you select "Ident" as the attribute type, an LOV in the Value/Content field will display all the available Smart Materials ident attributes. The value of the ident attribute will be assigned to the respective IDoc field.

  • CIP function - You can define any CIP function or ident function to use here. The CIP function is dependent on the SAP interface and must return a string (VARCHAR2) as a return value, which then will be transferred as the value to SAP. The CIP function must have the following syntax:

    FUNCTION m_pck_sap_custom.<functionname>

    ( p_interface_id IN m_interfaces.interface_id%TYPE,

    ,p_ident IN m_idents.ident%TYPE

    ,p_nls_id IN m_nls.nls_id%TYPE

    ,p_sp_id IN m_sap_plants.sp_id%TYPE )

    return varchar2;

The return value will be assigned to the respective IDoc field.

Ident function - Ident functions can be defined on the Smart Materials screen A.60.13. The ident field is transferred, and the function returns a character (VARCHAR2) value, which then will be transferred to SAP. In this way, it is possible to use any valid ident function to transfer its return value to SAP. If "CIP" is selected as the attribute type, an LOV in the Value / Content field displays all the available Smart Materials ident functions or CIP functions.

Value/Content - This field contains the value of the IDoc field. However, it will be interpreted depending on the Value Type field.