VMP_PLNSCP_HDR SAP (Document and BOM Links) Table details

Dictionary Type: Table
Description: Document and BOM Links




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




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

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

The VMP_PLNSCP_HDR table consists of various fields, each holding specific information or linking keys about Document and BOM Links data available in SAP. These include DOCUMENTID (Planning Scope Document ID), PLAN_SCOPE_ALT (Planning Scope Alternative), DESCRIPTION (Planning Scope Description), LOG_SYS (Logical Destination (Specified in Function Call)).. 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_HDR 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_IDCHAR33CHAR33
PLAN_SCOPE_ALTPlanning Scope Alternative VMP_PLNSCP_ALTCHAR2ALPHAALTNR
DESCRIPTIONPlanning Scope Description VMP_PLNSCP_DESCHAR40TEXT40
LOG_SYSLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CHECKOUT_USERCheck-Out User for Planning Scope VMP_CHECKOUT_USERCHAR12USNAM
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGE_NUMBERChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
IS_PART_FILEIdentifier Part File VMP_PART_FILECHAR1BOOLE
SRC_MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
MBOM_USAGEBOM Usage STLANCHAR1Assigned to domainSTLANCSV

Key field Non-key field



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

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

SELECT SINGLE *
FROM VMP_PLNSCP_HDR
INTO CORRESPONDING FIELDS OF WA_VMP_PLNSCP_HDR
WHERE...

How to access SAP table VMP_PLNSCP_HDR

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