DELETEVALUE
Delete a value from the token vault.
Import Parameters
- VALUE - The value on the basis of which deletion is to be performed.
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.
Source Code
FUNCTION DELETEVALUE.
*"----------------------------------------------------------------------
*"*"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.