FKKEXC_CLPROP SAP (Payment Uses for External Payments) Structure details

Dictionary Type: Structure
Description: Payment Uses for External Payments




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




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

FKKEXC_CLPROP 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 "Payment Uses for External Payments" 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_FKKEXC_CLPROP TYPE FKKEXC_CLPROP.

The FKKEXC_CLPROP table consists of various fields, each holding specific information or linking keys about Payment Uses for External Payments data available in SAP. These include CL_GPART (Business Partners Relevant for Document Selection), CL_VKONT (Contract Account Relevant for Document Selection), CL_VTREF (Contract Reference Relevant for Document Selection), CL_XBLNR (Reference document number).. 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: Can be enhanced (character-type or numeric)


SAP FKKEXC_CLPROP 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
CL_OPBELDocument Number Relevant for Document Selection OPBEL_SEL_EX_KKCHAR12Assigned to domainALPHAOPBEL_KK
CL_GPARTBusiness Partners Relevant for Document Selection GPART_SEL_EX_KKCHAR10Assigned to domainALPHABU_PARTNER
CL_VKONTContract Account Relevant for Document Selection VKONT_SEL_EX_KKCHAR12Assigned to domainALPHAVKONT_KK
CL_VTREFContract Reference Relevant for Document Selection VTREF_SEL_EX_KKCHAR20ALPHAVTREF_KK
CL_XBLNRReference document number XBLNR_KKCHAR16ALPHAXBLNR_KK
CL_OPORDClassification Key OPORD_KKCHAR35CHAR35
CL_NRZASPayment Form Number NRZAS_KKCHAR12ALPHANRZAS_KK
CL_RFZASExternal key payment form RFZAS_KKCHAR30RFZAS_KK
CL_FAEDNDue date for net payment FAEDN_KKDATS8DATUM
CL_AUGBWClearing Amount in Transaction Currency (With +/- Sign) AUGBW_KKCURR13(2) WRTV7
CL_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table FKKEXC_CLPROP

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