/SAPSRM/S_PDO_MDF_DO_APPPRV SAP (Meta Data Configuration Fields for DO Approval Preview) Structure details

Dictionary Type: Structure
Description: Meta Data Configuration Fields for DO Approval Preview




ABAP Code to SELECT data from /SAPSRM/S_PDO_MDF_DO_APPPRV
Related tables to /SAPSRM/S_PDO_MDF_DO_APPPRV
Access table /SAPSRM/S_PDO_MDF_DO_APPPRV




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

/SAPSRM/S_PDO_MDF_DO_APPPRV 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 "Meta Data Configuration Fields for DO Approval Preview" 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_/SAPSRM/S_PDO_MDF_DO_APPPRV TYPE /SAPSRM/S_PDO_MDF_DO_APPPRV.

The /SAPSRM/S_PDO_MDF_DO_APPPRV table consists of various fields, each holding specific information or linking keys about Meta Data Configuration Fields for DO Approval Preview data available in SAP. These include ITEM_GUID (Purchasing Document Item GUID), LEVEL_GUID (Process Level Identifier), LEVEL_SEQNR (Process Level Sequence Number), APPROVAL_STATUS (Language-Dependent Presentation of Item Approval Status).. 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 /SAPSRM/S_PDO_MDF_DO_APPPRV 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
ITEM_GUIDPurchasing Document Item GUID /SAPSRM/PDO_DOC_ITEM_GUIDRAW16SYSUUID
LEVEL_GUIDProcess Level Identifier /SAPSRM/PDO_WF_LEVEL_GUIDRAW16SYSUUID
LEVEL_SEQNRProcess Level Sequence Number /SAPSRM/PDO_WF_LEVEL_SEQNRNUMC3NUM03
APPROVAL_STATUSLanguage-Dependent Presentation of Item Approval Status /SAPSRM/PDO_APPR_STATUS_TEXTSTRG0
PROCESSORS 0
WI_CREATED_ATUTC Timestamp of Work Item Creation /SAPSRM/PDO_WI_TMSTMP_CREATEDDEC15TZNTSTMPS
WI_STARTED_ATUTC Timestamp of Work Item Start /SAPSRM/PDO_WI_TMSTMP_STARTEDDEC15TZNTSTMPS
WI_ENDED_ATUTC Timestamp of Work Item Processing /SAPSRM/PDO_WI_TMSTMP_ENDEDDEC15TZNTSTMPS
PROCESS_TYPELanguage-Dependent Presentation of the Process Type /SAPSRM/PDO_PROCESS_TYPESTRG0
APPROVAL_TASK_DESCRApproval Task Description /SAPSRM/PDO_WF_TASK_DESCRCHAR40TEXT40
INSERT_BEFOREBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
INSERT_AFTERBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
PROCESSOR_NAMES_CONCConcatenated Processor Names /SAPSRM/PROCESSOR_NAMES_CONCSTRG0
GENERATED_GUIDGenerated GUID (Versioned ID for an Approval Level) /SAPSRM/PDO_GENERATED_GUIDRAW16SYSUUID
LEVEL_ORIGINProcess Level Origin: Forecast, Preview, or History /SAPSRM/PDO_LEVEL_ORIGINCHAR1/SAPSRM/PDO_LEVEL_ORIGIN
OLD_WF_TEXTApplication-Controlled Workflow Info Cannot be Displayed /SAPSRM/OLD_WF_TEXTCHAR132CHAR132
MULTI_DS_FLAGMultiple Decision Sets Indicator /SAPSRM/PDO_MULTI_DS_FLAGCHAR1XFELD
MULTIDS_KEYVariant Key for UI (Web Dynpro) Handling /SAPSRM/PDO_MULTI_DS_KEYCHAR10CHAR10
ADHOC_FLAGBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_PDO_MDF_DO_APPPRV using ABAP code?

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

How to access SAP table /SAPSRM/S_PDO_MDF_DO_APPPRV

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