FSLSN SAP (Foreign Trade: Legal Control - Sanctioned Party List - Names) Table details

Dictionary Type: Table
Description: Foreign Trade: Legal Control - Sanctioned Party List - Names




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




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

FSLSN is a standard SAP Table which is used to store Foreign Trade: Legal Control - Sanctioned Party List - Names data and is available within R/3 SAP systems depending on the version and release level.

The FSLSN table consists of various fields, each holding specific information or linking keys about Foreign Trade: Legal Control - Sanctioned Party List - Names data available in SAP. These include SLNUM (Internal number for sanctioned party list in legal control), LAUNR (Sequential number for legal control), SLDCO (Deletion indicator for entry in sanctioned party list), SLAEN (Name of last person to change entry of sanctioned party).. 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 FSLSN 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
SLNUMInternal number for sanctioned party list in legal control SLNUMCHAR10FSLSALPHASLNUMSLNFSLS
LAUNRSequential number for legal control LAUNRNUMC5NUMC
SLDCODeletion indicator for entry in sanctioned party list SLDCOCHAR1XFELD
SLAENName of last person to change entry of sanctioned party SLAENCHAR12USNAM
SLDAEChange date of entry in sanctioned party list SLDAEDATS8DATUM
SLDZTTime when entry in sanctioned party list was changed SLDZTTIMS6UZEIT
FSLREType of reference for Sanctions List of legal control FSLRECHAR6T608RFSLRE
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
NAME1Name 1 AD_NAME1CHAR40TEXT40
NAME2Name 2 AD_NAME2CHAR40TEXT40
NAME3Name 3 AD_NAME3CHAR40TEXT40
NAME4Name 4 AD_NAME4CHAR40TEXT40
NAME_COc/o name AD_NAME_COCHAR40TEXT40
SLNUM_REFInternal number for sanctioned party list in legal control SLNUMCHAR10FSLSALPHASLNUMSLNFSLS
LAUNR_REFSequential no. for reference to address for sanct.party list LAUNR_REFNUMC5NUMC
SLLAPCtry of idenfic./passport for sanct.party list in legal ctrl SLLAPCHAR3T005LAND1LND
SLANRIdentif. number for sanctioned party list in legal control SLANRCHAR20SLAPN
SLPNRPassport number for sanctioned party list in legal control SLPNRCHAR20SLAPN
SLKW01Search term for sanctioned party list in legal control SLKWDCHAR40SLKWD
SLKW02Search term for sanctioned party list in legal control SLKWDCHAR40SLKWD
SLKW03Search term for sanctioned party list in legal control SLKWDCHAR40SLKWD
SLKW04Search term for sanctioned party list in legal control SLKWDCHAR40SLKWD
SLKW05Search term for sanctioned party list in legal control SLKWDCHAR40SLKWD
SLKW06Search term for sanctioned party list in legal control SLKWDCHAR40SLKWD
SLKW07Search term for sanctioned party list in legal control SLKWDCHAR40SLKWD
SLKW08Search term for sanctioned party list in legal control SLKWDCHAR40SLKWD
SLKW09Search term for sanctioned party list in legal control SLKWDCHAR40SLKWD
SLKW10Search term for sanctioned party list in legal control SLKWDCHAR40SLKWD
SLKW11Search term for sanctioned party list in legal control SLKWDCHAR40SLKWD
SLKW12Search term for sanctioned party list in legal control SLKWDCHAR40SLKWD
SLKW13Search term for sanctioned party list in legal control SLKWDCHAR40SLKWD
SLKW14Search term for sanctioned party list in legal control SLKWDCHAR40SLKWD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FSLSN
INTO CORRESPONDING FIELDS OF WA_FSLSN
WHERE...

How to access SAP table FSLSN

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