Entering content frameProcedure documentation Parameterization in an External Tool Locate the document in its SAP Library structure

Use

An external tool has two types of parameter – local parameters and parameters that specify the interface to eCATT. The interface parameters are stored separately from the script. They are stored and maintained in the argument container.

The parameters of an external-tool script can only be maintained in the external tool. You can create import and export parameters. These must be of type String.

You use the following functions in the external script to pass arguments:

Procedure

Creating Parameters

  1. Choose Tools ® SAP eCATT ® Argument Container.
  2. Choose Add.
  3. In the Add Arguments dialog box, enter the required information.
  4. In the Name field, enter a name for the parameter.
  5. In the Type field, enter String.
  6. In the Direction field, select EXPORT or IMPORT as appropriate.
  7. Choose Add.
  8. Choose Close.
  9. Choose OK.

 

Leaving content frame