/SAPSLL/S_SG02 SAP (GTS - Shadow Stock) Table details

Dictionary Type: Table
Description: GTS - Shadow Stock




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




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

/SAPSLL/S_SG02 is a standard SAP Table which is used to store GTS - Shadow Stock data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/S_SG02 table consists of various fields, each holding specific information or linking keys about GTS - Shadow Stock data available in SAP. These include MANDT (Client), /SAPSLL/LOGSYS (Logical system), /SAPSLL/GUID_PR (Product GUID im 'RAW' Format), /SAPSLL/COO (Product's Country of Origin).. 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: Can be enhanced (character-type or numeric)


SAP /SAPSLL/S_SG02 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 MANDTCLNT3Assigned to domainMANDT
/SAPSLL/LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
/SAPSLL/GUID_PRProduct GUID im 'RAW' Format /SAPSLL/IVM_GUID_PRODUCTRAW16SYSUUID
/SAPSLL/COOProduct's Country of Origin /SAPSLL/IVM_COOCHAR3Assigned to domainLAND1
/SAPSLL/IDGDSAdditional ID for Stock Separation in CWH, IP, PUCC /SAPSLL/IDGDSCHAR20/SAPSLL/IDGDS
/SAPSLL/LOCIDLocation ID /SAPSLL/IVM_LOCIDCHAR3ALPHA/SAPSLL/IVM_LOCID
CATStock Type /LIME/STOCK_CATEGORYCHAR2/LIME/STOCK_CATEGORY
STOCK_USAGEStock Usage /LIME/STOCK_USAGECHAR1/LIME/STOCK_USAGE
OWNEROwner /LIME/OWNERCHAR10Assigned to domainALPHABU_PARTNER
OWNER_ROLEPartner Role of Owner /LIME/OWNER_ROLECHAR2/LIME/PARTNER_ROLE
GUID_STOCKGlobally Unique Identifier GUIDRAW16
AUTH_GROUPAuthorization Group BEGRUCHAR4BEGRU

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/S_SG02

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