ERP Integrator V2 - Online Help
ERP Integrator V2
Questions / Feedback?

ImportSchemaFromSAP Method

Imports the schema for an IDoc type.

Syntax

[VB.NET]
Public Sub ImportSchemaFromSAP(ByVal IDocType As String, ByVal Enhancement As String)
[C#]
public void ImportSchemaFromSAP(string IDocType, string enhancement);

Remarks

Imports the IDoc schema for the IDoc type specified by the parameters IDocType and Enhancement from the SAP system into the component.

Note that the IDocType parameter should be the same as the IDOCTYP in the ControlRecordData of the document you intend to write. Likewise the Enhancement parameter should be the same as the CIMTYP in the ControlRecordData record. If the Enhancement is set and defined as an IDoc type on the SAP system, then the corresponding schema will be returned.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0