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

IDocEnd Event

Fired when the client SAP system is done receiving IDoc data.

Syntax

[VB.NET]
Public Event OnIDocEnd As OnIDocEndHandler
[C#]
public event OnIDocEndHandler OnIDocEnd;

public delegate void OnIDocEndHandler(object sender, SapserverIDocEndEventArgs e);

class SapserverIDocEndEventArgs : EventArgs {
}

Remarks

This is fired to indicate that the component has finished receiving the IDoc data.

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