MDS_PPOS_ORDER_DYN SAP (Screen Structure for Object Selection in Mass Sync.) Structure details

Dictionary Type: Structure
Description: Screen Structure for Object Selection in Mass Sync.




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




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

MDS_PPOS_ORDER_DYN 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 "Screen Structure for Object Selection in Mass Sync." 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_DYN TYPE MDS_PPOS_ORDER_DYN.

The MDS_PPOS_ORDER_DYN table consists of various fields, each holding specific information or linking keys about Screen Structure for Object Selection in Mass Sync. data available in SAP. These include STATUS_DIALOG (PPO Order: Status), BUSINESS_PROCESS (PPO Order: Business Process), BPROC_DESC (PPO Order: Business Process Description), MAIN_MESSAGE (Application Log: Formatted message text).. 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_DYN 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
MAIN_OBJKEYPPO Order: Main Object Key MDST_PPO_MAIN_OBJKEYCHAR70SWO_TYPEID
STATUS_DIALOGPPO Order: Status MDST_PPO_STATUS_DIALOGCHAR4
BUSINESS_PROCESSPPO Order: Business Process MDST_PPO_BUSINESS_PROCESSCHAR10CHAR10
BPROC_DESCPPO Order: Business Process Description MDST_PPO_BUSINESS_PROC_DESCCHAR40TXT40
MAIN_MESSAGEApplication Log: Formatted message text BALTMSGCHAR255BALTMSG
TEXTPPO Order: Note MDST_PPO_TEXTCHAR50TEXT50
PROCESSORPPO Order: Current Agent MDST_PPO_PROCESSORCHAR12USNAM
POSTDATEPPO Order: Processing Date MDST_PPO_POSTDATEDATS8DATUM
CREATIONDATEPPO Order: Creation Date MDST_PPO_CREATIONDATEDATS8DATUM
PRIORITYPPO Order: Priority MDST_PPO_PRIORITYNUMC1MDS_PPO_PRIORITY
WORKLISTPPO Order: Worklist MDST_PPO_WORKLISTCHAR4MDS_PPO_WORKLIST_ID
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

Key field Non-key field



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

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

How to access SAP table MDS_PPOS_ORDER_DYN

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