MPE_RTG_FAV_FOLD
Templates folders
MPE_RTG_FAV_FOLD is an SAP database table in S/4HANA. Templates folders. It contains 10 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ShopFloorRtgTemplateFolder | view_entity | from | BASIC | Shop Floor Routing Template Folder |
Fields (10)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | id | MPE_RTG_FOLDER_UUID | Folder UUID | |||
| parent_id | MPE_RTG_FOLDER_UUID | Folder UUID | ||||
| type | MPE_TEMPLATE_FOLDER_TYPE | Template Folder Type | ||||
| owner | MPE_OWNER | Owner | ||||
| name | MPE_TEMPLATE_FOLDER_NAME | Folder Name | ||||
| templ_cntr | MPE_RTGF_TMPL_CNTR_ALL | Templates Counter | ||||
| ref_templ_cntr | MPE_RTGF_TMPL_CNTR_REF | Ref. Templ. Counter | ||||
| change_at | MPE_CHANGE_AT_TIMESTAMP | Changed At | ||||
| change_by | MPE_CHANGE_BY | Changed By |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Templates folders
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MPE_RTG_FAV_FOLD (
MANDT, -- Client [MANDT]
ID, -- Folder UUID [MPE_RTG_FOLDER_UUID]
PARENT_ID, -- Folder UUID [MPE_RTG_FOLDER_UUID]
TYPE, -- Template Folder Type [MPE_TEMPLATE_FOLDER_TYPE]
OWNER, -- Owner [MPE_OWNER]
NAME, -- Folder Name [MPE_TEMPLATE_FOLDER_NAME]
TEMPL_CNTR, -- Templates Counter [MPE_RTGF_TMPL_CNTR_ALL]
REF_TEMPL_CNTR, -- Ref. Templ. Counter [MPE_RTGF_TMPL_CNTR_REF]
CHANGE_AT, -- Changed At [MPE_CHANGE_AT_TIMESTAMP]
CHANGE_BY, -- Changed By [MPE_CHANGE_BY]
PRIMARY KEY (MANDT, ID)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA