GETVALUEBATCH
Get array of values for token array from the token vault.
Import Parameters
From the common parameters, refer to the source code below for exact parameters.
Export Parameters
STATUS - Status of the operation performed. Either Success or Fail.
ERROR_MSG - The description of the error received.
Tables Parameters
VALUE - An array of plaintext values corresponding to the token array (Output parameter).
TOKEN - An array of tokens (Input parameter).
Source Code
FUNCTION GETVALUEBATCH.
*"----------------------------------------------------------------------
*"*"Local Interface:
*" IMPORTING
*" VALUE(NAEUSER) TYPE STRING
*" VALUE(NAEPASSWORD) TYPE STRING
*" VALUE(DBUSER) TYPE STRING
*" VALUE(DBPASSWORD) TYPE STRING
*" VALUE(TABLENAME) TYPE STRING
*" VALUE(FORMAT) TYPE INTEGER
*" VALUE(SAVEEXCEPTION) TYPE BOOLEAN
*" EXPORTING
*" VALUE(STATUS) TYPE STRING
*" VALUE(ERROR_MESSAGE) TYPE STRING
*" TABLES
*" VALUE STRUCTURE ZSTR STRUCTURE
*" TOKEN STRUCTURE ZSTR STRUCTURE
*"----------------------------------------------------------------------
ENDFUNCTION.