/SAPSLL/GPASTOCK SAP (Shared, Periodic, and Completed Stock) Table details

Dictionary Type: Table
Description: Shared, Periodic, and Completed Stock




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




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

/SAPSLL/GPASTOCK is a standard SAP Table which is used to store Shared, Periodic, and Completed Stock data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/GPASTOCK table consists of various fields, each holding specific information or linking keys about Shared, Periodic, and Completed Stock data available in SAP. These include ECPID (Customs ID for Customs Procedure with Economic Significance), LOGSYS (Logical system), GUID_PR (Primary Key as GUID in 'RAW' Format), 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/GPASTOCK 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
ECPIDCustoms ID for Customs Procedure with Economic Significance /SAPSLL/ECPID_SPICHAR10Assigned to domain/SAPSLL/ECPID_SPI/SAPSLL/ECPID
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
GUID_PRPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
COOProduct's Country of Origin /SAPSLL/IVM_COOCHAR3Assigned to domainLAND1
IDGDSAdditional ID for Stock Separation in CWH, IP, PUCC /SAPSLL/IDGDSCHAR20/SAPSLL/IDGDS
LOCIDLocation ID /SAPSLL/IVM_LOCIDCHAR3ALPHA/SAPSLL/IVM_LOCID
CL_DATEField of type DATS DATSDATS8DATS
QUANStock Quantity /SAPSLL/IVM_QUANQUAN31(3) /SAPSLL/IVM_QUANTITY
UNITStock Unit of Measure /SAPSLL/IVM_UNITUNIT3Assigned to domainCUNITMEINS
AMNTAmount in Original Currency /SAPSLL/AMNT_ORICURR16(2) /SAPSLL/CURRF
AMCURCurrency of a Value /SAPSLL/AMCURCUKY5Assigned to domainWAERS/SAPSLL/AMCUR

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/GPASTOCK

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