How to Find the Total Quantity or Total Value of any License using SAP GTS License Table.


If we have license numbers, then how we can search total or Max Quantity or Max Value of the respective licenses through the SAP GTS license table? 

image

 /SAPSLL/LCLIC is the Legal Control License Header table of the SAP GTS license table.

sap gts license table
/SAPSLL/LCLIC is Legal Control License Header table

/SAPSLL/LCLIC is Legal Control: License Header table its GUID field is GUID_LCLIC, which will be used to fetch total quantity information from table /SAPSLL/LCLICQ

/SAPSLL/LCLIC is Legal Control: License Header table

  Pass the License number into table  /SAPSLL/LCLIC -EXLIC

/SAPSLL/LCLIC is Legal Control: License Header table

    Get GUID16 which is /SAPSLL/LCLIC-GUID_LCLIC

 /SAPSLL/LCLICQ:- Legal Control: Licenses – Quantities

 /SAPSLL/LCLICQ:- Legal Control: Licenses - Quantities

    /SAPSLL/LCLICQ-GUID_LCLIC = /SAPSLL/LCLIC-GUID_LCLIC 

 /SAPSLL/LCLICQ

    Pass the GUID of the License header table in the License Quantity table. 

image

    DIM stands for total quantity for license value. 

Similarly, if you are looking for Total Value for Value license master data then you have to use table /SAPSLL/LCLICV 

/SAPSLL/LCLICV

/SAPSLL/LCLICV-GUID_LCLIC = should be Header license guid

and get total value /SAPSLL/LCLICV-VALUE

image

    This Value license with Total or Max Value. 

image

    Pass the license number into the License header table 

image

    get GUID number of LCLIC
    

image

    Pass LIC GUID number into License Value table /SAPSLL/LCLICV-GUID_LCLIC
    

image

        you can get the max value from the field /SAPSLL/LCLICV-VALUE. 

Find all SAP GTS Tables:- https://sapboost.com/sap-gts-tables


Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *