FKKEPOS_TOTALS SAP (Account Balance: Totals) Structure details

Dictionary Type: Structure
Description: Account Balance: Totals




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




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

FKKEPOS_TOTALS 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: Totals" 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_FKKEPOS_TOTALS TYPE FKKEPOS_TOTALS.

The FKKEPOS_TOTALS table consists of various fields, each holding specific information or linking keys about Account Balance: Totals data available in SAP. These include VKONT (Contract Account Number), HWAER (Local Currency Key), OBETH (Amount still open in local currency (with +/- sign)), DBETH (Amount due 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 FKKEPOS_TOTALS 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
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
HWAERLocal Currency Key HWAER_KKCUKY5Assigned to domainWAERS
OBETHAmount still open in local currency (with +/- sign) OBETH_KKCURR13(2) WRTV7
DBETHAmount due in local currency DBETH_KKCURR13(2) WRTV7
OBETH_INVOpen Receivables OBETH_INV_KKCURR13(2) WRTV7
DBETH_INVDue Receivables DBETH_INV_KKCURR13(2) WRTV7
OBETH_BASIOpen Cash Security Deposits OBETH_BASI_KKCURR13(2) WRTV7
DBETH_BASIDue Cash Security Deposits DBETH_BASI_KKCURR13(2) WRTV7
OBETH_RATOpen Installment Plan Items OBETH_RAT_KKCURR13(2) WRTV7
DBETH_RATDue Installment Plan Items DBETH_RAT_KKCURR13(2) WRTV7
OBETH_ABPOpen Budget Billing Plan Items OBETH_ABP_KKCURR13(2) WRTV7
DBETH_ABPDue Budget Billing Plan Items DBETH_ABP_KKCURR13(2) WRTV7
OBETH_GEBOpen Charges OBETH_GEB_KKCURR13(2) WRTV7
DBETH_GEBDue Charges DBETH_GEB_KKCURR13(2) WRTV7
OBETH_QSTOpen Withholding Tax OBETH_QST_KKCURR13(2) WRTV7
DBETH_QSTDue Withholding Tax DBETH_QST_KKCURR13(2) WRTV7
OBETH_ANZOpen Down Payments OBETH_ANZ_KKCURR13(2) WRTV7
OBETH_ANZANFOpen Down Payment Requests OBETH_ANZANF_KKCURR13(2) WRTV7
DBETH_ANZANFDue Down Payment Requests DBETH_ANZANF_KKCURR13(2) WRTV7
OBETH_ANGOpen Quotations OBETH_ANG_KKCURR13(2) WRTV7
OBETH_AUSANFOpen Disbursement Requests OBETH_AUSANF_KKCURR13(2) WRTV7
ACONTOOpen Payments on Account ACONTO_KKCURR13(2) WRTV7
DBETH_ACONTODue Payments on Account DBETH_ACONTO_KKCURR13(2) WRTV7
OBETH_BASIZCash Security Deposit Payments OBETH_BASIZ_KKCURR13(2) WRTV7
OBETH_1211Amount still open in local currency (with +/- sign) OBETH_KKCURR13(2) WRTV7
DBETH_1211Amount due in local currency DBETH_KKCURR13(2) WRTV7
PBETHOpen Payment Orders PBETH_KKCURR13(2) WRTV7
OBETH_ANZVOpen Down Payments (Can Be Cleared) OBETH_ANZV_KKCURR13(2) WRTV7
OBETH_BASIZVCash Security Deposit Payments (Can Be Cleared) OBETH_BASIZV_KKCURR13(2) WRTV7
STAPP_2Items Released by Customer (Biller Direct) STAPP2_KKCURR13(2) WRTV7
STAPP_4Items Notified by Customer (Biller Direct) STAPP4_KKCURR13(2) WRTV7
STAPP_2FItems Released by Customer (FCC) STAPP2F_KKCURR13(2) WRTV7
STAPP_4FItems Notified by Customer (FCC) STAPP4F_KKCURR13(2) WRTV7
STAPP_2WItems Released by Customer (Web Channel) STAPP2W_KKCURR13(2) WRTV7

Key field Non-key field



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

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

How to access SAP table FKKEPOS_TOTALS

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