FKKEXC_INP SAP (Dialog Fields for Transaction FKKEXC_MONI) Structure details

Dictionary Type: Structure
Description: Dialog Fields for Transaction FKKEXC_MONI




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




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

FKKEXC_INP 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 "Dialog Fields for Transaction FKKEXC_MONI" 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_INP TYPE FKKEXC_INP.

The FKKEXC_INP table consists of various fields, each holding specific information or linking keys about Dialog Fields for Transaction FKKEXC_MONI data available in SAP. These include PAYID_LOW (ID of External Payment), DATE_LOW (Day On Which Accounting Document Was Entered), DATE_HIGH (Day On Which Accounting Document Was Entered), SUCC_CNT (Successful Items for External Payments).. 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 FKKEXC_INP 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
PAYID_HIGHID of External Payment PAYID_KKCHAR35PAYID_KK
PAYID_LOWID of External Payment PAYID_KKCHAR35PAYID_KK
DATE_LOWDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
DATE_HIGHDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
SUCC_CNTSuccessful Items for External Payments SUCC_CNT_KKNUMC10NUM10
SUCC_DISPDisplay Successful Messages for External Payments SUCC_DISP_KKCHAR1XFELD
FAIL_CNTItems with Errors FAIL_CNT_KKNUMC10NUM10
FAIL_DISPDisplay Messages with Errors FAIL_DISP_KKCHAR1XFELD
CASHCash Payment CASH_EXC_KKCHAR1XFELD
CHEQCheck Payment CHEQ_EXC_KKCHAR1XFELD
CARDCard Payment CARD_EXC_KKCHAR1XFELD
PORDExternal Payment as Postal Order PORD_EXC_KKCHAR1XFELD
MPROC_CNTNumber of Manual Postings MPROC_CNT_KKNUMC5NUMC5
MPROC_DISPManual Postings MPROC_DISP_KKCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table FKKEXC_INP

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