IFileExporter interface

Syntax

public interface IFileExporter

Derived classes

Usage

This interface defines methods which each ams file exporter has to implement.

Usually an AMS file exporter will be triggered by an event handler listening to "clearing finished events". This event hanlder will call the export() method, which must implement the complete file handling process, e.g. where the data is read from, how the data is processed and how the export file is written.

For a reference implementation see ReferenceFileExporter and its abstract base class FileExporter.

2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice.