BFKKRP SAP (Payment Data (Return Lot Transfer)) Structure details

Dictionary Type: Structure
Description: Payment Data (Return Lot Transfer)




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




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

BFKKRP 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 Data (Return Lot Transfer)" 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_BFKKRP TYPE BFKKRP.

The BFKKRP table consists of various fields, each holding specific information or linking keys about Payment Data (Return Lot Transfer) data available in SAP. These include TBNAM (Table Name), SELT1 (Selection Category), SELW1 (Field value to be selected), BETRR (Return amount).. 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)


SAP BFKKRP 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
STYPERecord Type for Returns Lot Transfer STYPERL_KKCHAR1STYPE_R_KK
TBNAMTable Name TABNAMECHAR30DD02LAS4TABDTB
SELT1Selection Category SELTX_KKCHAR1TFK004SELTX_KK
SELW1Field value to be selected SELOP_KKCHAR20CHAR20
BETRRReturn amount BETRR_B_KKCHAR16CHAR16
BETRHAmount In Local Currency With +/- Sign (Batch Input) BETRH_B_KKCHAR16CHAR16
BTRB1Charge amount from bank 1 BTRB1_B_KKCHAR16CHAR16
BTRB2Charge amount from bank 2 BTRB2_B_KKCHAR16CHAR16
BTRV1Returns Charge 1 BTRV1_B_KKCHAR16CHAR16
BTRV2Return charge 2 BTRV2_B_KKCHAR16CHAR16
STBB1Tax Amount: Bank Charge 1 STBB1_B_KKCHAR16CHAR16
STBB2Tax amount: Bank charge 2 STBB2_B_KKCHAR16CHAR16
STBV1Tax amount: Return charges 1 STBV1_B_KKCHAR16CHAR16
STBV2Tax amount: Return charges 2 STBV2_B_KKCHAR16CHAR16
SKZB1Tax Code: Bank Charge 1 SKZB1_KKCHAR2T007AMWSKZ
SKZB2Tax Code from Bank 2 SKZB2_KKCHAR2T007AMWSKZ
SKZV1Tax Code: Returns Charge 1 SKZV1_KKCHAR2T007AMWSKZ
SKZV2Tax Code for Return Fees 2 SKZV2_KKCHAR2T007AMWSKZ
RLSKOBank clearing account for returns RLSKO_KKCHAR10SKA1ALPHASAKNR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
BLARTDocument Type BLART_KKCHAR2TFK003BLART_KK
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
KURSFExchange Rate (Batch Input) KURSF_B_KKCHAR10CHAR10
BUDATPosting Date in Document (Batch Input) BUDAT_B_KKCHAR8CHAR8
BLDATDocument date (batch input) BLDAT_B_KKCHAR8CHAR8
VALUTValue date (batch input) VALUT_B_KKCHAR8CHAR8
XEIPHCreate Line Item in General Ledger XEIPH_KKCHAR1XFELD
RLGRDReturn reason RLGRD_KKCHAR3TFK045ARLGRD_KK
RLHBKHouse bank's return reason RLHBK_KKCHAR6RLHBK_KK
TXTVWNote to Payee in Payment TXTVW_KKCHAR80CHAR80
BANKLBanking Country of Business Partner GPBANKSCHAR3CHAR3
BANKKBusiness Partner Bank Number GPBANKKCHAR15CHAR15
BANKNAccount Number of Business Partner GPBANKNCHAR18CHAR18
IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
CHECFNumber of a returned check CHECF_KKCHAR16CHECF_KK
XACCEPTCHARGESReturns: Accepting Charges over Tolerance Limit XACCEPTCHARGES_KKCHAR1XFELD
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
RLMODReturns Posting Type RLMOD_KKCHAR1RLMOD_KK
XERWREnhanced Returns Processing XERWR_KKCHAR1XFELD
PRCTRProfit Center PRCTR_RL_KKCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
SWIFTSWIFT/BIC for International Payments SWIFTCHAR11SWIFT

Key field Non-key field



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

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

How to access SAP table BFKKRP

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