BAPIDFKKZK SAP (Payment Lot: Header Data) Structure details

Dictionary Type: Structure
Description: Payment Lot: Header Data




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




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

BAPIDFKKZK 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 Lot: Header Data" 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_BAPIDFKKZK TYPE BAPIDFKKZK.

The BAPIDFKKZK table consists of various fields, each holding specific information or linking keys about Payment Lot: Header Data data available in SAP. These include SEARCH_TERM (Search term for payment lot), DOC_SOURCE_KEY (Document Origin Key), FIKEY (Reconciliation Key for General Ledger), BANK_CL_ACCOUNT (Bank clearing account).. 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 BAPIDFKKZK 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
PAYMENT_LOTPayment Lot KEYZ1_KKCHAR12KEYZ1_KK
SEARCH_TERMSearch term for payment lot KEYZ2_KKCHAR40KEYZ2_KK
DOC_SOURCE_KEYDocument Origin Key HERKF_KKCHAR2Assigned to domainHERKF_KK
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12Assigned to domainFIKEY_KKFKFI1
BANK_CL_ACCOUNTBank clearing account BVRKO_KKCHAR10Assigned to domainALPHASAKNR
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
DOC_TYPEDocument Type BLART_KKCHAR2Assigned to domainBLART_KK
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
EXCH_RATEExchange rate KURSFDEC9(5) EXCRTKURSF
POST_DATEPosting Date in the Document BUDAT_KKDATS8DATUM
DOC_DATEDocument Date in Document BLDATDATS8DATUM
VALUE_DATEValue date VALUTDATS8DATUM
LINE_ITEMCreate Line Item in General Ledger XEIPH_KKCHAR1XFELD
CLEAR_REASClearing Reason AUGRD_KKCHAR2Assigned to domainAUGRD_KK
SELECTION_CAT1Default Value for Selection Category SELTV_KKCHAR1Assigned to domainSELTX_KK
SELECTION_CAT2Default Value for Selection Category SELTV_KKCHAR1Assigned to domainSELTX_KK
SELECTION_CAT3Default Value for Selection Category SELTV_KKCHAR1Assigned to domainSELTX_KK
ADDITIONAL_INFOAdditional information INFOF_KKCHAR50CHAR50
EXT_PAY_OFFICECode for External Payment Collector and Message Category CVSCD_KKCHAR3Assigned to domainCVSCD_KK
PAYMENT_ORDER_LOTLot for Payment Orders XZAUS_KKCHAR1XFELD
CHECK_LOTCheck Lot XSCHS_KKCHAR1XFELD
CHECK_DEPOSIT_ACCOUNTClearing Account for Posting Check Deposits VKOCH_KKCHAR10Assigned to domainALPHASAKNR
NO_CHECK_DEPOSITDo Not Create Posting for Check Deposit XNSEB_KKCHAR1XFELD
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY

Key field Non-key field



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

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

How to access SAP table BAPIDFKKZK

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