/SAPSLL/ALRG01 SAP (Determination of Legal Regulation at Country Level) Table details

Dictionary Type: Table
Description: Determination of Legal Regulation at Country Level




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




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

/SAPSLL/ALRG01 is a standard SAP Table which is used to store Determination of Legal Regulation at Country Level data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/ALRG01 table consists of various fields, each holding specific information or linking keys about Determination of Legal Regulation at Country Level data available in SAP. These include MANDT (Client), LGREG (Legal Regulation), LNDAB (Country of Departure/Destination), EMAC1 (Indicator: Embargo Check Active for Destinat. Country).. 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


SAP /SAPSLL/ALRG01 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
LGREGLegal Regulation /SAPSLL/LGREGCHAR5/SAPSLL/T606G/SAPSLL/LGREG/SAPSLL/LGREG
LNDABCountry of Departure/Destination /SAPSLL/LNDARCHAR3T005LAND1
EMAC1Indicator: Embargo Check Active for Destinat. Country /SAPSLL/EMAC1CHAR1/SAPSLL/LCAC1
EMAC2Indicator: Embargo Check Active for Country of Departure /SAPSLL/EMAC2CHAR1/SAPSLL/LCAC2
SPAC1Indicator: Sanctioned Party List for Destinat.Country Active /SAPSLL/SPAC1CHAR1/SAPSLL/LCAC1
SPAC2Indicator: Sanctioned Party List for Depart.Country Active /SAPSLL/SPAC2CHAR1/SAPSLL/LCAC2
LDAC1Indicator: Determination of License Active for Destin.Cntry /SAPSLL/LDAC1CHAR1/SAPSLL/LCAC1
LDAC2Indicator: License Determination for Depart. Country Active /SAPSLL/LDAC2CHAR1/SAPSLL/LCAC2
TPAC1ID: Transit Procedure for Country of Determination Active /SAPSLL/TPAC1CHAR1/SAPSLL/LGAC1
TPAC2ID: Transit Procedure for Country of Departure Active /SAPSLL/TPAC2CHAR1/SAPSLL/LGAC2
CUAC1Indicator: Customs Processing Active for Destination Country /SAPSLL/CUAC1CHAR1/SAPSLL/LGAC1
CUAC2Indicator: Customs Processing Active for Departure Country /SAPSLL/CUAC2CHAR1/SAPSLL/LGAC2
PRAC1Ind.: Preference Processing Active for Cntry of Destination /SAPSLL/PRAC1CHAR1/SAPSLL/LCAC1
PRAC2Ind.: Preference Processing Active for Cntry of Departure /SAPSLL/PRAC2CHAR1/SAPSLL/LCAC2
REAC1Indicator: Restitution Active for Country of Destination /SAPSLL/REAC1CHAR1/SAPSLL/LCAC1
REAC2Indicator: Restitution Active for Country of Departure /SAPSLL/REAC2CHAR1/SAPSLL/LCAC2
LCAC1Indicator: LoC Processing Active for Country of Destination /SAPSLL/LCAC1CHAR1/SAPSLL/LCAC1
LCAC2Indicator: LoC Processing Active for Country of Departure /SAPSLL/LCAC2CHAR1/SAPSLL/LCAC2
ERAC1Indicator: ECR Active for Country of Destination /SAPSLL/ERAC1CHAR1/SAPSLL/ERAC1
ERAC2Indicator: ECR Active for Country of Departure /SAPSLL/ERAC2CHAR1/SAPSLL/ERAC2
EHAC1Flag: Hazardous Substance Check Active for Destination Ctry /SAPSLL/EHAC1CHAR1/SAPSLL/LCAC1
EHAC2Flag: Hazardous Substance Check Active for Departure Country /SAPSLL/EHAC2CHAR1/SAPSLL/LCAC2

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/ALRG01

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