RF40KB1 SAP (Transfer Table 1 for Update to FEBxx (SAPMF40K)) Structure details

Dictionary Type: Structure
Description: Transfer Table 1 for Update to FEBxx (SAPMF40K)




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




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

RF40KB1 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 "Transfer Table 1 for Update to FEBxx (SAPMF40K)" 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_RF40KB1 TYPE RF40KB1.

The RF40KB1 table consists of various fields, each holding specific information or linking keys about Transfer Table 1 for Update to FEBxx (SAPMF40K) data available in SAP. These include KFDES (Four-digit number), KWBTR (Amount in account currency), GRPNR (Bundle number for grouping line items), VGEXT (External business transaction).. 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 RF40KB1 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
MODIFGeneral Flag FLAGCHAR1FLAG
KFDESFour-digit number NUM4NUMC4NUM04
KWBTRAmount in account currency KWBTV_EBCURR17(2) WERTV9
GRPNRBundle number for grouping line items GRPNR_EBCHAR2CHAR2
VGEXTExternal business transaction VGEXT_EBCHAR27Assigned to domainVGEXT_EB
VGSAPSAP bank transaction VGSAP_EBCHAR4CHAR4
AVSIDPayment Advice Number AVSIDCHAR16AVSIDAVN
MESMKGeneral Flag FLAGCHAR1FLAG
MESMPGeneral Flag FLAGCHAR1FLAG
MESBRGeneral Flag FLAGCHAR1FLAG
EPERLLine item completed EPERL_EBCHAR1CHAR1
VB1OKUpdate 1 OK VB1OK_EBCHAR1CHAR1
VB2BA2nd update processed VB2BA_EBCHAR1CHAR1
VB2OK2nd update OK VB2OK_EBCHAR1CHAR1
PIPRELine items were interpreted PIPRE_EBCHAR1CHAR1
VGMANTransaction VGMAN_EBCHAR4Assigned to domainVGMAN_EB
VGINTPosting rule VGINT_EBCHAR4Assigned to domainVGINT_EB
INTAGInterpretation algorithm INTAG_EBNUMC3INTAG_EB
KFMODAccount modification KFMOD_EBCHAR10KFMOD_EB
VALUTValue date of the item to be cleared VALUT_EBDATS8DATE_EB
KURSF_KFExchange rate (different from local currency) KURSF_EBDEC9(5) KURSF
BUKRS_KFAlternative company code for the selection of open items BUKRS_EBCHAR4Assigned to domainBUKRS
FWAER_KFForeign currency key (unequal to account currency) FWAER_EBCUKY5TCURCWAERS
FWBTR_KFForeign currency amount (different from account cuurency) FWBTR_EBCURR13(2) WRTV7
KOSTL_KFCost center to which an account is to be assigned KOSTE_EBCHAR10Assigned to domainALPHAKOSTL
GSBER_KFBusiness area to which an account is assigned GSBEI_EBCHAR4Assigned to domainGSBER
PRCTR_KFProfit center to which is to be assigned PRCEN_EBCHAR10Assigned to domainALPHAPRCTR
VERTT_KFContract type to which is to be assigned RANTP_EBCHAR1RANTYP
CHECT_KFReference information sent by bank CHECT_EBCHAR13CHCKN
ZUONR_KFAllocation number to which it should be assigned NZUOR_EBCHAR18ZUONR
SGTXT_KFLine item text to which it should be assigned SGTXT_GBCHAR50TEXT50
KIDNO_KFPayment reference KIDNO_EBCHAR30CHAR30
PYORD_KFPayment order PYORD_EBCHAR10ALPHAPYORD
BVDAT_KFPosting date at the bank BVDAT_EBDATS8DATEXDATE_EB

Key field Non-key field



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

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

How to access SAP table RF40KB1

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