Hello All,
In the transaction SLICENSE, supposing I install two difference licenses using the button "Install" and I want to check if the status is green for only the currently installed license, how to determine that?
Like, is there a field in the table Licenses in the Database which differentiates the licenses?
Thanks!
I am writng a program in which I am installing a license (using FM SLIC_LIKEY_INSTALL_LICENSE) and checking if the status of the installed license is green or not (using FM SLIC_LIKEY_GET_ALL_LICENSES and checking VALIDITY field).
The thing is I want to check the status for the license I am installing.
I donot want to check the status of the already existing licenses.
How do I do this check?
Any ideas please?
Add a comment