WVAPDO SAP (Archiving pricing documents: Parameter documentation) Structure details

Dictionary Type: Structure
Description: Archiving pricing documents: Parameter documentation




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




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

WVAPDO 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 "Archiving pricing documents: Parameter documentation" 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_WVAPDO TYPE WVAPDO.

The WVAPDO table consists of various fields, each holding specific information or linking keys about Archiving pricing documents: Parameter documentation data available in SAP. These include WVALT (Archiving pricing documents: ID: deletion program test run), WVAPR (Archiving pricing documents: Indicator for generating log), WVKBL (Archiving pricing documents: Log with/without list of docs), WVSTP (ID: Archive reversed items (ignore archiving key date)).. 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 WVAPDO 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
WVARTArchiving pricing documents: Test run indicator WVARTCHAR1XFELD
WVALTArchiving pricing documents: ID: deletion program test run WVALTCHAR1XFELD
WVAPRArchiving pricing documents: Indicator for generating log WVAPRCHAR1XFELD
WVKBLArchiving pricing documents: Log with/without list of docs WVKBLCHAR1XFELD
WVSTPID: Archive reversed items (ignore archiving key date) WVSTPCHAR1XFELD
WVSTWArchiving pricing documents: ID for key date selection WVSTWCHAR1XFELD
WVARZArchiving pricing documents: Past period WVARZCHAR4CHAR4
WVASTArchiving pricing documents: Archiving key date WVASTDATS8DATUM
WVLPRArchiving pricing documents: ID for deletion program log WVLPRCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table WVAPDO

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