/SAPSLL/CUHDSTA_UPD_S SAP (SLL: Update Structure for /SAPSLL/CUHDSTA) Structure details

Dictionary Type: Structure
Description: SLL: Update Structure for /SAPSLL/CUHDSTA




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




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

/SAPSLL/CUHDSTA_UPD_S is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "SLL: Update Structure for /SAPSLL/CUHDSTA" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/SAPSLL/CUHDSTA_UPD_S TYPE /SAPSLL/CUHDSTA_UPD_S.

The /SAPSLL/CUHDSTA_UPD_S table consists of various fields, each holding specific information or linking keys about SLL: Update Structure for /SAPSLL/CUHDSTA data available in SAP. These include MANDT (Client), GUID_CUHDSTA (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/CUHDSTA_UPD_S structure 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_CUHDSTAPrimary 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
PROSTGTS: Processing Status of Document in Customs Area /SAPSLL/PROSTCHAR2/SAPSLL/PROST
PROVOPrevious Document Processing Status /SAPSLL/PROVOCHAR2/SAPSLL/PROVO
STICMIncompleteness Status: Technical Mapping for Customs /SAPSLL/STICMCHAR1/SAPSLL/STINC
OBICMObject Responsible for Technical Incompleteness /SAPSLL/OBICMCHAR1/SAPSLL/OBICM
STMANStatus for Manual Postprocessing /SAPSLL/STMANCHAR1/SAPSLL/STMAN
RSMSTReason for Manual Postprocessing /SAPSLL/RSMSTCHAR2/SAPSLL/RSMST
STICFIncompleteness Status: Document Fields for Customs /SAPSLL/STICFCHAR1/SAPSLL/STINC
STICCIncompleteness Status: Duty Calculation for Customs /SAPSLL/STICCCHAR1/SAPSLL/STINC
STLDCStatus of a Service in Compliance Area /SAPSLL/STCOSCHAR2/SAPSLL/STCOS
BRLDCBlocking Reason for Compliance Object /SAPSLL/STCORCHAR2/SAPSLL/STCOR
STLDRStatus of a Service in Compliance Area /SAPSLL/STCOSCHAR2/SAPSLL/STCOS
BRLDRBlocking Reason for Compliance Object /SAPSLL/STCORCHAR2/SAPSLL/STCOR
STEMB_AGGStatus of a Service in Compliance Area /SAPSLL/STCOSCHAR2/SAPSLL/STCOS
STSPL_AGGStatus of a Service in Compliance Area /SAPSLL/STCOSCHAR2/SAPSLL/STCOS
STLDT_AGGStatus of a Service in Compliance Area /SAPSLL/STCOSCHAR2/SAPSLL/STCOS
STCON_AGGStatus of a Service in Compliance Area /SAPSLL/STCOSCHAR2/SAPSLL/STCOS
BLKSTProcessing Status for Sanctioned Party List Screening /SAPSLL/BLKSTCHAR1/SAPSLL/BLKST
CSEMBDetermination Procedure for Release Reason /SAPSLL/CSSCHCHAR10/SAPSLL/TCSSCH/SAPSLL/CSSCH
OPEMBOption for Release Reason /SAPSLL/OPTIDCHAR4/SAPSLL/TCSSCHO/SAPSLL/OPTID
CASPLOpen Case Exists /SAPSLL/CASOPCHAR1XFELD
CSSPLDetermination Procedure for Release Reason /SAPSLL/CSSCHCHAR10Assigned to domain/SAPSLL/CSSCH
OPSPLOption for Release Reason /SAPSLL/OPTIDCHAR4Assigned to domain/SAPSLL/OPTID
STICF_AGGIncompleteness Status: Document Fields for Customs /SAPSLL/STICFCHAR1/SAPSLL/STINC
STICC_AGGIncompleteness Status: Duty Calculation for Customs /SAPSLL/STICCCHAR1/SAPSLL/STINC
STICR_AGGIncompleteness Status: Export Refund Calculation /SAPSLL/STICRCHAR1/SAPSLL/STINC
STLDR_AGGStatus of a Service in Compliance Area /SAPSLL/STCOSCHAR2/SAPSLL/STCOS
STLDA_AGGStatus of a Service in Compliance Area /SAPSLL/STCOSCHAR2/SAPSLL/STCOS
STEHS_AGGStatus of a Service in Compliance Area /SAPSLL/STCOSCHAR2/SAPSLL/STCOS
MOBJTType of Main Object /SAPSLL/MOBJTCHAR1/SAPSLL/MOBJT
GUID_MOBJPrimary Key of Main Object /SAPSLL/MOBJ_GUID_16RAW16SYSUUID
UPDFLChange Indicator /SAPSLL/UPDFLCHAR1/SAPSLL/UPDFL

Key field Non-key field



How do I retrieve data from SAP structure /SAPSLL/CUHDSTA_UPD_S using ABAP code?

As /SAPSLL/CUHDSTA_UPD_S is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /SAPSLL/CUHDSTA_UPD_S as there is no data to select.

How to access SAP table /SAPSLL/CUHDSTA_UPD_S

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