MMRP_DATEVECS SAP (Key: Date Vector (Only in the liveCache)) Table details

Dictionary Type: Table
Description: Key: Date Vector (Only in the liveCache)




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




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

MMRP_DATEVECS is a standard SAP Table which is used to store Key: Date Vector (Only in the liveCache) data and is available within R/3 SAP systems depending on the version and release level.

The MMRP_DATEVECS table consists of various fields, each holding specific information or linking keys about Key: Date Vector (Only in the liveCache) data available in SAP. These include DATEVECID (ID for Time Series), SIMID (Name of Planning Version), RESID (Internal APO Number (UID) for Resource), TBID (Time Buckets Profile ID).. 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: Cannot Be Enhanced


SAP MMRP_DATEVECS 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
DATEVECIDID for Time Series MMRP_DATEVECIDCHAR22SYSUUID_22
SIMIDName of Planning Version /SAPAPO/OM_VRSIOIDCHAR22/SAPAPO/OM_VRSIOID
RESIDInternal APO Number (UID) for Resource /SAPAPO/OM_RESIDCHAR22SYSUUID_22
TBIDTime Buckets Profile ID /SAPAPO/OM_TBIDCHAR22/SAPAPO/OM_TBID
TIME_DELTADuration, time difference (in seconds) /SAPAPO/OM_TIME_DIFFINT410/SAPAPO/OM_TIME_DIFF
DIRECTIONForward Scheduling MMRP_DIRECTIONCHAR1XFELD
UDATEChanged on /SAPAPO/OM_UDATDATS8/SAPAPO/OM_SYDATS

Key field Non-key field



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

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

SELECT SINGLE *
FROM MMRP_DATEVECS
INTO CORRESPONDING FIELDS OF WA_MMRP_DATEVECS
WHERE...

How to access SAP table MMRP_DATEVECS

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