Finance Automation SAP ALM REL Functions
The following SAP REL functions are used in the SAP flavors. The functions reside in the Redwood_FCA
library.
You call these functions by specifying =<partition>.Redwood_FCA.<function>
in the Simple Constraint Data field of constraints of type Expression
.
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.fl.sap.rel.FlSapAlmRel
class.
getTransportCoFileName
Calculate the cofile name using the transport name.
Syntax
Redwood_FCA.getTransportCoFileName(String transport)
Example
=$.Redwood_FCA.getTransportCoFileName('DV1K000730')
Result
Returns K000730.DV1
on this system.
getTransportDataFileName
Calculate the data file name using the transport name.
Syntax
Redwood_FCA.getTransportDataFileName(String transport)
Example
=$.Redwood_FCA.getTransportDataFileName('DV1K000730')
Result
Returns R000730.DV1
on this system.
financeTopic