Warning: Deprecated documentation
You are using the old version of the online help for ERPConnect.
Make sure to use the documentation within the new HelpCenter for ERPConnect.

The IDoc-Schema-Generator generates an XML file that can be used to load IDoc schemas.
Loading IDoc schemas via XML usually has higher performance than loading them via CreateIdoc or CreateEmptyIdoc, because no SAP connection is necessary.
See XML-Support for IDoc programming for more information on using the generated XML file.

How to Use IDoc-Schema-Generator #

  1. To start the IDoc-Schema-Generator, run the IdocSchemaGenerator.exe in the ERPConnect directory C:\Program Files\ERPConnect.
  2. Enter the IDoc type you want to generate. If needed, enter enhancements and click [Generate Now!].
    Tools-002
  3. The window “SAP Login” opens. Enter your SAP credentials and click [OK].
  4. Save the XML file to your local hard drive.
  5. Use the method Idoc.LoadIdocSchema to load the XML file into your program.