RFKZ0KL SAP (Options for Clarifying Incoming Payments) Structure details

Dictionary Type: Structure
Description: Options for Clarifying Incoming Payments




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




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

RFKZ0KL 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 "Options for Clarifying Incoming 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_RFKZ0KL TYPE RFKZ0KL.

The RFKZ0KL table consists of various fields, each holding specific information or linking keys about Options for Clarifying Incoming Payments data available in SAP. These include XVORQ (Only Provide Selection Proposal on Call), XANVW (Analyze Usage Text), XANBK (Find Business Partner with Bank Data), XANKL (Evaluate Similar Clarification Cases).. 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 RFKZ0KL 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
XVOSOOffer Selection Proposal Immediately XVOSO_KKCHAR1XFELD
XVORQOnly Provide Selection Proposal on Call XVORQ_KKCHAR1XFELD
XANVWAnalyze Usage Text XANVW_KKCHAR1XFELD
XANBKFind Business Partner with Bank Data XANBK_KKCHAR1XFELD
XANKLEvaluate Similar Clarification Cases XANKL_KKCHAR1XFELD
XZAERDetermine and Display Last Payments Immediately XZAER_KKCHAR1XFELD
XZAIGDetermine and Display Last Payments Only on Call XZAIG_KKCHAR1XFELD
MONZAAnalysis Period for Payments (in Months) MONZA_KKNUMC3NUMC3
XFBERDetermine and Display Due Amount XFBER_KKCHAR1XFELD
XFBIGOnly Determine and Display Amount on Call XFBIG_KKCHAR1XFELD
TAGFADays between Payment Date and Date for Due Date Forecast TAGFA_KKNUMC3NUM03
XBSINNo Restriction for Due Amount and Payments XBSIN_KKCHAR1XFELD
XBSAKRestriction for Due Amount and Payments XBSAK_KKCHAR1XFELD
POLIMMaximum Number of Open Items for Due Date Determination POLIM_KKNUMC6NUM06
MAXKVDo not preselect proposals with more than n items MAXKV_KKCHAR3CHAR3
XNOMSNo Information about Payment Assignment Reset XNOMS_KKCHAR1XFELD
XCDISDisplay Current Clarification Account XCDIS_KKCHAR1XFELD
PCSELHandling of Selections Used After Partial Clarification PCSEL_KKCHAR1PCSEL_KK
XCNTERefer to Clarification Note in List of Clarification Cases XCNTE_KKCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RFKZ0KL

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