DVIINFO_ALV SAP (Information Container - Structure for ALV) Structure details

Dictionary Type: Structure
Description: Information Container - Structure for ALV




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




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

DVIINFO_ALV 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 "Information Container - Structure for ALV" 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_DVIINFO_ALV TYPE DVIINFO_ALV.

The DVIINFO_ALV table consists of various fields, each holding specific information or linking keys about Information Container - Structure for ALV data available in SAP. These include INFOHKF (Information Origin), INFOTYP (Information Type), INFOPROZESS (Name of Creating Information Type), INFOKEY (Info Key).. 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 or numeric)


SAP DVIINFO_ALV 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
INFOICONIDStatus of Forwarding INFOICON_VICHAR132
INFOHKFInformation Origin INFOHKF_VICHAR2Assigned to domainINFOHKF_VI
INFOTYPInformation Type INFOTYP_VICHAR4DVIINFO_TYPINFOTYP_VI
INFOPROZESSName of Creating Information Type INFOPROCESS_VICHAR20
INFOKEYInfo Key INFOKEY_VICHAR22SYSUUID_22
UNAMEUser Name SYUNAMECHAR12SYCHAR12
CDATESystem Date SYDATUMDATS8SYDATS
CTIMETIME Data Element for SYST SYTIMETIMS6SYTIME
XTRIALInformation Request Is a Test XTRIAL_VICHAR1XFELD
GPARTBusiness Partner Number BU_PARTNER_VICHAR10Assigned to domainALPHABU_PARTNER
VKONTContract Account Number VKONT_VICHAR12Assigned to domainALPHAVKONT_KK
VTREFIdentification for an Insurance Object INSOBJECT_MD_VICHAR20Assigned to domainALPHAINSOBJECT_MD
ENTID1Information Field for Info Data (Generic) ENTID_VICHAR5ENTID_VI
DATA1Information Data Field CDATA_VICHAR32CDATA_VI
ENTID2Information Field for Info Data (Generic) ENTID_VICHAR5ENTID_VI
DATA2Information Data Field CDATA_VICHAR32CDATA_VI
ENTID3Information Field for Info Data (Generic) ENTID_VICHAR5ENTID_VI
DATA3Information Data Field CDATA_VICHAR32CDATA_VI
ENTID4Information Field for Info Data (Generic) ENTID_VICHAR5ENTID_VI
DATA4Information Data Field CDATA_VICHAR32CDATA_VI
XCODT_CLUSTData Container Used XCODT_CLUST_VICHAR1XFELD
LAUFDDate ID for Creation Run CORR_LAUFD_KKDATS8DATUM
LAUFIAdditional ID Characteristic for Creation Run CORR_LAUFI_KKCHAR6CORR_LAUFI_KK
INFO_LAUFDDate ID for Forwarding Run INFO_LAUFD_VIDATS8DATUM
INFO_LAUFIAdditional Identification Characteristic for Forwarding Run INFO_LAUFI_VICHAR6INFO_LAUFI_VI

Key field Non-key field



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

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

How to access SAP table DVIINFO_ALV

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