CREATEREGEXTOKENFORMAT
Create a new token format based on the regular expression.
Import Parameters
DESC - Descriptive name for the token format.
SPLITTER - Splits the input into groups.
SPLICER - Combines groups into resulting token.
From the common parameters, refer to the source code below for exact parameters.
Export Parameters
- FORMATNUMBER - The integer representing the new token format. This value will be greater than 100.
Source Code
FUNCTION CREATEREGEXTOKENFORMAT.
*"----------------------------------------------------------------------
*"*"Local Interface:
*" IMPORTING
*" VALUE(NAEUSER) TYPE STRING
*" VALUE(NAEPASSWORD) TYPE STRING
*" VALUE(DBUSER) TYPE STRING
*" VALUE(DBPASSWORD) TYPE STRING
*" VALUE(DESC) TYPE STRING
*" VALUE(SPLITTER) TYPE STRING
*" VALUE(SPLICER) TYPE STRING
*" EXPORTING
*" VALUE(FORMATNUMBER) TYPE INTEGER
*"----------------------------------------------------------------------
ENDFUNCTION.