Redwood Documentation

Product Documentation

 

›RedwoodExpressionLanguage

Finance AutomationFinance Automation Reference

Introduction

  • Introduction

Template And Parameter Maintenance

  • Close Template
  • Process Lists in Orchestrator
  • Workflow Templates
  • Templates
  • FCc Templates

Balance Sheets

  • Balance Sheet Certification
  • BSC Installation
  • BSC Process Definitions
  • BSC Rules

Enhancements

  • Enhancements
  • Journal Extensions
  • Journal Definitions

Processes & Subprocesses

  • Process Definitions
  • Generic Loop
  • General SAP Process Definitions (Abap Run)
  • General SAP Process Definitions (Mail)
  • General SAP Process Definitions (Batch Input)
  • General SAP Definitions
  • Generic and Infrastructure Definitions
  • Utility Process Definitions
  • FPA specific Process Definitions
  • FCc specific Process Definitions
  • EBS specific process definitions
  • SAP Functional Process Definitions
  • Generic SAP Synchronization Process Definitions
  • Bulk Data Processing

Customizing

  • Customizing Redwood Finance Automation
  • Redwood Finance Automation Application Customizing FPA flavor
  • Redwood Finance Automation Application Customizing FCc Flavor
  • Redwood Finance Automation Application Customizing SAP
  • Redwood Finance Automation Application Customizing Base
  • Redwood Finance Automation Application Customizing Mail HTML Styles

Action Rules

  • Action Rules
  • Action rules Syntax
  • Files via Output Selection in Action Rules
  • Base Rules
  • SAP Rules
  • ABAP Rules
  • Transaction Rules

Replacements

  • Replacements
  • Base Replacements
  • Generic SAP Replacements
  • FPA Specific Replacements
  • FCc Specific Replacements
  • SAP FCc Replacements

RedwoodExpressionLanguage

  • REL Expressions
  • Base REL Functions
  • SAP Contraint REL Functions
  • SAP REL Functions
  • SAP ALM REL Functions
  • SAP FCc REL Functions
  • SAP FPA REL Functions
  • Reconciliation REL Functions
  • SAP REL functions, Miscellaneous

Default Roles

  • Built-in Roles

Appendix: Reference

  • SAP Add-Ons Contents
  • Chain Definition Templates
  • Process Definition Templates
← SAP FCc REL FunctionsReconciliation REL Functions →

finance-related topic Finance Automation SAP FPA REL Functions

The following SAP FPA REL functions are used in the SAP FPA flavor. The functions reside in the Redwood_FCA library. You call these functions by specifying =<partition>.Redwood_FCA.<function>. The examples on this page assume the definition which calls these functions resides in the same partition as the library, specified as $. The default partition of the library is FCA. The REL functions can be accessed via RedwoodScript from the com.redwood.scheduler.custom.fca.fpa.rel.FlSapFpaRel class.

defaultFPAParameters

Retrieves the default parameter specified in the table. The default parameter is retrieved using the organization structure (from parameters KOKRS, BUKRS). If the value is not found, it will try to retrieve it from the next higher level). In cases where the parameter can still not be found, the following alternatives are attempted:

  1. Find subentries and concatenate. Example PARM was not found, then search PARM_1. If found, concatenate with PARM_2
  2. Find parent parameter. Example PARM_TEST and PARM_TEST_1 were not found, then search PARM
note

Parameter must be Runtime!

Syntax

Redwood_FCA.defaultFPAParameters(Long jobId, String inParameter, String inKOKRS, String inBUKRS)

Returns String

Example

=$.Redwood_FCA.defaultFPAParameters(jobId, 'BATCH_USER', parameters.KOKRS, parameters.BUKRS)

Result

Returns JDOE on this system.

defaultFPAParametersJob

Retrieves the default parameter specified in the table. The default parameter is retrieved using the current organization structure (from parameters KOKRS, BUKRS, WERKS). If the value is not found, it will try to retrieve it from the next higher level). In cases where the parameter can still not be found, the following alternatives are attempted:

  1. Find subentries and concatenate. Example PARM was not found, then search PARM_1. If found, concatenate with PARM_2
  2. Find parent parameter. Example PARM_TEST and PARM_TEST_1 were not found, then search PARM
note

Parameter must be Runtime!

Syntax

Redwood_FCA.defaultFPAParametersJob(Long jobId, String inParameter)

Returns String

Example

=$.Redwood_FCA.defaultFPAParametersJob(jobId, 'BATCH_USER')

Result

Returns JDOE on this system.

getSapFpaReplacement

Converts the input string using the SAP FPA Replacement definitions.

Syntax

Redwood_FCA.getSapFpaReplacement(Long jobId, String repl)

Returns String

Example

=$.Redwood_FCA.getSapFpaReplacement(jobId, '${F:BATCH_USER}')

Result

Returns JDOE on this system.

financeTopic

← SAP FCc REL FunctionsReconciliation REL Functions →
  • defaultFPAParameters
    • Syntax
    • Example
    • Result
  • defaultFPAParametersJob
    • Syntax
    • Example
    • Result
  • getSapFpaReplacement
    • Syntax
    • Example
    • Result
Docs
Getting StartedInstallationFinance InstallationConcepts
TroubleshootingArchiving
Learn and Connect
Support Portal
BlogEventsResources
ISO/ IEC 27001 Information Security Management
Automate to be human

2023 All Rights Reserved |

Terms of Service | Policies | Cookies | Glossary | Third-party Software | Contact | Copyright | Impressum |