RVFSLSC SAP (Foreign Trade: Legal Control - SLS - Display Check Results) Structure details

Dictionary Type: Structure
Description: Foreign Trade: Legal Control - SLS - Display Check Results




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




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

RVFSLSC 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 "Foreign Trade: Legal Control - SLS - Display Check Results" 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_RVFSLSC TYPE RVFSLSC.

The RVFSLSC table consists of various fields, each holding specific information or linking keys about Foreign Trade: Legal Control - SLS - Display Check Results data available in SAP. These include SLNUM (Internal number for sanctioned party list in legal control), SLDOT (Dependent object type for sanctioned party list), LAUNR (Sequential number for legal control), SELFLAG (Selection indicator).. 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: Not classified


SAP RVFSLSC 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 MANDTCLNT3Assigned to domainMANDT
SLNUMInternal number for sanctioned party list in legal control SLNUMCHAR10FSLSALPHASLNUMSLNFSLS
SLDOTDependent object type for sanctioned party list SLDOTCHAR1SLDOT
LAUNRSequential number for legal control LAUNRNUMC5NUMC
SELFLAGSelection indicator SELFLAGCHAR1XFLAG
BLOCKCheckbox for table control TCSELFLAGCHAR1XFELD
UNBLOCKCheckbox for table control TCSELFLAGCHAR1XFELD
LIGHTSForeign Trade: SLS - traffic light SL_LIGHTSCHAR30LIGHTS
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 FSLRECHAR6Assigned to domainFSLRE
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 SLNUMCHAR10Assigned to domainALPHASLNUMSLNFSLS
LAUNR_REFSequential no. for reference to address for sanct.party list LAUNR_REFNUMC5NUMC
SLLAPCtry of idenfic./passport for sanct.party list in legal ctrl SLLAPCHAR3Assigned to domainLAND1LND
SLANRIdentif. number for sanctioned party list in legal control SLANRCHAR20SLAPN
SLPNRPassport number for sanctioned party list in legal control SLPNRCHAR20SLAPN
SLNUM_AInternal number for sanctioned party list in legal control SLNUMCHAR10Assigned to domainALPHASLNUMSLNFSLS
LAUNR_ASequential number for legal control LAUNRNUMC5NUMC
SLDOT_ADependent object type for sanctioned party list SLDOTCHAR1SLDOT
SELFLAG_ASelection indicator SELFLAGCHAR1XFLAG
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
CITY2District AD_CITY2CHAR40TEXT40CITY_PART
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
PO_BOXPO Box AD_POBXCHAR10CHAR10
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUM1House Number AD_HSNM1CHAR10TEXT10
BUILDINGBuilding (Number or Code) AD_BLDNGCHAR20TEXT20
ROOMNUMBERRoom or Appartment Number AD_ROOMNUMCHAR10TEXT10
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
REGIONSTATE (State, Province, County) REGIOCHAR3T005SREGIO

Key field Non-key field



How do I retrieve data from SAP structure RVFSLSC using ABAP code?

As RVFSLSC 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 RVFSLSC as there is no data to select.

How to access SAP table RVFSLSC

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