GETTOKENBATCH
Get the token array for the corresponding value and custom data array from the token vault.
Import Parameters
From the common parameters, refer to the source code below for exact parameters.
Table Parameters
VALUE - An array of values for which tokens are to be fetched (Input parameter).
CUSTOMDATA - An array of customer-specific data (Input parameter).
TOKEN - An array of tokens fetched corresponding to the array of values (Output parameter).
Source Code
FUNCTION GETTOKENBATCH.
*"----------------------------------------------------------------------
*"*"Local Interface:
*" IMPORTING
*" VALUE(NAEUSER) TYPE STRING
*" VALUE(NAEPASSWORD) TYPE STRING
*" VALUE(DBUSER) TYPE STRING
*" VALUE(DBPASSWORD) TYPE STRING
*" VALUE(TABLENAME) TYPE STRING
*" TABLES
*" VALUE STRUCTURE ZSTR_STRUCTURE
*" CUSTOMDATA STRUCTURE ZSTR_STRUCTURE
*" TOKEN STRUCTURE ZSTR_STRUCTURE
*"----------------------------------------------------------------------
ENDFUNCTION.