Show TOC

SAPGetWorkbookInfoLocate this document in the navigation structure

This function returns an info field value for the current workbook. The info field label can be inserted with the SAPGetInfoLabel function The property names correspond to the info field values that are available for workbooks on the Information tab in the design panel.

This formula is made up of the following argument: Property Name.

You can enter the following property names:
  • WorkbookName
  • CreatedBy
  • CreatedAt
  • LastChangedAt
  • LastRefreshedAt
  • LogonUser
  • PlanninEnvironment
  • PlanningModel

Example

Cell D20: =SAPGetInfoLabel("WorkbookName")

Cell E20: =SAPGetWorkbookInfo("WorkbookName")

In cell D20, the Workbook Name label is displayed. In cell E20, the name used for saving the workbook is displayed, for example Sales in Europe.