
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:
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.
You can specify the new lines more detailed by using NewDimensionLine, NewHeaderLine or NewMemberLine.
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.