일부 Enterprise Profitability and Cost Management 명령에서 대체 변수 사용

Enterprise Profitability and Cost Management 작업은 작업 매개변수로 대체 변수를 지원합니다. EPM Automate에서 명령 실행의 일부로 이러한 작업을 실행할 때 해결되는 대체 변수를 사용할 수 있습니다.

이러한 명령을 실행하는 데 사용되는 작업은 다음 대체 변수를 지원합니다.

대체 변수는 이러한 명령에서 사용되는 모든 매개변수(필수 및 선택적)에 대해 지원됩니다.

명령으로 대체 변수 지정

명령에서 대체 변수를 사용하려면 &(앰퍼샌드) 문자로 매개변수 값을 시작합니다. 예를 들어, 다음 calculateModel 샘플 명령에서 실제 값 FY22 및 :ALL_RULES 대신 대체 변수 &currYear&execType을 사용할 수 있습니다.

  • Sample command 미사용 substitution variables: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에 있어야 합니다. 존재하지 않거나 철자가 잘못된 대체 변수를 전달할 경우 명령이 실패합니다.