/SAPSRM/S_PDO_APV_TEC SAP (Structure to provide techn. information to an administrator) Structure details

Dictionary Type: Structure
Description: Structure to provide techn. information to an administrator




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




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

/SAPSRM/S_PDO_APV_TEC 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 "Structure to provide techn. information to an administrator" 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_APV_TEC TYPE /SAPSRM/S_PDO_APV_TEC.

The /SAPSRM/S_PDO_APV_TEC table consists of various fields, each holding specific information or linking keys about Structure to provide techn. information to an administrator data available in SAP. These include LEVEL_TYPE (Process Level Type), LEVEL_STATUS (Process Level Status), LEVEL_GUID (SRM Workflow Process Level ID), DOCUMENT_GUID (Document GUID for Approval Process View used in WD).. 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_APV_TEC 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
LEVEL_SEQNRProcess Level Sequence Number /SAPSRM/PDO_APV_LEVEL_SEQNRNUMC3NUM03
LEVEL_TYPEProcess Level Type /SAPSRM/PDO_APV_LEVEL_TYPECHAR1/SAPSRM/WF_PROCESS_LEVEL_TYPE
LEVEL_STATUSProcess Level Status /SAPSRM/PDO_APV_LEVEL_STATUSCHAR10/SAPSRM/WF_PROCESS_LEVEL_STAT
LEVEL_GUIDSRM Workflow Process Level ID /SAPSRM/PDO_APV_LEVEL_GUIDRAW16SYSUUID
DOCUMENT_GUIDDocument GUID for Approval Process View used in WD /SAPSRM/PDO_APV_DOCUMENT_GUIDRAW16/SAPSRM/CLL_DOCUMENT_GUID
ITEM_GUIDSRM Item GUID used in CLL Layer /SAPSRM/PDO_APV_ITEM_GUIDRAW16SYSUUID
DS_GUIDDecision Set GUID used in CLL Layer for APV /SAPSRM/PDO_APV_DS_GUIDRAW16SYSUUID
WI_IDWork Item Identifier /SAPSRM/PDO_APV_WORKITEM_IDNUMC12Assigned to domainSWW_WIID
WI_TYPEWork Item Type /SAPSRM/PDO_APV_WORKITEM_TYPECHAR6/SAPSRM/WF_WORKITEM_TYPE
AGENT_IDIdentification Number of Agent / Reviewer (PD-Org. ID) /SAPSRM/PDO_APV_AGENT_IDCHAR12HROBJID_12
AGENT_OTPD-Org. Object Type of Agent / Reviewer /SAPSRM/PDO_APV_AGENT_OTCHAR2Assigned to domainOTYPE
AGENT_TYPEAgent Type to Indicate Rule-Based or Ad Hoc Agent /SAPSRM/PDO_APV_AGENT_TYPECHAR2/SAPSRM/D_REVIEWER_TYPE
GENERATED_GUIDSRM Workflow Process Level ID /SAPSRM/PDO_APV_GENERATED_GUIDRAW16SYSUUID

Key field Non-key field



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

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

How to access SAP table /SAPSRM/S_PDO_APV_TEC

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