Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reg: Database table

Former Member
0 Likes
813

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

5 REPLIES 5
Read only

Former Member
0 Likes
707

Hi,

Run function module SLIC_LIKEY_GET_ALL_LICENSES

TCODE is SLICENSE

Regards

Read only

0 Likes
707

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

Read only

0 Likes
707

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

Read only

0 Likes
707

Thanks a lot for ur replies

Read only

Former Member
0 Likes
707

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 ).