GETTOKENSBYDATE
Get the token array created on or before a specific date from the token vault.
Import Parameters
- CALENDARDATE - A valid calendar date.
From the common parameters, refer to the source code below for exact parameters.
Table Parameters
- TOKEN - An array of tokens created on or before the specified calendar date (Output parameter).
Source Code
FUNCTION GETTOKENSBYDATE.
*"----------------------------------------------------------------------
*"*"Local Interface:
*" IMPORTING
*" VALUE(NAEUSER) TYPE STRING
*" VALUE(NAEPASSWORD) TYPE STRING
*" VALUE(DBUSER) TYPE STRING
*" VALUE(DBPASSWORD) TYPE STRING
*" VALUE(TABLENAME) TYPE STRING
*" VALUE(CALENDARDATE) TYPE STRING
*" VALUE(CUSTOMDATA) TYPE STRING
*" TABLES
*" TOKEN STRUCTURE ZSTR_STRUCTURE
*"----------------------------------------------------------------------
ENDFUNCTION.