ITVCL_SUMMARY SAP (Structure for ITVCL (Summary)) Structure details

Dictionary Type: Structure
Description: Structure for ITVCL (Summary)




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




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

ITVCL_SUMMARY 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 "Structure for ITVCL (Summary)" 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_ITVCL_SUMMARY TYPE ITVCL_SUMMARY.

The ITVCL_SUMMARY table consists of various fields, each holding specific information or linking keys about Structure for ITVCL (Summary) data available in SAP. These include BELNR (Character Field of Length 12), GJAHR (Fiscal Year), BUDAT (Posting Date in the Document), BLDAT (Document Date in Document).. 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 ITVCL_SUMMARY 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRCharacter Field of Length 12 CHAR12CHAR12CHAR12
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
XBLNRReference Document Number XBLNRCHAR16XBLNR
REBZGNumber of the Invoice the Transaction Belongs to REBZGCHAR10ALPHABELNR
REBZJFiscal Year of the Relevant Invoice (for Credit Memo) REBZJNUMC4GJAHRGJAHR
NUMMRCustomer/Vendor Account Number PARTNER_NUMBERCHAR10Assigned to domainALPHAKUNNR
KOARTAccount Type KOARTCHAR1KOART
NAME1Name 1 AD_NAME1CHAR40TEXT40
ORT01City ORT01_GPCHAR35TEXT35
LAND1Country Key LAND1_GPCHAR3Assigned to domainLAND1C_LAND1
STRASHouse number and street STRAS_GPCHAR35TEXT35
STCEGVAT Registration Number STCEGCHAR20STCEG
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
KTOSLTransaction Key KTOSLCHAR3CHAR3
HWBASTax Base Amount in Local Currency HWBASCURR13(2) WERT7
HWSTETax Amount in Local Currency HWSTECURR13(2) WERT7
PMETH 0
TRNTYPTransaction type (Sales/Purchase) IT_TRAN_TYPENUMC1IT_TRAN_TYPE
STKZNSingle-Character Indicator CHAR1CHAR1CHAR1
OP1_CMSingle-Character Indicator CHAR1CHAR1CHAR1
CRE_MEMOSingle-Character Indicator CHAR1CHAR1CHAR1
DBE_MEMOSingle-Character Indicator CHAR1CHAR1CHAR1
CONTRACTChar 20 CHAR20CHAR20CHAR20
OPERATION 0

Key field Non-key field



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

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

How to access SAP table ITVCL_SUMMARY

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