/SAPSLL/API6800_DOC_HDR_SPI_S SAP (SLL: API Structure Customs Document - Header) Structure details

Dictionary Type: Structure
Description: SLL: API Structure Customs Document - Header




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




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

/SAPSLL/API6800_DOC_HDR_SPI_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: API Structure Customs Document - Header" 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/API6800_DOC_HDR_SPI_S TYPE /SAPSLL/API6800_DOC_HDR_SPI_S.

The /SAPSLL/API6800_DOC_HDR_SPI_S table consists of various fields, each holding specific information or linking keys about SLL: API Structure Customs Document - Header data available in SAP. These include GUID_HEADER (External GUID in 'CHAR' Format for Legal and Logistics Srv), SIMULATION_MODE (Checkbox), DELETION_INDICATOR (Checkbox), APPLICATION_LEVEL (Application Level from Feeder System for Legal Services).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPSLL/API6800_DOC_HDR_SPI_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
GUID_HEADERExternal GUID in 'CHAR' Format for Legal and Logistics Srv /SAPSLL/GUID_32_SPICHAR32SYSUUID_C
SIMULATION_MODECheckbox XFELDCHAR1XFELD
DELETION_INDICATORCheckbox XFELDCHAR1XFELD
APPLICATION_LEVELApplication Level from Feeder System for Legal Services /SAPSLL/APEVS_SPICHAR4/SAPSLL/APEVS_SPI
DOCUMENT_TYPETrans. Type from Feeder System CRM/SRM for Legal Services /SAPSLL/BARVS_SPICHAR5/SAPSLL/BARVS_SPI
COMPANY_CODEData Type 4 Characters CHAR04CHAR4CHAR4MOD
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM
LANGU_ISO2-Character SAP Language Code LAISOCHAR2LAISO
BILLING_UNIT_GUIDExternal GUID in 'CHAR' Format for Legal and Logistics Srv /SAPSLL/GUID_32_SPICHAR32SYSUUID_C
CANCELLATION_INDICATORCheckbox XFELDCHAR1XFELD
COMPANY_CODE_CURCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EXCHANGE_RATEExchange rate KURSFDEC9(5) EXCRTKURSF
FIXED_RATECheckbox XFELDCHAR1XFELD
MODE_TR_BORDERCharacter length 2 CHAR_02CHAR2CHAR02
MODE_TR_INLANDCharacter length 2 CHAR_02CHAR2CHAR02
CUST_OFFICE_DEPACharacter Field Length = 10 CHAR10CHAR10CHAR10
CUST_OFFICE_EXITCharacter Field Length = 10 CHAR10CHAR10CHAR10
CUST_OFFICE_DESTCharacter Field Length = 10 CHAR10CHAR10CHAR10
CUST_OFFICE_PAS1Character Field Length = 10 CHAR10CHAR10CHAR10
CUST_OFFICE_PAS2Character Field Length = 10 CHAR10CHAR10CHAR10
CUST_OFFICE_PAS3Character Field Length = 10 CHAR10CHAR10CHAR10
CUST_OFFICE_PAS4Character Field Length = 10 CHAR10CHAR10CHAR10
CUST_OFFICE_PAS5Character Field Length = 10 CHAR10CHAR10CHAR10
CUST_OFFICE_PAS6Character Field Length = 10 CHAR10CHAR10CHAR10
MNSTR_BORDERCharacter field of length 40 CHAR40CHAR40CHAR40
CNTRY_MNSTR_BORDER3-Byte field CHAR3CHAR3CHAR3
CNTRY_MNSTR_BORDER_ISOCharacter length 2 CHAR_02CHAR2CHAR02
MNSTR_DEPARTCharacter field of length 40 CHAR40CHAR40CHAR40
CNTRY_MNSTR_DEPART3-Byte field CHAR3CHAR3CHAR3
CNTRY_MNSTR_DEPART_ISOCharacter length 2 CHAR_02CHAR2CHAR02
PLACE_LOAD_UNLOADData Element Type CHAR Length 35 CHAR35CHAR35CHAR35
TRANSACTION_TYPECharacter length 2 CHAR_02CHAR2CHAR02
CHANGED_ATUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
GEOGRCharacter Field Length = 10 CHAR10CHAR10CHAR10
INCOT3-Byte field CHAR3CHAR3CHAR3
INCOLOCharacter field of length 40 CHAR40CHAR40CHAR40
HTSLICSingle-Character Indicator CHAR1CHAR1CHAR1
ADD_DATA1Character Field Length = 10 CHAR10CHAR10CHAR10
ADD_DATA2Char 15 CHAR15CHAR15CHAR15
ADD_DATA330 Characters CHAR30CHAR30CHAR30
EXPORT_CODEType of Goods Traffic /SAPSLL/GDTRO_SPICHAR2/SAPSLL/GDTRO_SPI
PREV_DOC_TYPEPrevious Document Type /SAPSLL/PREV_DOCTP_SPICHAR10CHAR10
LOCFSSingle-Character Indicator CHAR1CHAR1CHAR1
LOCBPSingle-Character Indicator CHAR1CHAR1CHAR1
PRINT_PROFILEPrint Profile SPPFPRPROFCHAR10Assigned to domainSPPF_PRPROF
SPECIAL_BUSINESS_TRANSACTIONCharacter length 2 CHAR_02CHAR2CHAR02
ORGANIZATIONAL_UNITNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
CRS_BORDER_JOURNEY_IDData Element Type CHAR Length 35 CHAR35CHAR35CHAR35
HDR_DAT_T 0
HDR_DIM_T 0
HDR_PAR_T 0
HDR_REF_T 0
HDR_VAL_T 0

Key field Non-key field



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

As /SAPSLL/API6800_DOC_HDR_SPI_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/API6800_DOC_HDR_SPI_S as there is no data to select.

How to access SAP table /SAPSLL/API6800_DOC_HDR_SPI_S

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