Show TOC

 Processing of Original Application Files

Definition

Interface for an extension where the customer’s enterprise-specific requirements for processing original application files are implemented.

Use

You can use one or more methods for implementing the interface. You program the enterprise-specific requirements for the method of the Business Add-In.

Structure

The interface of the Business Add-In includes the following method:

Method

Call

Example of a special check

BEFORE_ASSIGN_FILE

Before the assignment of a physical file (original application file)

  • Automatic definition of an original application file

  • Enterprise-specific checks

AFTER_ASSIGN_FILE

After the assignment of a physical file (original application file)

Check whether the original application file is valid

BEFORE_START_APPL

Before starting the application

Reproduces compressed files

AFTER_START_APPL

After starting the application

Deletion of temporary files

BEFORE_COPY_FILE_DIALOG

When you create a new version and when the original application files are not checked in before the dialog box for entering a copy path is displayed

Automatic determination of the file name of the new version

AFTER_COPY_FILE_DIALOG

When you create a new version and when the are not checked in after the original application files were copied

Check whether an original application file exists

GENERATE_COPY_FILE_NAME

When you create a new version and when the are not checked in and before the standard process for generating file names is run

Enterprise -specific name conventions for original application files when creating a new version

Integration

You implement the enhancement by using Business Add-In DOCUMENT_FILES01.

Used more than once? If yes, where?