/OPT/VPROD_AGGR_GEN_ST SAP (Productivity report: General part of aggregate structure) Structure details

Dictionary Type: Structure
Description: Productivity report: General part of aggregate structure




ABAP Code to SELECT data from /OPT/VPROD_AGGR_GEN_ST
Related tables to /OPT/VPROD_AGGR_GEN_ST
Access table /OPT/VPROD_AGGR_GEN_ST




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

/OPT/VPROD_AGGR_GEN_ST 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 "Productivity report: General part of aggregate structure" 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_/OPT/VPROD_AGGR_GEN_ST TYPE /OPT/VPROD_AGGR_GEN_ST.

The /OPT/VPROD_AGGR_GEN_ST table consists of various fields, each holding specific information or linking keys about Productivity report: General part of aggregate structure data available in SAP. These include AGENT (Agent ID), ROLE (Role ID), DOCS_PROCESSED (Total number of documents processed), ITEMS_RESERVED (Number of reserved items).. 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 /OPT/VPROD_AGGR_GEN_ST 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
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
AGENTAgent ID /OPT/VAGENT_ID_DECHAR35
ROLERole ID /OPT/VROLE_ID_DENUMC4NUMC4
DOCS_PROCESSEDTotal number of documents processed /OPT/VDOCS_PROC_NO_DEDEC10
ITEMS_RESERVEDNumber of reserved items /OPT/VITEMS_RESERVED_NO_DEDEC4
ITEMS_PROCESSEDNumber of items in process /OPT/VITEMS_IN_PROC_NO_DEDEC4
TOTALTIMETotal time spent (in seconds) /OPT/VTOTALTIME_OUT_DEDEC10
PROCTIME_AVGAverage time per doc (in seconds) /OPT/VPROCTIME_AVG_DOC_OUT_DEDEC10
WAITTIME_AVGAverage wait time per doc (in seconds) /OPT/VWAITTIME_AVG_DOC_OUT_DEDEC10
TOUCHES_NO_AVGAverage number of touches per doc (output format) /OPT/VTOUCHES_AVG_DOC_OUT_DEDEC5(2)
REFERRALS_NO_AVGAverage number of referrals per doc (output format) /OPT/VREFERRAL_AVG_DOC_OUT_DEDEC5(2)
PRV_DOCS_PROCESSEDPrevious period: Total number of documents processed /OPT/VPRV_DOCS_PROC_NO_DEDEC6
PRV_TOTALTIMEPrevious period: Total time spent (in seconds) /OPT/VPRV_TOTALTIME_OUT_DEDEC10
PRV_PROCTIME_AVGPrevious period: Average time per doc (in seconds) /OPT/VPRV_PROCT_AVG_DOC_OUT_DEDEC10
PRV_WAITTIME_AVGPrevious period: Average wait time per doc (in seconds) /OPT/VPRV_WAITT_AVG_DOC_OUT_DEDEC10
PRV_TOUCHES_NO_AVGPrevious period: Average number of touches per doc (out) /OPT/VPRV_TOUCH_AVG_DOC_OUT_DEDEC5(2)
PRV_REFERRALS_NO_AVGPrevious period: Average number of referrals per doc (out) /OPT/VPRV_REFER_AVG_DOC_OUT_DEDEC5(2)

Key field Non-key field



How do I retrieve data from SAP structure /OPT/VPROD_AGGR_GEN_ST using ABAP code?

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

How to access SAP table /OPT/VPROD_AGGR_GEN_ST

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