MMPURUI_CFDOC SAP (cFolders ID for Purchasing Documents) Table details

Dictionary Type: Table
Description: cFolders ID for Purchasing Documents




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




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

MMPURUI_CFDOC is a standard SAP Table which is used to store cFolders ID for Purchasing Documents data and is available within R/3 SAP systems depending on the version and release level.

The MMPURUI_CFDOC table consists of various fields, each holding specific information or linking keys about cFolders ID for Purchasing Documents data available in SAP. These include SOURCESYSTEM (Name of SAP System), SOURCECLIENT (Client), PURDOC (Purchasing Document Number), ITEM (Item Number of Purchasing Document).. 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: Cannot Be Enhanced


SAP MMPURUI_CFDOC 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
SOURCESYSTEMName of SAP System SYSYSIDCHAR8SYCHAR08
SOURCECLIENTClient MANDTCLNT3Assigned to domainMANDT
PURDOCPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
CF_COLLAB_IDUUID in character form SYSUUID_CCHAR32SYSUUID_C
CF_ROOT_IDUUID in character form SYSUUID_CCHAR32SYSUUID_C
CF_ITEM_IDUUID in character form SYSUUID_CCHAR32SYSUUID_C
CREATION_DATEDate on Which Record Was Created ERDATDATS8DATUM
CREATORName of Person who Created the Object ERNAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM MMPURUI_CFDOC
INTO CORRESPONDING FIELDS OF WA_MMPURUI_CFDOC
WHERE...

How to access SAP table MMPURUI_CFDOC

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