Enterprise Profitability and Cost Managementの一部のコマンドでの代替変数の使用

Enterprise Profitability and Cost Managementのジョブでは、ジョブ・パラメータとして代替変数がサポートされています。代替変数を使用できます。代替変数は、EPM自動化でこれらのジョブをコマンド実行の一部として実行するときに解決されます。

次のコマンドの実行に使用されるジョブでは、代替変数がサポートされています:

代替変数は、これらのコマンドで使用されるすべてのパラメータ(必須およびオプション)でサポートされています。

コマンドでの代替変数の指定

コマンドで代替変数を使用するには、パラメータ値の前に& (アンパサンド)文字を付けます。たとえば、次のcalculateModelサンプル・コマンドでは、実際の値FY22および:ALL_RULESのかわりに、代替変数&currYearおよび&execTypeを使用できます。

  • サンプル・コマンドwithoutの代替変数:epmautomate calculateModel FY22::Jan::Actual::Working "10 Actuals Allocation Process" ALL_RULES clearCalculatedData=true executeCalculations=true optimizeForReporting=true comment="Running all rules to calculate a POV"
  • 代替変数を使用したサンプル・コマンド:epmautomate calculateModel &currYear::Jan::Actual::Working "10 Actuals Allocation Process" &execType clearCalculatedData=true executeCalculations=true optimizeForReporting=true comment="Running all rules to calculate a POV"

Note:

  • & (アンパサンド)文字で始まるパラメータ値のみが代替変数として処理されます。
  • 代替変数は、Enterprise Profitability and Cost Managementに存在する必要があります。存在しない代替変数またはスペルミスのある代替変数を渡すと、コマンドは失敗します。