WVMI_ALV_PAH SAP (Output PROACT data with ALV list viewer, header data) Structure details

Dictionary Type: Structure
Description: Output PROACT data with ALV list viewer, header data




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




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

WVMI_ALV_PAH 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 "Output PROACT data with ALV list viewer, header data" 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_WVMI_ALV_PAH TYPE WVMI_ALV_PAH.

The WVMI_ALV_PAH table consists of various fields, each holding specific information or linking keys about Output PROACT data with ALV list viewer, header data data available in SAP. These include LIFNR (Account Number of Vendor or Creditor), LIFNRNAME (Name of vendor), KUNNR (Customer Numbers), KUNNRNAME (Name of customer (sold-to party)).. 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 (character-type)


SAP WVMI_ALV_PAH 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
DOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LIFNRNAMEName of vendor WVMI_LIFNRTCHAR35NAME
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
KUNNRNAMEName of customer (sold-to party) WVMI_KUNNRTCHAR35NAME
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WERKSNAMEPlant description WVMI_WERKTCHAR30CHAR_30
KUNNRWECustomer (ship-to party) WVMI_KUNNRWECHAR10Assigned to domainALPHAKUNNR
KUNNRWENAMEName of customer (ship-to party) WVMI_KUNNRWETCHAR35NAME
CREDATIDoc Created On EDI_CCRDATDATS8DATUM
CRETIMIDoc Created at EDI_CCRTIMTIMS6UZEIT
STATUSIDoc status for display using list viewer WVMI_ALV_IDOC_STATCHAR20CHAR20
EXPAND Control information for ALV0

Key field Non-key field



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

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

How to access SAP table WVMI_ALV_PAH

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