/CPD/PWS_WS_MP_S_HD_R SAP (Master Project header Result Structure) Structure details

Dictionary Type: Structure
Description: Master Project header Result Structure




ABAP Code to SELECT data from /CPD/PWS_WS_MP_S_HD_R
Related tables to /CPD/PWS_WS_MP_S_HD_R
Access table /CPD/PWS_WS_MP_S_HD_R




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

/CPD/PWS_WS_MP_S_HD_R is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Master Project header Result Structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/CPD/PWS_WS_MP_S_HD_R TYPE /CPD/PWS_WS_MP_S_HD_R.

The /CPD/PWS_WS_MP_S_HD_R table consists of various fields, each holding specific information or linking keys about Master Project header Result Structure data available in SAP. These include MP_ID (Master Project ID), MP_TYPE (Master Poject Type), MP_STAGE (Master Project Stage), START_DATE ().. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP /CPD/PWS_WS_MP_S_HD_R structure 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
MP_IDMaster Project ID /CPD/PWS_MP_IDCHAR40
MP_TYPEMaster Poject Type /CPD/PWS_MP_TYPECHAR4/CPD/PWS_MP_TYPE
MP_STAGEMaster Project Stage /CPD/PWS_MP_STAGECHAR4/CPD/PWS_MP_STAGE
START_DATE 0
END_DATE 0
CUSTOMERCustomer Number /CPD/PWS_MP_CUST_NOCHAR10KNA1ALPHAKUNNR
DESCRIPTIONShort Text /CPD/SHORT_TEXTCHAR40/CPD/SHORT_TEXT
CUSTOMER_NAMECustomer Name /CPD/PWS_WS_CUST_NAMECHAR80/CPD/PWS_WS_NAME1
CREATED_BYSystem Admin. Name /CPD/PWS_SYS_ADMIN_NAMECHAR12
CREATED_ON 0
CHANGED_BYSystem Admin. Name /CPD/PWS_SYS_ADMIN_NAMECHAR12
CHANGED_ON 0

Key field Non-key field



How do I retrieve data from SAP structure /CPD/PWS_WS_MP_S_HD_R using ABAP code?

As /CPD/PWS_WS_MP_S_HD_R is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /CPD/PWS_WS_MP_S_HD_R as there is no data to select.

How to access SAP table /CPD/PWS_WS_MP_S_HD_R

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