PM0D1 SAP (SAPMH5A0 Screen Fields) Structure details

Dictionary Type: Structure
Description: SAPMH5A0 Screen Fields




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




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

PM0D1 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 "SAPMH5A0 Screen Fields" 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_PM0D1 TYPE PM0D1.

The PM0D1 table consists of various fields, each holding specific information or linking keys about SAPMH5A0 Screen Fields data available in SAP. These include AKTION (Editing Type), HISTO (Historical Record Flag), GREDT1 (Delimitation date), REFOB (Reference Object).. 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 PM0D1 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
SEARKSearch Term SEARKCHAR12CHAR12
AKTIONEditing Type AKTIONCHAR25CHAR25
HISTOHistorical Record Flag HISTOCHAR1CHAR1
GREDT1Delimitation date GREDT1DATS8DATUM
REFOBReference Object REFOBNUMC8NUM08
REFSHAbbreviation for Reference Object REFSHCHAR12TEXT12
REFTXObject Name for Reference Object REFTXCHAR40TEXT40
RELCOCopy Relationships Also RELCOCHAR1CHAR1
T4000Header for Screen 4000 T4000CHAR1TEXT1
OTYPEObject Type OTYPECHAR2T778OOTYPEPOT
PLVARPlan Version PLVARCHAR2T778PPLVARPOP
OPAGECurrent Page for Object Types OPAGENUMC1NUM01
OTOTTotal Number of Pages for Object Types OTOTNUMC1NUM01
PPAGECurrent Page for Plan Versions PPAGENUMC1NUM01
PTOTTotal Number of Pages for Plan Versions PTOTNUMC1NUM01
INFTTHeader for Infotypes - Screen 5000 INFTTCHAR1TEXT1
PPSTATHeader for Screen 4000 PPSTATCHAR1TEXT1
PPSTAT1Header for Status 'Active' PPSTAT1CHAR6TEXT6
PPSTAT2Header for Status 'Planned' PPSTAT2CHAR9TEXT9
PPSTAT3Header for Status 'Submitted' PPSTAT3CHAR9TEXT9
PPSTAT4Header for Status 'Approved' PPSTAT4CHAR9TEXT9
PPSTAT5Header for Status 'Rejected' PPSTAT5CHAR9TEXT9
PPSELSelection Field for Infotypes PPSEL_DCHAR1KREUZ
INFOTYPInfotype INFOTYPCHAR4T778TINFOTYPHRBAS00INFTY
PPACTIVActive Status PPACTIVCHAR1KREUZ
PPPLANNStatus Planned PPPLANNCHAR1KREUZ
PPSUBMStatus Submitted PPSUBMCHAR1KREUZ
PPAPROVStatus Approved PPAPROVCHAR1KREUZ
PPREJECStatus Rejected PPREJECCHAR1KREUZ
PNUMCurrent Page for Screen 5000 PNUMNUMC1NUM01
TOTALTotal Number of Pages for Screen 5000 TOTALNUMC1NUM01
T5020Header for Screen 5020 T5020CHAR1TEXT1
PFK12Function Key 12 PFK12CHAR1TEXT1
ENDEText for F12 Screen 5020 ENDECHAR1TEXT1
PFK13Function Key 13 PFK13CHAR1TEXT1
SETSTText for F13 Screen 5020 SETST_DCHAR1TEXT1
VONof PH_VONCHAR1CHAR1
FROMSource Object PH_QUELLECHAR1CHAR1
TOTarget Object PH_SENKECHAR1CHAR1
DPATTData Sample DPATTCHAR40CHAR40
TIMR1Time Period Indicator: Today STIMR1CHAR1CHAR1_X
TIMR2Time Period Indicator: Current Month STIMR2CHAR1CHAR1_X
TIMR3Time Period Indicator: Current Year STIMR3CHAR1CHAR1_X
TIMR4Time Period Indicator: To Current Date STIMR4CHAR1CHAR1_X
TIMR5Time Period Indicator: From Current Date STIMR5CHAR1CHAR1_X
TIMR6Time Period Indicator: Other Period STIMR6CHAR1CHAR1_X
TIMR7Time Period Indicator: Last Week STIMR7CHAR1CHAR1_X
TIMR8Time Period Indicator: Last Month STIMR8CHAR1CHAR1_X
TIMRBTime Period Indicator: Current Week STIMRBCHAR1CHAR1_X
TIMRDTime Period Indicator: All STIMRDCHAR1CHAR1_X

Key field Non-key field



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

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

How to access SAP table PM0D1

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