cancel
Showing results for 
Search instead for 
Did you mean: 

GTS License creation

former_member723875
Discoverer
0 Kudos

We have been trying to create an import/export licenses in GTS system( t-code /SAPSLL/LCLIC01) with control classes and quantity ,by using the standard function module '/SAPSLL/LCLIC_CREATE_UPLOAD'. But we are getting the 'Data Inconsistent' error.

The standard program '/SAPSLL/UPLOAD_LICENSES' is also not an option, since it doesn't support creating licenses in control class level.

We have information for the following structures :

- Status , FTO , Control Classes , Quantities , Partner

Is there any other way to create such licenses?

Is there any standard FMs or BAPIs available for the same?

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member215181
Active Contributor
0 Kudos

Hi Anjana,

Regarding Function Module /SAPSLL/LCLIC_CREATE_UPLOAD; the consistency checks are for objects (such as the Foreign Trade Organization, Legal Unit, etc.) that are flagged to have a specific one for Legal Control but where only one (rather than multiple) are allowed. That makes sense, and just needs a quick check & adjustment in the configuration settings.

Does that help?

Regards,
Dave

former_member741021
Discoverer
0 Kudos

Hi Dave,

This function module /SAPSLL/LCLIC_CREATE_UPLOAD is not found in s4hana. Is there any mandatory component should be installed before using it?

Thanks and regards,

Benny

former_member723875
Discoverer
0 Kudos

Hello Derek,

Thank you so much for your update.

The quantity assignment level is at control class level.

Creating a program - Can you please give a more elaborate view?

Regards,

Anjana

derek_yang
Advisor
Advisor
0 Kudos

Hi,

If you are talking about mass upload of licenses to the system, currently there are no other options. What's the assignment level for quantities? At control class level?

But I think from technique point of view, it should be very quick to create a own program to do so, since the license table and associated attribute table is simple.

Regards,

Derek