Field descriptions - Intergraph Smart Materials - Version 10.2 - Administration & Configuration - Hexagon

Intergraph Smart Materials Integration (10.2)

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

SAP Interface Block

In this block, the Interfaces will be selected that were defined in SAP 10.01 and for which IDOC Fields shall be mapped.

Interface. Name of the SAP interface.

Short Desc and Description. Language-dependent descriptions of the SAP interface.

SAP Map Requisition Data Block

In this block, the IDOC field is mapped on the node or requisition level with Smart Materials data. For that, fixed values or CIP functions can be used. The mapping is sorted by the Seq field. Special mappings and exceptions (such as an IDOC field mapping only for one requisition or a special node of the requisition node tree) must be mapped first, with a smaller seq number, than general mappings.

Node. Name (code) of the requisition node.

Engineering Requisition. Name (code, number) of the requisition. The name of the engineering requisition can be any valid string in uppercase letters, not exceeding 50 characters. The name must be unique in combination with the supplement, purchase indicator, and origin within a project. The name will be generated during the MTO by the requisition number rule (see the R.10.13 module).

Suppl. Supplement number of the engineering requisition. The first version of the engineering requisition always has supplement 0 (zero). The supplement number is part of the unique key and is in the range of 0 to 99. When an MTO creates a new engineering requisition, the procedure looks for existing supplements and creates the engineering requisition with the next free supplement number.

Purchase. This indicator shows whether the line items of this engineering requisition can be used for both purchase orders and inquiries or only for inquiries.

If this check box is not checked, the engineering requisition can only be used for inquiries.

The indicator is part of the unique key to have the possibility to separate the resulting engineering requisitions.

The indicator is important in the procedure that creates supplements of an engineering requisition: An engineering requisition with the same name (code) and origin will have supplement 0 (zero) if it is the first one with indicator set to Y (check box checked) or N (check box not checked).

Origin. An origin is a code for engineering requisitions and purchase orders that represents whose office is responsible for the information.

Requisition Node Path. Path of the Requisition Node.

Segment Name. Name of the IDOC segment.

IDOC Field. IDOC field name.

Value Type.

  • Fix: The value of IDOC field is transferred as a fixed value.

  • CIP: The value of IDOC field is ascertained by means of a CIP function.

The first parameter of the CIP function is the ID of the SAP interface, so the CIP may do different things depending on the interface used.

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 )

Value / Content: Value of the mapped IDOC field.