CIF_TMRPDS SAP (MRP DS: Customizing to Activate MRP based DS) Table details

Dictionary Type: Table
Description: MRP DS: Customizing to Activate MRP based DS




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




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

CIF_TMRPDS is a standard SAP Table which is used to store MRP DS: Customizing to Activate MRP based DS data and is available within R/3 SAP systems depending on the version and release level.

The CIF_TMRPDS table consists of various fields, each holding specific information or linking keys about MRP DS: Customizing to Activate MRP based DS data available in SAP. These include WERKS (Plant), LOGSYS (Logical system), MRPDS_ACTIVE (MRP DS: Activate MRP-based DS), CAPREQ_TRANSFER (MRP DS: Transfer Planned Orders with Operations).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CIF_TMRPDS 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
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LOGSYSLogical system LOGSYSCHAR10CIFOPMODEALPHALOGSYS
MRPDS_ACTIVEMRP DS: Activate MRP-based DS MRPDS_ACTIVECHAR1FLAG
CAPREQ_TRANSFERMRP DS: Transfer Planned Orders with Operations MRPDS_CAPREQCHAR1FLAG
ALTSEQ_TRANSFERMRP DS: Transfer Alternative Sequences as Modes MRPDS_ALTSEQCHAR1FLAG
DIRECPROC_TRANSMRP DS: Transfer Direct Procurement Orders MRPDS_PROCURECHAR1FLAG
NO_PURCHASEREQMRP DS: No Purchase Requisition Creation from APO MRPDS_PURCHASECHAR1FLAG
COLLECTIVE_ORDERMRP DS: Transfer Collective Order Network MRPDS_COLLORDCHAR1FLAG
NO_PLANFILEMRP DS: No Planning File Entries for Changes from APO MRPDS_NOFILECHAR1NO_PLAN_FILE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CIF_TMRPDS
INTO CORRESPONDING FIELDS OF WA_CIF_TMRPDS
WHERE...

How to access SAP table CIF_TMRPDS

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