/SAPSLL/TLEPAF SAP (GTS: Activity Sequence for Global Trade Services) Table details

Dictionary Type: Table
Description: GTS: Activity Sequence for Global Trade Services




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




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

/SAPSLL/TLEPAF is a standard SAP Table which is used to store GTS: Activity Sequence for Global Trade Services data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/TLEPAF table consists of various fields, each holding specific information or linking keys about GTS: Activity Sequence for Global Trade Services data available in SAP. These include MANDT (Client), PROCS (Process Template), PROSS (Process), PROAF (Activity Sequence).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = /SAPSLL/TLEPAFT


SAP /SAPSLL/TLEPAF 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
PROCSProcess Template /SAPSLL/PROCSCHAR5/SAPSLL/TLEPS/SAPSLL/PROCS
PROSSProcess /SAPSLL/PROSSCHAR5/SAPSLL/TLEPR/SAPSLL/PROSS
PROAFActivity Sequence /SAPSLL/PROAFCHAR5/SAPSLL/PROAF
KZUIMUI Control: Manual Processes /SAPSLL/KZUIMCHAR1XFELD
KZUIWUI: Processes via Worklists after Goods Receipt /SAPSLL/KZUIWCHAR1XFELD
KZUIPUI: Processes for Procedure Transition /SAPSLL/KZUIPCHAR1XFELD
KZUIBUI: Worklist Processes Before Goods Receipt /SAPSLL/KZUIBCHAR1XFELD
KZUIAUI: Worklist Processes: Inward Processing from Customs WH /SAPSLL/KZUIACHAR1XFELD
KZUIFUI: Worklist Processes: Free Circulation from Customs WH /SAPSLL/KZUIFCHAR1XFELD
KZUIZUI: Proc. for Customs WH Receipt w/Undetermined Goods Mvmnt /SAPSLL/KZUIZCHAR1XFELD
KZUIKUI: Duty Correction /SAPSLL/KZUIKCHAR1XFELD
KZUISUI: Free Circ. Processes from Spec. Customs Proc. (IP/PUCC) /SAPSLL/KZUISCHAR1XFELD
KZUICUI: Processes: Manual Postprocessing of Quantity Changes /SAPSLL/KZUICCHAR1XFELD
KZUIEUI: Processes: Free Circulation with Prescribed End Use /SAPSLL/KZUIECHAR1XFELD
KZUITUI: Processes for Allocation /SAPSLL/KZUITCHAR1XFELD
KZUIVUI: Processes for Safekeeping after Arrival Notification /SAPSLL/KZUIVCHAR1XFELD
RELPTTime of Release /SAPSLL/RELPTCHAR1/SAPSLL/RELPT
FINPTEvent to Determine Closing Portions: Customs Warehouse /SAPSLL/FINPTCHAR1/SAPSLL/FINPT
CUHDADocument Type /SAPSLL/CUHDACHAR6/SAPSLL/TLECH/SAPSLL/CUHDA
CUWAMAutomatic Creation of Customs Declaration from GR Posting /SAPSLL/CUWAMCHAR1XFELD
FLSCDControl Settings: Periodic Supplementary Customs Declaration /SAPSLL/FLSCDCHAR1/SAPSLL/FLSCD
TXTSNName of Field Label Determination Procedure /SAPSLL/TXTSNCHAR10/SAPSLL/FTXTSN/SAPSLL/TXTSN
FLSREIndicator: Security Import-Relevant for Import Cust. Decl. /SAPSLL/FLSRECHAR1XFELD
FLIVDIndicator: Determine Preference Doc. Based on LTVDs /SAPSLL/FLIVDCHAR1XFELD
PROATType of Activity Sequence /SAPSLL/PROATCHAR1/SAPSLL/PROAT
PROAAFallback Activity Sequence /SAPSLL/PROAACHAR5/SAPSLL/TLEPAF/SAPSLL/PROAF
ECAGGItem Aggregation Active for Electronic Communication /SAPSLL/ECAGGCHAR1/SAPSLL/ECAGG
FCTRLAggregation Schema /SAPSLL/FCTRLCHAR5/SAPSLL/TFCTR/SAPSLL/FCTRL
CRNTYType of Customs Registration Number /SAPSLL/CRNTYCHAR4/SAPSLL/CRNTY
ARNTYType of Additional Registration Number /SAPSLL/ARNTYCHAR4/SAPSLL/ARNTY
RNOINRegistration Number Is Ready for Input /SAPSLL/RNOINCHAR1/SAPSLL/RNOIN
FCSSOField Control: Name of Field Control Structure /SAPSLL/FCSSNCHAR10/SAPSLL/TFCSSN/SAPSLL/FCSSN
FCSSEField Control: Name of Field Control Structure /SAPSLL/FCSSNCHAR10/SAPSLL/TFCSSN/SAPSLL/FCSSN
FLTSRTax Statement: Relevance of a Tax Statement /SAPSLL/FLTSRCHAR1/SAPSLL/FLTSR

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/TLEPAF

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