/SAPSLL/IVMCST02 SAP (Totals Stock: Special Customs Procedure: Inward Processing) Table details

Dictionary Type: Table
Description: Totals Stock: Special Customs Procedure: Inward Processing




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




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

/SAPSLL/IVMCST02 is a standard SAP Table which is used to store Totals Stock: Special Customs Procedure: Inward Processing data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/IVMCST02 table consists of various fields, each holding specific information or linking keys about Totals Stock: Special Customs Procedure: Inward Processing data available in SAP. These include MANDT (Client), GUID_IVMCST02 (Primary Key as GUID in 'RAW' Format), ECPID (Customs Warehouse ID), LOGSYS (Logical system).. 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/IVMCST02 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_IVMCST02Primary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
ECPIDCustoms Warehouse ID /SAPSLL/IVM_BWHIDCHAR10ALPHA/SAPSLL/IVM_BWHID
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
GUID_PRProduct GUID im 'RAW' Format /SAPSLL/IVM_GUID_PRODUCTRAW16SYSUUID
GUID_LCLICPrimary 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
CATStock Category: Customs Procedure Total Stock /SAPSLL/IVMS_STOCK_CATCHAR2/SAPSLL/IVMCS_STOCK_CAT
SDATEDue Date /SAPSLL/IVM_DUE_DATEDATS8DATUM
QUANStock Quantity /SAPSLL/IVM_QUANTITYQUAN31(14) /LIME/QUANTITY
UNITStock Unit of Measure /SAPSLL/IVM_UNITUNIT3T006CUNITMEINS

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/IVMCST02

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