MASK
Create a token without inserting it in the database.
Import Parameters
ITOKENGEN - Allows users to create custom tokenization functions that define the way data is tokenized.
Following code snippet explains the procedure of implementing itokengenerator:
There is an interface in the CT-V jarfile.
Define a class that implements the interface.
Create a jar and place it in the
<SAP Binaries>\lib\classes
.Note
<SAP Binaries>
is the location set during installation. Refer to Installing SAP Binaries for details.Restart the SAPTM windows service.
Enter the value for this parameter as:
com.customer.code.tokenizers.MyTokenizer
.From the common parameters, refer to the source code below for exact parameters.
Table Parameters
VALUE - An array of values (Input parameter).
TOKEN - An array of tokens corresponding to the value array (Output parameter).
Source Code