/SAPSLL/CUITDAT SAP (GTS: Customs Document: Item Dates) Table details

Dictionary Type: Table
Description: GTS: Customs Document: Item Dates




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




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

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

The /SAPSLL/CUITDAT table consists of various fields, each holding specific information or linking keys about GTS: Customs Document: Item Dates data available in SAP. These include MANDT (Client), GUID_CUITDAT (Primary Key as GUID in 'RAW' Format), POBJT (Type of Preceding Object), GUID_POBJ (Primary Key of Preceding Object).. 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/CUITDAT 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 MANDTCLNT3Assigned to domainMANDT
GUID_CUITDATPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
POBJTType of Preceding Object /SAPSLL/POBJTCHAR2/SAPSLL/POBJT
GUID_POBJPrimary Key of Preceding Object /SAPSLL/POBJ_GUID_16RAW16SYSUUID
APLTSDeclaration Period for Placing into Customs Status /SAPSLL/APLTSDEC15SLLTS/SAPSLL/TSTMP
APLTZTime Zone /SAPSLL/TZONECHAR6Assigned to domainTZNZONE
RECTSDate of Acceptance /SAPSLL/RECTSDEC15SLLTS/SAPSLL/TSTMP
RECTZTime Zone /SAPSLL/TZONECHAR6Assigned to domainTZNZONE
DSPTSDate of Release /SAPSLL/DSPTSDEC15SLLTS/SAPSLL/TSTMP
DSPTZTime Zone /SAPSLL/TZONECHAR6Assigned to domainTZNZONE
RPTTSRelevant Check Date /SAPSLL/RPTTSDEC15SLLTS/SAPSLL/TSTMP
RPTTZTime Zone /SAPSLL/TZONECHAR6Assigned to domainTZNZONE
OPEDTRe-Import Period for Outward Processing /SAPSLL/OPEDTDATS8DATS
FDATSFDA Date of Release /SAPSLL/FDATSDEC15SLLTS/SAPSLL/TSTMP
FDATZTime Zone /SAPSLL/TZONECHAR6Assigned to domainTZNZONE
SPEDTProcessing Period for Special Customs Procedures (IP/PUCC) /SAPSLL/SPEDTDATS8DATS
FCPDTEnd of Installation Period /SAPSLL/FCPDTDATS8DATS
TXDATDate for Tax Calculation /SAPSLL/TAX_DATEDATS8DATS
CLCDTDetermination Date /SAPSLL/CALC_DATEDATS8DATS
PRETSPricing Date for Preference Processing /SAPSLL/PRETSDEC15SLLTS/SAPSLL/TSTMP
MOBJTType of Main Object /SAPSLL/MOBJTCHAR1/SAPSLL/MOBJT
GUID_MOBJPrimary Key of Main Object /SAPSLL/MOBJ_GUID_16RAW16SYSUUID

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/CUITDAT

Within an ECC or HANA version of SAP you can also view further information about /SAPSLL/CUITDAT 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!