‎2009 Jun 12 1:28 PM
Hi Experts,
I want to know the database table which is used to store the license key and its expiration date information.
Thanks in Advance.
Vijay.R
‎2009 Jun 12 1:36 PM
Hi,
Run function module SLIC_LIKEY_GET_ALL_LICENSES
TCODE is SLICENSE
Regards
‎2009 Jun 12 1:47 PM
Thanks ravi,
But i need the database table name for storing the license key or installation number..
my requirement is to identify the table which is used.
Thanks in advance.
Vijay.R
‎2009 Jun 12 1:50 PM
Hi,
Only table i could find are LICENSE_DATA, LICENSE_HASH, SAPLIKEY but data here is in LCHR format.
Better to go with the function module
Regards
‎2009 Jun 12 2:09 PM
‎2009 Jun 12 1:45 PM
Hi, license data is not stored in publicly accessible database table.
If you check the source code of fm 'SLIC_LIKEY_GET_ALL_LICENSES', you would find that the data is retrieved using call 'GET_ACCESS_INFO' which is internal ABAP statement ( meaning you can't dig in furthur ).