IBKKCVA_LIST SAP (Transfer Structure for IVA Valuations and External Statement) Structure details

Dictionary Type: Structure
Description: Transfer Structure for IVA Valuations and External Statement




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




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

IBKKCVA_LIST 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 "Transfer Structure for IVA Valuations and External Statement" 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_IBKKCVA_LIST TYPE IBKKCVA_LIST.

The IBKKCVA_LIST table consists of various fields, each holding specific information or linking keys about Transfer Structure for IVA Valuations and External Statement data available in SAP. These include ACNUM_EXT (Account number for current account), ACNUM_INT (Internal Account Number for Current Account), CURR (Currency for Amount Individ. Value Adjustment), A_AMOUNT (Account balance).. 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: Not classified


SAP IBKKCVA_LIST 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
BKKRSBank Area BKK_BKKRSCHAR4Assigned to domainBKK_BKKRSBNS
ACNUM_EXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
ACNUM_INTInternal Account Number for Current Account BKK_ACCNTCHAR10Assigned to domainALPHABKK_ACCNTACI
CURRCurrency for Amount Individ. Value Adjustment BKK_VA_CURCUKY5Assigned to domainWAERS
A_AMOUNTAccount balance BKK_PBALCURR23(2) BKK_TOAMT
A_AMOUNT_DATRAAcct Bal. Key Date BKK_GL_VA_AMOUNT_DATRACURR23(2) BKK_TOAMT
VA_FIXFixed Amount of an Individ. Value Adjustment BKK_VA_FIXCURR17(2) BKK_ITAMT
VA_PROCPercentage Amount of an Individual Value Adjustment BKK_VA_PROCDEC5(2) BKK_PROZENT052
VA_POSTEDIndividual Value Adjustment Amount Posted on GL BKK_VA_POSTEDCURR23(2) BKK_TOAMT
VA_TO_POSTAmount for Individual Value Adjustment for Posting BKK_VA_TO_POSTCURR17(2) BKK_ITAMT
VA_POSTED_DIFFDifference Amount for IVA Currently Posted on GL BKK_VA_POSTED_DIFFCURR17(2) BKK_ITAMT
VA_GLACTGL Clearing Account Transfer BCA->FI BKK_GLACLCHAR10Assigned to domainALPHASAKNR
VA_GLACT_TEXTDescription General Ledger Account BKK_T_GLACCTCHAR50CHAR50
VA_CGLACTOffsetting Account General Ledger Transfer BCA ->FI BKK_CGLACCCHAR10Assigned to domainALPHASAKNR
VA_CGLACT_TEXTDescription General Ledger Account BKK_T_GLACCTCHAR50CHAR50
ICONIcon Displaying that Indiv. Value Adjustment > Receivable BKK_GL_VA_ICONCHAR4CHAR4
CRUSRUser who created the object BKK_CRUSRCHAR12USNAM
CRDATDate on which the object was created BKK_CRDATDATS8DATUM
CRTIMTime at which the object was created BKK_CRTIMTIMS6UZEIT
CHUSRLast user to change object BKK_CHUSRCHAR12USNAM
CHDATDate on which the object was last changed BKK_CHDATDATS8DATUM
CHTIMTime at Which Object was Last Changed BKK_CHTIMTIMS6UZEIT
RLUSRUser who released object BKK_RLUSRCHAR12USNAM
RLDATDate on which object was released BKK_RLDATDATS8DATUM
RLTIMTime at Which Object Was Released BKK_RLTIMTIMS6UZEIT

Key field Non-key field



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

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

How to access SAP table IBKKCVA_LIST

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