/SAPSLL/LEGPLO SAP (SLL: Customs Document: Seals) Table details

Dictionary Type: Table
Description: SLL: Customs Document: Seals




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




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

/SAPSLL/LEGPLO is a standard SAP Table which is used to store SLL: Customs Document: Seals data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/LEGPLO table consists of various fields, each holding specific information or linking keys about SLL: Customs Document: Seals data available in SAP. These include MANDT (Client), GUID_LEGPLO (Primary Key as GUID in 'RAW' Format), POBJT (Type of Preceding Object), GUID_POBJ (Primary Key of Preceding Object).. 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: Cannot Be Enhanced


SAP /SAPSLL/LEGPLO 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
GUID_LEGPLOPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
POBJTType of Preceding Object /SAPSLL/POBJTCHAR2/SAPSLL/POBJT
GUID_POBJPrimary Key of Preceding Object /SAPSLL/POBJ_GUID_16RAW16SYSUUID
LAUNRSequence Number /SAPSLL/LAUNRNUMC5NUMC
SELTYType of Seal /SAPSLL/SELTYCHAR3Assigned to domain/SAPSLL/SELTY
SELSUNumber of Seals /SAPSLL/SELSUINT25/SAPSLL/INT2
SELTXSeal Number /SAPSLL/SELTXCHAR35/SAPSLL/TEXT35
GUID_LEGPGEPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
MOBJTType of Main Object /SAPSLL/MOBJTCHAR1/SAPSLL/MOBJT
GUID_MOBJPrimary Key of Main Object /SAPSLL/MOBJ_GUID_16RAW16SYSUUID

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/LEGPLO

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