CREATE A USERCALC CUSTOM FUNCTION
Back to current versionRestore this version

Defining the Custom Function in the application#

1. Go to IMLN and identify the custom function in the X_UC_FUNCTIONS lexicon

2. Invoke the custom function in your usercalc using an Operand Type of CF (Custom Function)

Defining the Custom Function in the data base#

1. The custom function must be named P2K_xxx (must start with P2K). As a best practice, it is recommended that you include your customer code in the name of the function, which will ensure it is not overlaid at some future point by any new development. For workflow oriented custom functions, a recommended best practice is to also include the table/product name in the function name. For example, a custom function created for the WF_EASD table might be named P2K_EASD_xxx_yyyy where xxx is your customer code and yyyy is some kind of descriptive value to aid in remembering what the function does.

2. Create the function in the data base as a data base function returning VARCHAR or NUMBER or BOOLEAN (true/false)


Notes #

Click to create a new notes page