FKKCLBT SAP (Amount Fields of Clearing Items) Structure details

Dictionary Type: Structure
Description: Amount Fields of Clearing Items




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




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

FKKCLBT 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 "Amount Fields of Clearing Items" 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_FKKCLBT TYPE FKKCLBT.

The FKKCLBT table consists of various fields, each holding specific information or linking keys about Amount Fields of Clearing Items data available in SAP. These include AUGBH (Clearing amount in local currency with +/- sign), AUGB2 (Clearing Amount in Second Local Currency (With +/- Sign)), AUGB3 (Clearing Amount in Third Local Currency (With +/- Sign)), AUGBO (Clearing Amount in Open Item 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FKKCLBT 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
AUGBWClearing Amount in Transaction Currency (With +/- Sign) AUGBW_KKCURR13(2) WRTV7
AUGBHClearing amount in local currency with +/- sign AUGBH_KKCURR13(2) WRTV7
AUGB2Clearing Amount in Second Local Currency (With +/- Sign) AUGB2_KKCURR13(2) WRTV7
AUGB3Clearing Amount in Third Local Currency (With +/- Sign) AUGB3_KKCURR13(2) WRTV7
AUGBOClearing Amount in Open Item Currency AUGBO_KKCURR13(2) WRTV7
NAUGWNet clearing amount in transaction currency NAUGW_KKCURR13(2) WRTV7
NAUGHNet clearing amount in local currency NAUGH_KKCURR13(2) WRTV7
NAUG2Net clearing amount in second local currency NAUG2_KKCURR13(2) WRTV7
NAUG3Net clearing amount in third local currency NAUG3_KKCURR13(2) WRTV7
NAUGONet clearing amount in currency of the open item NAUGO_KKCURR13(2) WRTV7
SKTOWCash discount amount in transaction currency with +/- sign SKTOW_KKCURR13(2) WRTV7
SKTOHCash discount amount (+/-) in local currency SKTOH_KKCURR13(2) WRTV7
SKTO2Cash discount amount in local currency 2 with +/- sign SKTO2_KKCURR13(2) WRTV7
SKTO3Cash discount amount in local currency 3 with +/- sign SKTO3_KKCURR13(2) WRTV7
SKTOOCash discount amount (+/-) in item currency SKTOO_KKCURR13(2) WRTV7
ASKTWProportional cash discount in transaction currency ASKTW_KKCURR13(2) WRTV7
ASKTHProportional cash discount in local currency ASKTH_KKCURR13(2) WRTV7
ASKT2Proportional cash discount in local currency 2 ASKT2_KKCURR13(2) WRTV7
ASKT3Proportional cash discount in local currency 3 ASKT3_KKCURR13(2) WRTV7
ASKTOProportional cash discount amount in item currency ASKTO_KKCURR13(2) WRTV7
NETTWNet amount in transaction currency with +/- sign NETTW_KKCURR13(2) WRTV7
NETTHNet amount in local currency with +/- signs NETTH_KKCURR13(2) WRTV7
NETT2Net amount in second local currency with +/- sign NETT2_KKCURR13(2) WRTV7
NETT3Net amount in third local currency with +/- sign NETT3_KKCURR13(2) WRTV7
NETTONet amount (+/-) in item currency NETTO_KKCURR13(2) WRTV7
AQSBWProportional Withholding Tax Amount In Transaction Currency AQSBW_KKCURR13(2) WRTV7
AQSBHProportional Withholding Tax Amount In Local Currency AQSBH_KKCURR13(2) WRTV7
AQSB2Proportional Withholding Tax Amount In Local Currency 2 AQSB2_KKCURR13(2) WRTV7
AQSB3Proportional Withholding Tax Amount In Local Currency 3 AQSB3_KKCURR13(2) WRTV7
AQSBOProportional Withholding Tax Amount In Item Currency AQSBO_KKCURR13(2) WRTV7
ORIBTPosting amount of an open item in document currency ORIBT_KKCURR13(2) WRTV7
ORISBTax amount of an open item in document currency ORISB_KKCURR13(2) WRTV7
ORISKCash disc. base of open item in doc currency ORISK_KKCURR13(2) WRTV7
ORIQSWithholding Tax For Open Item In Document Currency ORIQS_KKCURR13(2) WRTV7
ORIVZArrears Surcharge in Document Currency ORIVZ_KKCURR13(2) WRTV7
BETRVTranslated Value Acc. To Average Rate from Exchange Rate Tab BETRV_KKCURR13(2) WRTV7
VZINSSurcharge for Late Payment VZINS_KKCURR13(2) WRTV7
DSPAMDisputed Amount in Transaction Currency with +/- Sign DSPAM_KKCURR13(2) WRTV7

Key field Non-key field



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

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

How to access SAP table FKKCLBT

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