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: 

FM/Table with SAP License installation date

former_member699182
Participant
0 Kudos
370

Hello All,

Is there a FM or a Table which has the date on which the SAP License is installed? (by clicking Install in SLICENSE tcode).

Please suggest ideas.

Thanks!

8 REPLIES 8

jimmy_chan2
Explorer
0 Kudos
227

FM SLIC_LIKEY_GET_ALL_LICENSES

0 Kudos
227

Thank you Jimmy. I am already using the SLIC_LIKEY_GET_ALL_LICENSES FM but it doesnt seem to return the date on which the license is installed. Any ideas?

Thanks.

former_member699182
Participant
0 Kudos
227

Any clues anyone?

Thanks

0 Kudos
227

Hi,

Can you check this

SLIC_READ_LICENSES

Thanks and Regards,

Sriranjani Chimakurthy.

0 Kudos
227

Thank you Sriranjani,  I checked SLIC_READ_LICENSES and I see something called CRE_DATE in the structure SLIC_TAB (Nothing else seems to give me the installed date). Now I assume this is the abbrevation for Creation Date, not sure though? Is this the same as Date of Installation as well? Any ideas?

Thanks,

Gita

0 Kudos
227

Hi Gita,

I am not 100% sure, but you can check with any of the basis to get the actual installation date and compare with the results from this FM.

Thanks and Regards,

Sriranjani Chimakurthy.

0 Kudos
227

Field LIKEY_LICENSE_TAB-BEGIN_DATE.

0 Kudos
227

Jimmy, the LIKEY_LICENSE_TAB-BEGIN_DATE is not the same as the date in which the license is installed. The Begin Date comes from within the license file.

Thanks.