FKKL1_TIME SAP (Account Balance: Period Control for Selection) Structure details

Dictionary Type: Structure
Description: Account Balance: Period Control for Selection




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




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

FKKL1_TIME 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: Period Control for Selection" 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_FKKL1_TIME TYPE FKKL1_TIME.

The FKKL1_TIME table consists of various fields, each holding specific information or linking keys about Account Balance: Period Control for Selection data available in SAP. These include OPALLN (Account Balance: Select All Open Items Due in N Days), OPTOL (Number of Days for Selection of Open Items), RPALL (Account Balance: Select All Open Installment Plan Items), RPALLN (Account Bal.: All Open Installment Plan Items Due in N Days).. 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 FKKL1_TIME 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
OPALLAccount Balance: Select All Open Items OPALL_KKCHAR1XFELD
OPALLNAccount Balance: Select All Open Items Due in N Days OPALLN_KKCHAR1XFELD
OPTOLNumber of Days for Selection of Open Items OPTOL_KKNUMC3NUM03
RPALLAccount Balance: Select All Open Installment Plan Items RPALL_KKCHAR1XFELD
RPALLNAccount Bal.: All Open Installment Plan Items Due in N Days RPALLN_KKCHAR1XFELD
RPTOLNumber of Days for Selection of Open Installment Plan Items RPTOL_KKNUMC3NUM03
APALLAccount Balance: Select All Open Budget Billing Items APALL_KKCHAR1XFELD
APALLNOnly Due or (Partially) Paid Budget Billing APALLN_KKCHAR1XFELD
APTOLNumber of Days for Selection of Open Budget Billing Items APTOL_KKNUMC3NUM03
CLALLAccount Balance: Select All Cleared Items CLALL_KKCHAR1XFELD
CLALLNSelect Items Cleared in Last N Days CLALLN_KKCHAR1XFELD
CLTOLNumber of Days for Selection of Cleared Items CLTOL_KKNUMC3NUM03

Key field Non-key field



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

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

How to access SAP table FKKL1_TIME

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