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_functionname where xxx is the customer code 2. Create the function in the data base as a data base function returning VARCHAR or NUMBER or BOOLEAN (true/false)