MDS_PPOS_ORDER_HDR SAP (PPO Order: Header Data) Structure details

Dictionary Type: Structure
Description: PPO Order: Header Data




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




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

MDS_PPOS_ORDER_HDR 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 "PPO Order: Header Data" 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_MDS_PPOS_ORDER_HDR TYPE MDS_PPOS_ORDER_HDR.

The MDS_PPOS_ORDER_HDR table consists of various fields, each holding specific information or linking keys about PPO Order: Header Data data available in SAP. These include STATUS (PPO Order: Status), TEXT (PPO Order: Note), PROCESSOR (PPO Order: Current Agent), WORKLIST (PPO Order: Worklist).. 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: Cannot Be Enhanced


SAP MDS_PPOS_ORDER_HDR 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
ORDER_IDPPO Order: Order ID MDST_PPO_ORDER_IDRAW16UFGUID
STATUSPPO Order: Status MDST_PPO_STATUSCHAR1MDS_PPO_STATUS
TEXTPPO Order: Note MDST_PPO_TEXTCHAR50TEXT50
PROCESSORPPO Order: Current Agent MDST_PPO_PROCESSORCHAR12USNAM
WORKLISTPPO Order: Worklist MDST_PPO_WORKLISTCHAR4MDS_PPO_WORKLIST_ID
MAIN_OBJCATPPO Order: Main Object Category MDST_PPO_MAIN_OBJCATNUMC1MDS_PPO_OBJCAT
MAIN_OBJTYPEPPO Order: Main Object Type MDST_PPO_MAIN_OBJTYPECHAR10Assigned to domainOJ_NAME
MAIN_OBJKEYPPO Order: Main Object Key MDST_PPO_MAIN_OBJKEYCHAR70SWO_TYPEID
MAIN_OBJLOGSYSPPO Order: Logical System MDST_PPO_MAIN_OBJLOGSYSCHAR10Assigned to domainALPHALOGSYS
BASIC_OBJCATPPO Order: Base Object Category MDST_PPO_BASIC_OBJCATNUMC1MDS_PPO_OBJCAT
BASIC_OBJTYPEPPO Order: Base Object Type MDST_PPO_BASIC_OBJTYPECHAR10Assigned to domainOJ_NAME
BASIC_OBJKEYPPO Order: Base Object Key MDST_PPO_BASIC_OBJKEYCHAR70SWO_TYPEID
BASIC_OBJLOGSYSPPO Order: Logical System MDST_PPO_BASIC_OBJLOGSYSCHAR10Assigned to domainALPHALOGSYS
BUSINESS_PROCESSPPO Order: Business Process MDST_PPO_BUSINESS_PROCESSCHAR10CHAR10
BUSINESS_PROCESS_IDPPO Order: Business Process ID MDST_PPO_BUSINESS_PROCESS_IDCHAR100CHAR100
POSTDATEPPO Order: Processing Date MDST_PPO_POSTDATEDATS8DATUM
CREATIONDATEPPO Order: Creation Date MDST_PPO_CREATIONDATEDATS8DATUM
USER_CREATEPPO Order: Created by MDST_PPO_USER_CREATECHAR12USNAM
TIMESTAMP_CREATEPPO Order: Time Stamp (Create) MDST_PPO_TIMESTAMP_CREATEDEC21(7) TSTLCMDS_PPO_TIMESTAMP
USER_CHANGEPPO Order: Changed by MDST_PPO_USER_CHANGECHAR12USNAM
TIMESTAMP_CHANGEPPO Order: Time Stamp (Change) MDST_PPO_TIMESTAMP_CHANGEDEC21(7) TSTLCMDS_PPO_TIMESTAMP
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
HASH_1PPO Order: Hash Value 1 MDST_PPO_HASH_1RAW16UFGUID
HASH_2PPO Order: Hash Value 2 MDST_PPO_HASH_2RAW16UFGUID

Key field Non-key field



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

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

How to access SAP table MDS_PPOS_ORDER_HDR

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