GETTOKEN
Get the token for the corresponding value and customdata from the token vault.
Import Parameters
- VALUE - The value corresponding to which token is to be fetched.
From the common parameters, refer to the source code below for exact parameters.
Export Parameters
- TOKEN - The token for the corresponding value.
Source Code
FUNCTION GETTOKEN.
*"----------------------------------------------------------------------
*"*"Local Interface:
*" IMPORTING
*" VALUE(NAEUSER) TYPE STRING
*" VALUE(NAEPASSWORD) TYPE STRING
*" VALUE(DBUSER) TYPE STRING
*" VALUE(DBPASSWORD) TYPE STRING
*" VALUE(TABLENAME) TYPE STRING
*" VALUE(VALUE) TYPE STRING
*" VALUE(CUSTOMDATA) TYPE STRING OPTIONAL
*" EXPORTING
*" VALUE(STATUS) TYPE STRING
*"----------------------------------------------------------------------
ENDFUNCTION.