/OPT/VPROD_OUT_DOCLIST_ST SAP (Productivity report: Document list output structure) Structure details

Dictionary Type: Structure
Description: Productivity report: Document list output structure




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




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

/OPT/VPROD_OUT_DOCLIST_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: Document list output 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_OUT_DOCLIST_ST TYPE /OPT/VPROD_OUT_DOCLIST_ST.

The /OPT/VPROD_OUT_DOCLIST_ST table consists of various fields, each holding specific information or linking keys about Productivity report: Document list output structure data available in SAP. These include DOCID (Document Ledger Number), BUKRS (Company Code), BUTXT (Name of Company Code or Company), PO_BASED (Indicator if invoice is PO based or not).. 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_OUT_DOCLIST_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
DOCIDDocument Ledger Number /OPT/DOCIDNUMC12Assigned to domain/OPT/DOCID/OPT/DOCID/OPT/DOCID
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
PO_BASEDIndicator if invoice is PO based or not /OPT/VPO_BASED_IND_DECHAR1XFELD
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
NAME1Name 1 NAME1_GPCHAR35NAME
NAME2Name 2 NAME2_GPCHAR35NAME
GROSS_AMOUNTGross invoice amount in document currency RMWWRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PROCTIMEProcessing time (in seconds) /OPT/VPROC_TIME_DEDEC10
PROCTIME_STRProcessing time (string format) /OPT/VPROC_TIME_STR_DECHAR17SWI_CHAR17
WAITTIMEWait time (in seconds) /OPT/VWAIT_TIME_DEDEC10
WAITTIME_STRWait time (string format) /OPT/VWAIT_TIME_STR_DECHAR17SWI_CHAR17
TOUCHES_NONumber of touches /OPT/VNO_TOUCHES_DEDEC7
REFERRALS_NONumber of referrals /OPT/VNO_REFERRALS_DEDEC5
ARCHIV_IDContent Repository Identification SAEARCHIVICHAR2Assigned to domainSADC2_AR
ARC_DOC_IDSAP ArchiveLink: Document ID SAEARDOIDCHAR40SADC40

Key field Non-key field



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

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

How to access SAP table /OPT/VPROD_OUT_DOCLIST_ST

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