/SAPSLL/CUITPRE SAP (GTS: Customs Document: Item: Preference Data) Table details

Dictionary Type: Table
Description: GTS: Customs Document: Item: Preference Data




ABAP Code to SELECT data from /SAPSLL/CUITPRE
Related tables to /SAPSLL/CUITPRE
Access table /SAPSLL/CUITPRE




Table field list including key, data, relationships and ABAP select examples

/SAPSLL/CUITPRE is a standard SAP Table which is used to store GTS: Customs Document: Item: Preference Data data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/CUITPRE table consists of various fields, each holding specific information or linking keys about GTS: Customs Document: Item: Preference Data data available in SAP. These include MANDT (Client), GUID_CUITPRE (Primary Key as GUID in 'RAW' Format), GUID_CUIT (Primary Key as GUID in 'RAW' Format), LGREG (Legal Regulation).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPSLL/CUITPRE table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
GUID_CUITPREPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
GUID_CUITPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16/SAPSLL/CUITSYSUUID
LGREGLegal Regulation /SAPSLL/LGREGCHAR5/SAPSLL/T606G/SAPSLL/LGREG/SAPSLL/LGREG
PFONYType of Rule Set for Preference Agreement /SAPSLL/PFONYCHAR1/SAPSLL/PFONY
ORGSYOriginal System for Original Object /SAPSLL/ORGSYSCHAR1/SAPSLL/ORGSYS
PREAPFlag: Agreement Was Used for Document Item /SAPSLL/PREAPCHAR1XFELD
PRECDPreference Indicator for Customs Document /SAPSLL/PRECDCHAR3/SAPSLL/PRECD
PREFLPreference Status: 0 - No / 1 - Yes /SAPSLL/PREF_FLAGCHAR1/SAPSLL/PREF_FLAG
PRMETPreference: Comparison Method /SAPSLL/PRMETCHAR1/SAPSLL/PRMET
PRDEPFlag: Price-Dependent /SAPSLL/PRDEPCHAR1XFELD
PUNITPrice Unit /SAPSLL/PUNITDEC5/SAPSLL/PUNIT
DIMUMUnit of Measurement of a Dimension /SAPSLL/DIMUMUNIT3Assigned to domainCUNITMEINS/SAPSLL/DIMUM
VALCPPreferential Threshold Value /SAPSLL/VALCPCURR19(2) /SAPSLL/AMNT
VALOROriginating Value /SAPSLL/VALORCURR19(2) /SAPSLL/AMNT
VALNONon-Originating Value /SAPSLL/VALNOCURR19(2) /SAPSLL/AMNT
VALRBRVC Benefit for Designated Intermediate Material /SAPSLL/VALRBCURR19(2) /SAPSLL/AMNT
VLCURCurrency of a Value /SAPSLL/AMCURCUKY5Assigned to domainWAERS/SAPSLL/AMCUR
GUID_CUHDPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16/SAPSLL/CUHDSYSUUID
ERNAMName of User Who Created the Object /SAPSLL/ERNAMCHAR12USR02XUBNAME
CRTSPUTC Time Stamp When Object Was Added /SAPSLL/CRTSPDEC15SLLTS/SAPSLL/TSTMP
AENAMName of User Who Changed the Object /SAPSLL/AENAMCHAR12USR02XUBNAME
CHTSPUTC Time Stamp When Object Was Changed /SAPSLL/CHTSPDEC15SLLTS/SAPSLL/TSTMP

Key field Non-key field



How do I retrieve data from SAP table /SAPSLL/CUITPRE using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SAPSLL/CUITPRE to SELECT all data from the table
DATA: WA_/SAPSLL/CUITPRE TYPE /SAPSLL/CUITPRE.

SELECT SINGLE *
FROM /SAPSLL/CUITPRE
INTO CORRESPONDING FIELDS OF WA_/SAPSLL/CUITPRE
WHERE...

How to access SAP table /SAPSLL/CUITPRE

Within an ECC or HANA version of SAP you can also view further information about /SAPSLL/CUITPRE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!