RFKH7 SAP (Short Account Assignments for Transfer Postings) Structure details

Dictionary Type: Structure
Description: Short Account Assignments for Transfer Postings




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




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

RFKH7 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 "Short Account Assignments for Transfer Postings" 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_RFKH7 TYPE RFKH7.

The RFKH7 table consists of various fields, each holding specific information or linking keys about Short Account Assignments for Transfer Postings data available in SAP. These include KUKON (Short Account Assignment for Transfer Postings), BETRW (Amount in Transaction Currency with +/- Sign), WAERS (Currency Key), BUKRS (Company Code).. 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 RFKH7 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
XMARKItem selected XMARK_KKCHAR1XMARK_KK
KUKONShort Account Assignment for Transfer Postings KUKON_KKCHAR4TFK020KKUKON_KK
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
WAERSCurrency Key WAERS_KKCUKY5Assigned to domainWAERSFWS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
TXTRZText For Payment on Account, Repayment, or Transfer Posting TXTRZ_KKCHAR50TEXT50
HZUONAssignment Number in G/L Document HZUON_KKCHAR18ZUONR
HKONTGeneral ledger account HKONT_KKCHAR10Assigned to domainALPHASAKNRSAKO
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
SEGMENTSegment for Segmental Reporting SEGMT_KKCHAR10Assigned to domainALPHAFB_SEGMENT
BUPLABusiness Place BUPLACHAR4J_1BBRANCHJ_1BBRANCH
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
MWSKZTax Code MWSKZ_CSH_KKCHAR2T007AMWSKZ
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
XEIPHCreate Line Item in General Ledger XEIPH_KKCHAR1XFELD
KONTTAccount Assignment Category KONTT_KKCHAR2Assigned to domainKONTT_KK
KONTLAcct assnmnt string for industry-specific account assngments KONTL_KKCHAR50CHAR50
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
XAKTPIndicator: Items activated ? XAKTPCHAR1XFELD
XGLOVGeneral Ledger Account Can Be Overwritten XGLOV_KKCHAR1XFELD
COKEYCO Account Assignment Key COKEY_KK2CHAR10Assigned to domainCOKEY_KK2
PAYTPCategory of Payment/Payment Lot PAYTP_KKCHAR2PAYTP_KK
TXJCDTax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table RFKH7

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