VMP_PLNSCP_MBOM SAP (Document Mbom links) Table details

Dictionary Type: Table
Description: Document Mbom links




ABAP Code to SELECT data from VMP_PLNSCP_MBOM
Related tables to VMP_PLNSCP_MBOM
Access table VMP_PLNSCP_MBOM




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

VMP_PLNSCP_MBOM is a standard SAP Table which is used to store Document Mbom links data and is available within R/3 SAP systems depending on the version and release level.

The VMP_PLNSCP_MBOM table consists of various fields, each holding specific information or linking keys about Document Mbom links data available in SAP. These include DOCUMENTID (Planning Scope Document ID), PLAN_SCOPE_ALT (Planning Scope Alternative), PLNSCP_ITEM_CNT (Internal counter), MBOM_GUID (Global identification of a BOM header change status).. 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 VMP_PLNSCP_MBOM 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
DOCUMENTIDPlanning Scope Document ID VMP_PLNSCP_DOC_IDCHAR33VMP_PLNSCP_HDRCHAR33
PLAN_SCOPE_ALTPlanning Scope Alternative VMP_PLNSCP_ALTCHAR2VMP_PLNSCP_HDRALPHAALTNR
PLNSCP_ITEM_CNTInternal counter CIM_COUNTNUMC8CIM_COUNT
MBOM_GUIDGlobal identification of a BOM header change status CS_GUIDBRAW16SYSUUID
MBOM_MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MBOM_USAGEBOM Usage STLANCHAR1Assigned to domainSTLANCSV
MBOM_ALTERNATIVEAlternative BOM STALTCHAR2ALPHAALTNR

Key field Non-key field



How do I retrieve data from SAP table VMP_PLNSCP_MBOM using ABAP code

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

SELECT SINGLE *
FROM VMP_PLNSCP_MBOM
INTO CORRESPONDING FIELDS OF WA_VMP_PLNSCP_MBOM
WHERE...

How to access SAP table VMP_PLNSCP_MBOM

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