cancel
Showing results for 
Search instead for 
Did you mean: 

Table Containing Commodity/Tariff Codes for Customs Documents

dean_hinson2
Active Contributor
0 Kudos

Hello,

I am trying to do a report but have trouble with finding the table that contains the commodity/tariff codes for customs documents.  We have a process for non-stock materials and the classification is maintained in the document since there is no product master. Technically, there is but it is a generic material number. So the material is not classified in the product master.

So, in order to report these particular exports, I need to find where the maintained commodity/tariff code is stored. 

Can someone tell me? And how to link to /SAPSLL/CUIT?

Thank you in advance.

Dean.

Accepted Solutions (1)

Accepted Solutions (1)

former_member215181
Active Contributor
0 Kudos

Hi Dean,

Select from table /SAPSLL/CORCTS with GUID_POBJ = /SAPSLL/CUIT-GUID_CUIT and POBJT = 'O2' (note: letter O, not zero).  If no entry, then select from table /SAPSLL/CORCTSC instead.  If multiple Numbering Schemes are assigned (e.g. Commodity Codes and Tariff Codes), then you'll need to choose according to the Scheme (field STCTS).

From the selected entry, use field GUID_CTSNUM to select from table /SAPSLL/CTSNUM, and field CCNGN should contain the Commodity/Tariff Code.

You can determine the Numbering Scheme from table /SAPSLL/TLEGSU, based on the Legal Regulation, Date, and type of scheme.  I'll leave you to work out the details there.

Regards,
Dave

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Dean,

Can you please try using /sapsll/cuit with /sapsll/prcts-Product GUID and GUID of commodity code.

You can fetch product from /sapsll/cuit and use it in /sapsll/prcts.

If needed,  you may use /sapsll/pntpr.

Please let us know if it was useful.

Regards

Dhilipan