2014 Dec 15 1:54 AM
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!
2014 Dec 15 2:47 AM
2014 Dec 15 3:00 AM
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.
2014 Dec 15 4:14 AM
2014 Dec 15 4:19 AM
Hi,
Can you check this
SLIC_READ_LICENSES
Thanks and Regards,
Sriranjani Chimakurthy.
2014 Dec 15 4:35 AM
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
2014 Dec 15 4:41 AM
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.
2014 Dec 15 7:13 AM
2014 Dec 15 7:29 AM
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.