VBKA_LISTE SAP (Reporting: VBKA) Structure details

Dictionary Type: Structure
Description: Reporting: VBKA




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




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

VBKA_LISTE 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 "Reporting: VBKA" 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_VBKA_LISTE TYPE VBKA_LISTE.

The VBKA_LISTE table consists of various fields, each holding specific information or linking keys about Reporting: VBKA data available in SAP. These include ERDAT (Date on Which Record Was Created), ERZET (Entry time), ERNAM (Name of Person who Created the Object), AEDAT (Changed On).. 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 VBKA_LISTE 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
VBELNSD document no. of a sales activity in sales support CAS_VBELNCHAR10Assigned to domainALPHAVBELNVCA
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AEZETTime last change was made AEZETTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
KTAARSales Activity Type for Sales Support KTAARCHAR4Assigned to domainKTAARVKCH_KTAAR
VBTYPSD document category VBTYPCHAR1VBTYP
TRVOGTransaction group TRVOGCHAR1TRVOGVTV
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
VKBURSales Office VKBURCHAR4Assigned to domainVKBURVKB
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
KTABGStart of sales activity (date) KTABGDATS8KTABG
KTAENEnd of sales activity (date) KTAENDATS8KTAEN
KTABTStart of sales activity KTABTTIMS6KTABT
KTAETEnd of sales activity (time) KTAETTIMS6KTAET
KTAGRReason for sales activity KTAGRCHAR3Assigned to domainKTAGR
KTASTStatus of sales activity KTASTCHAR1Assigned to domainKTAST
KTAEROutcome of sales activities KTAERCHAR3Assigned to domainKTAER
KTAEBAnalysis of sales activity outcome KTAEBCHAR3Assigned to domainKTAEB
KTAFKType of follow-up activity KTAFKCHAR4Assigned to domainKTAAR
KTADADate of follow-up sales activity KTADADATS8KTADA
KTARADescription of where sales activity took place KTARACHAR20KTARA
VGBELDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
KTEXTShort text for a sales activity KTEXT_CASCHAR40TEXT40
SUBMICollective Number SUBMICHAR10CHAR10
VBKLAOriginal system with release and transaction control VBKLACHAR9CHAR9
VBKLTSD document indicator VBKLTCHAR1VBKLT
KTA01Sales activity description 01 KTA01CHAR2Assigned to domainKTA01
KTA02Sales activity description 02 KTA02CHAR2Assigned to domainKTA02
KTA03Sales activity description 03 KTA03CHAR2Assigned to domainKTA03
KTA04Sales activity description 04 KTA04CHAR2Assigned to domainKTA04
KTA05Sales activity description 05 KTA05CHAR2Assigned to domainKTA05
KTA06Sales activity description 06 KTA06CHAR3Assigned to domainKTA06
KTA07Sales activity description 07 KTA07CHAR3Assigned to domainKTA07
KTA08Sales activity description 08 KTA08CHAR3Assigned to domainKTA08
KTA09Sales activity description 09 KTA09CHAR3Assigned to domainKTA09
KTA10Sales activity description 10 KTA10CHAR3Assigned to domainKTA10
KUNNRPartner number (KUNNR, LIFNR, or PERNR) KUNDE_DCHAR10ALPHAKUNDE
GBSTKOverall processing status of document GBSTKCHAR1STATV
PARVWPartner Function PARVWCHAR2Assigned to domainPARVWPARVWPAR
ADRNR_VBKAAddress ADRNRCHAR10Assigned to domainALPHAADRNR
ZPERSPerson responsible DZPERSNUMC8PERNR
NAME_ZPERSName of employee responsible NAME_ZPERSCHAR30TEXT30
PARNRNumber of contact person PARNRNUMC10PARNRVPA

Key field Non-key field



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

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

How to access SAP table VBKA_LISTE

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