Show TOC

SAPListOfDesignRulesLocate this document in the navigation structure

With this API method, you can list Table Design methods defined for a specific data source.

To call the method, use Application.Run and specify the following input parameters:

  • Data Source Alias

    Enter the formula alias for the data source. You can set the alias when configuring the data source on the Components tab in the design panel.

  • API Method Type
    Enter one of the following types:
    • All to list all methods.
    • NewLine to list the inserted lines.

      You can specify the new lines more detailed by using NewDimensionLine, NewHeaderLine or NewMemberLine.

    • LineSize to list the defined sizes for new inserted lines.
    • Format to list the defined formats.

Example

Dim lResult As Variant

lResult= Application.Run("SAPListOfDesignRules", "DS_1", "NewLine")

All inserted lines defined for data source DS_1 with method SAPInsertLine are listed.