FKKCAPYTP SAP (Contract Accounting - Payment History - ALV Top of Page) Structure details

Dictionary Type: Structure
Description: Contract Accounting - Payment History - ALV Top of Page




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




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

FKKCAPYTP 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 "Contract Accounting - Payment History - ALV Top of Page" 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_FKKCAPYTP TYPE FKKCAPYTP.

The FKKCAPYTP table consists of various fields, each holding specific information or linking keys about Contract Accounting - Payment History - ALV Top of Page data available in SAP. These include JAHR (FI-CA: Payment History Clearing Year), COND (Month - Year), FEL1 (Display payment development), FEL2 (Display payment development).. 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: Not classified


SAP FKKCAPYTP 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
MONTPayment History, Clearing Month MONT_KKCHAR10CHAR10
JAHRFI-CA: Payment History Clearing Year JAHR_KKCHAR10CHAR10
CONDMonth - Year COND_KKCHAR20CHAR20
FEL1Display payment development FELX_KKCHAR50CHAR50
FEL2Display payment development FELX_KKCHAR50CHAR50
FEL3Display payment development FELX_KKCHAR50CHAR50
FEL4Display payment development FELX_KKCHAR50CHAR50
FEL5Display payment development FELX_KKCHAR50CHAR50
TYPEFI-CA Payment Development: Type of Amount TYPE_KKCHAR20CHAR20
01Amount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
02Amount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
03Amount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
04Amount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
05Amount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
06Amount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
07Amount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
08Amount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
09Amount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
10Amount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
11Amount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
12Amount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
COLORLine Color COLOR_KKCHAR3CHAR3
CURRCurrency CURR_KKCHAR5CHAR5

Key field Non-key field



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

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

How to access SAP table FKKCAPYTP

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