FKKEPOS_CHC SAP (Account Balance: Chronology (Character Format)) Structure details

Dictionary Type: Structure
Description: Account Balance: Chronology (Character Format)




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




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

FKKEPOS_CHC 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: Chronology (Character Format)" 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_CHC TYPE FKKEPOS_CHC.

The FKKEPOS_CHC table consists of various fields, each holding specific information or linking keys about Account Balance: Chronology (Character Format) data available in SAP. These include OPBEL (Number of Contract Accts Rec. & Payable Doc.), HERKF (Document Origin Key), ERNAM (Created by), CPUDT (Date of entry (CPU date)).. 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_CHC 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
NUM02ABAB Dictionary: Two-Digit Numeric Field NUM02NUMC2NUM02
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
HERKFDocument Origin Key HERKF_KKCHAR2Assigned to domainHERKF_KK
ERNAMCreated by ERNAM_KKCHAR12USNAM
CPUDTDate of entry (CPU date) CPUDT_KKDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
HTEXTText: document origin HTEXT_KKCHAR40TEXT40
X1212Item Also Simulated Via Time 1212 X1212_KKCHAR1XFELD
WAERSCurrency Key WAERS_KKCUKY5Assigned to domainWAERSFWS
BETRWAmount In Transaction Currency With +/- Sign (Character) BETRW_KK_CCHAR13CHAR13
BETRWSAmount In Transaction Currency With +/- Sign (Debit) BETRW_KKS_CCHAR13CHAR13
BETRWHAmount In Transaction Currency With +/- Sign (Credit Memo) BETRW_KKH_CCHAR13CHAR13
CBETWCleared Amount In Transaction Currency CBETW_KK_CCHAR13CHAR13
OBETWAmount Still Open In Transaction Currency (With +/- Sign) OBETW_KK_CCHAR13CHAR13
OBETWSStill Open Amount In Transaction Currency (Debit) OBETW_KKS_CCHAR13CHAR13
OBETWHStill Open Amount In Transaction Currency (Credit Memo) OBETW_KKH_CCHAR13CHAR13
XBALAItem For Explanation Of Opening Balance XBALA_KKCHAR1XFELD
LBTRWCurrent Total In Transaction Currency LBTRW_KK_CCHAR15CHAR15
LBTRW_FCurrent Total In Transaction Currency LBTRW_KK_CCHAR15CHAR15
BETRW_ANZDown Payment Amount In Transaction Currency (Character) BETRW_ANZ_CCHAR13CHAR13
TEXT2General Name KTEXTCHAR20TEXT20
TEXT3General Name KTEXTCHAR20TEXT20

Key field Non-key field



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

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

How to access SAP table FKKEPOS_CHC

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