PSMASTDATA2 SAP (Master Data for Projects/WBS Elements in Report-Writer) Structure details

Dictionary Type: Structure
Description: Master Data for Projects/WBS Elements in Report-Writer




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




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

PSMASTDATA2 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 Data for Projects/WBS Elements in Report-Writer" 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_PSMASTDATA2 TYPE PSMASTDATA2.

The PSMASTDATA2 table consists of various fields, each holding specific information or linking keys about Master Data for Projects/WBS Elements in Report-Writer data available in SAP. These include SEL_PSPMIN (Selection: From project definition), SEL_PSPFLG (Selection: Quantity in project definition), SEL_POSMAX (Selection: To WBS element), SEL_POSMIN (Selection: From WBS element).. 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: Not classified


SAP PSMASTDATA2 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
SEL_PSPMAXSelection: To project definition SEL_PSPMAXCHAR24PROJNPS_PSPIDPD
SEL_PSPMINSelection: From project definition SEL_PSPMINCHAR24PROJNPS_PSPIDPD
SEL_PSPFLGSelection: Quantity in project definition SEL_PSPFLGCHAR1CHAR1_X
SEL_POSMAXSelection: To WBS element SEL_POSMAXCHAR24PROJNPS_POSIDPR
SEL_POSMINSelection: From WBS element SEL_POSMINCHAR24PROJNPS_POSIDPR
SEL_POSFLGSelection: Quantity in WBS element SEL_POSFLGCHAR1CHAR1_X
SEL_NW_MAXSelection: To network SEL_NW_MAXCHAR12Assigned to domainALPHAAUFNR
SEL_NW_MINSelection: From network SEL_NW_MINCHAR12Assigned to domainALPHAAUFNR
SEL_NW_FLGSelection: Quantiy in network SEL_NW_FLGCHAR1CHAR1_X
SEL_VARIANTEVariant Name RALDB_VARICHAR14RALDB_VARI
SEL_PROFIDProfile for logical database PSJ PS_PROF_DBCHAR12Assigned to domainPS_PROF_DBPDB
SEL_DB_VIEWStructure view of Project Info System database PS_DB_VIEWCHAR12Assigned to domainPS_DB_VIEW

Key field Non-key field



How do I retrieve data from SAP structure PSMASTDATA2 using ABAP code?

As PSMASTDATA2 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 PSMASTDATA2 as there is no data to select.

How to access SAP table PSMASTDATA2

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