FKKEPOSSUM_EURO SAP (Account Balance: Summary Fields (EURO)) Structure details

Dictionary Type: Structure
Description: Account Balance: Summary Fields (EURO)




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




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

FKKEPOSSUM_EURO 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 "Account Balance: Summary Fields (EURO)" 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_FKKEPOSSUM_EURO TYPE FKKEPOSSUM_EURO.

The FKKEPOSSUM_EURO table consists of various fields, each holding specific information or linking keys about Account Balance: Summary Fields (EURO) data available in SAP. These include BETRW_EURO (Amount in Transaction Currency with +/- Sign), OBETH_EURO (Amount still open in local currency (with +/- sign)), OBETW_EURO (Amount still open in transaction currency (with +/- sign)), GBETH_EURO (Total amount in local currency).. 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: Cannot Be Enhanced


SAP FKKEPOSSUM_EURO 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
BETRH_EUROAmount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
BETRW_EUROAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
OBETH_EUROAmount still open in local currency (with +/- sign) OBETH_KKCURR13(2) WRTV7
OBETW_EUROAmount still open in transaction currency (with +/- sign) OBETW_KKCURR13(2) WRTV7
GBETH_EUROTotal amount in local currency GBETH_KKCURR13(2) WRTV7
GBETW_EUROTotal amount in transaction currency GBETW_KKCURR13(2) WRTV7
CBETH_EUROCleared amount in local currency CBETH_KKCURR13(2) WRTV7
CBETW_EUROCleared amount in transaction currency CBETW_KKCURR13(2) WRTV7
DBETH_EUROAmount due in local currency DBETH_KKCURR13(2) WRTV7
DBETW_EUROAmount due in transaction currency DBETW_KKCURR13(2) WRTV7
SBTRH_EURODebit Amount in Local Currency SBTRH_KKCURR13(2) WERT7
HBTRH_EUROCredit Amount in Local Currency HBTRH_KKCURR13(2) WERT7
SBTRW_EURODebit amount in transaction currency SBTRW_KKCURR13(2) WERT7
HBTRW_EUROCredit amount in transaction currency HBTRW_KKCURR13(2) WERT7

Key field Non-key field



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

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

How to access SAP table FKKEPOSSUM_EURO

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