/SAPSLL/IVMSSF SAP (Frozen Individual Stock Item for Customs Warehouse) Table details

Dictionary Type: Table
Description: Frozen Individual Stock Item for Customs Warehouse




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




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

/SAPSLL/IVMSSF is a standard SAP Table which is used to store Frozen Individual Stock Item for Customs Warehouse data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/IVMSSF table consists of various fields, each holding specific information or linking keys about Frozen Individual Stock Item for Customs Warehouse data available in SAP. These include MANDT (Client), GUID_IVMSSF (Primary Key as GUID in 'RAW' Format), ECPID (Customs Warehouse ID), /SAPSLL/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/IVMSSF 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
GUID_IVMSSFPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
ECPIDCustoms Warehouse ID /SAPSLL/IVM_BWHIDCHAR10ALPHA/SAPSLL/IVM_BWHID
/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
/SAPSLL/GUID_ITMItem GUID in 'RAW' Format /SAPSLL/IVM_GUID_DOC_ITEMRAW16SYSUUID
/SAPSLL/FIFODate of Release for FIFO /SAPSLL/IVM_FIFO_DATEDATS8DATUM
QUANStock Quantity /SAPSLL/IVM_QUANTITYQUAN31(14) /LIME/QUANTITY
UNITStock Unit of Measure /SAPSLL/IVM_UNITUNIT3T006CUNITMEINS
TIMESTAMP_LIMEUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TZNTSTMPLDEC21(7) TZNTSTMPL

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/IVMSSF

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