GETVALUE
Get plain value for a token from the token vault.
Import Parameters
- TOKEN - A token.
From the common parameters, refer to the source code below for exact parameters.
Export Parameters
- VALUE - The plaintext value corresponding to the token.
Source Code
FUNCTION GETVALUE.
*"----------------------------------------------------------------------
*"*"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(TOEKN) TYPE STRING
*" EXPORTING
*" VALUE(VALUE) TYPE STRING
*"----------------------------------------------------------------------
ENDFUNCTION.