programDocumentationReport

创建包含 Profitability and Cost Management 应用程序逻辑的程序文档报表。

可以使用 downloadFile 命令将报表下载到本地计算机。

适用于

Profitability and Cost Management

所需角色

服务管理员超级用户用户查看者

用法

epmautomate programDocumentationReport APPLICATION_NAME POV_NAME [fileName=FILE_NAME] [fileType=PDF|WORD|EXCEL|HTML] [useAlias=true|false] stringDelimiter="DELIMITER",其中:
  • APPLICATION_NAME 是要为其创建程序文档报表的 Profitability and Cost Management 应用程序的名称。
  • POV_NAME 是要为其生成报表的应用程序中的模型 POV 名称。

  • fileName(可选)是报表文件的唯一名称(包含扩展名)。默认报表文件名为 HPCMMLProgramDocumentationReport_APPLICATION_NAME_POV_NAME.pdf

  • fileType(可选)是输出文件格式。默认值为 PDF

  • useAlias(可选)指定是否打印别名来代替成员名称。默认值为 false

  • stringDelimter 是 POV 值中使用的分隔符。分隔符必须用双引号括起来。

示例

epmautomate programDocumentationReport BksML30 2019_Feb_Actual fileName=Feb-Actual.xls fileType=Excel useAlias=true stringDelimiter="_"