/ISDFPS/STOCK_MV SAP (Background Relocation Stocks to Be Transferred) Table details

Dictionary Type: Table
Description: Background Relocation Stocks to Be Transferred




ABAP Code to SELECT data from /ISDFPS/STOCK_MV
Related tables to /ISDFPS/STOCK_MV
Access table /ISDFPS/STOCK_MV




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

/ISDFPS/STOCK_MV is a standard SAP Table which is used to store Background Relocation Stocks to Be Transferred data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/STOCK_MV table consists of various fields, each holding specific information or linking keys about Background Relocation Stocks to Be Transferred data available in SAP. These include FORCE_OBJID (Object ID), PLANT (Plant), STORAGE_LOC (Storage Location), MATNR (Material Number).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /ISDFPS/STOCK_MV 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
FORCE_OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
PLANTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
STORAGE_LOCStorage Location LGORT_DCHAR4T001LLGORTLAG
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
BATCHBatch Number CHARG_DCHAR10MCH1CHARGCHA
SERNRSerial Number GERNRCHAR18GERNRGERNRSER
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
QBLOCKBlocked Stock SPEMEQUAN13(3) MENG13V
QQUALStock in Quality Inspection INSMEQUAN13(3) MENG13V
QTRANSStock in transfer (from one storage location to another) UMLMDQUAN13(3) MENG13V
DOC_MEINSUnit of Measure /ISDFPS/DOC_MEINSUNIT3T006CUNITMEINS

Key field Non-key field



How do I retrieve data from SAP table /ISDFPS/STOCK_MV using ABAP code

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

SELECT SINGLE *
FROM /ISDFPS/STOCK_MV
INTO CORRESPONDING FIELDS OF WA_/ISDFPS/STOCK_MV
WHERE...

How to access SAP table /ISDFPS/STOCK_MV

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