Function Modules and Related Parameters
To create a function module, the procedure remains same for all the function modules but the Import, Export and Tables parameters may differ. The import parameters are the input parameters and the export parameters are the output parameters. The tables parameters are for the batch operations and may behave as input and/or output parameters.
Following is the list of possible common Import/Export parameters for the function modules:
NAEUSER - The NAE username. This parameter is mandatory for all function modules.
NAEPASSWORD - The NAE password. This parameter is mandatory for all function modules.
DBUSER - The database username. This parameter is mandatory for all function modules.
DBPASSWORD - The database password. This parameter is mandatory for all function modules.
TABLENAME - The name of the token vault.
FORMAT - The token format in which token is to be returned. The default value is ‘0’.
CUSTOMDATA - The customer-specific data associated with the plaintext value(s).
LUHNCHECK - Boolean value (true/false) to decide if Luhn check will be applicable on token. CT-V can apply a Luhn check to numeric tokens in order to ensure that the token is a valid number combination that can be used in client applications. The default value is ‘false’.
SAVEEXCEPTION - A Boolean indicating if the Smart Check feature should be applied. Smart Check enables you to bypass errors in bulk tokenization or detokenization input. The default value is 'false'.