FSLSTA SAP (Foreign Trade: Legal Control - SLS - Audit Trail) Table details

Dictionary Type: Table
Description: Foreign Trade: Legal Control - SLS - Audit Trail




ABAP Code to SELECT data from FSLSTA
Related tables to FSLSTA
Access table FSLSTA




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

FSLSTA is a standard SAP Table which is used to store Foreign Trade: Legal Control - SLS - Audit Trail data and is available within R/3 SAP systems depending on the version and release level.

The FSLSTA table consists of various fields, each holding specific information or linking keys about Foreign Trade: Legal Control - SLS - Audit Trail data available in SAP. These include TZONE (Time Zone), TSTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), KUNNR (Customer Numbers), AHBAS (Basis document category for foreign trade processing).. 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: Not classified


SAP FSLSTA 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
TZONETime Zone TZNZONECHAR6TTZZTZNZONE
TSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
AHBASBasis document category for foreign trade processing AHBASCHAR3AHBAS
VBELNSales and Distribution Document Number VBELNCHAR10VBUKALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6VBUPPOSNR
PARVWPartner Function PARVWCHAR2TPARPARVWPARVWPAR
SLNUMInternal number for sanctioned party list in legal control SLNUMCHAR10FSLSALPHASLNUMSLNFSLS
SLDOTDependent object type for sanctioned party list SLDOTCHAR1SLDOT
LAUNRSequential number for legal control LAUNRNUMC5NUMC
SLCHSCheck status for sanctioned party list in legal control SLCHSCHAR1SLCHS
SLRESResult of system check of Sanct. Party List of legal ctrl SLRESCHAR1SLRES
SLREUResult of user decision of Sanct. Party List LC SLREUCHAR1SLRES
UNAMEUser Name SYUNAMECHAR12SYCHAR12
SLCM1Comments on sanctioned party list in legal control SLCOMCHAR60TEXT60
SLCM2Comments on sanctioned party list in legal control SLCOMCHAR60TEXT60
ADDRNAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
CHGNR_ADRDocument change number CDCHANGENRCHAR10ALPHACDCHANGENR
CHGNR_PARDocument change number CDCHANGENRCHAR10ALPHACDCHANGENR
CHGNR_SLSDocument change number CDCHANGENRCHAR10ALPHACDCHANGENR

Key field Non-key field



How do I retrieve data from SAP table FSLSTA using ABAP code

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

SELECT SINGLE *
FROM FSLSTA
INTO CORRESPONDING FIELDS OF WA_FSLSTA
WHERE...

How to access SAP table FSLSTA

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