RFKB4CHG SAP (Fields for Mass Change in Account Maintenance) Structure details

Dictionary Type: Structure
Description: Fields for Mass Change in Account Maintenance




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




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

RFKB4CHG 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 "Fields for Mass Change in Account Maintenance" 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_RFKB4CHG TYPE RFKB4CHG.

The RFKB4CHG table consists of various fields, each holding specific information or linking keys about Fields for Mass Change in Account Maintenance data available in SAP. These include FAEDS (Due Date for Cash Discount), STUDT (Deferral to), EMGPA (Alternative Business Partner for Payments), EMBVT (Bank Details ID of Payee).. 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 RFKB4CHG 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
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
FAEDSDue Date for Cash Discount FAEDS_KKDATS8DATUM
STUDTDeferral to STUDT_KKDATS8DATUM
EMGPAAlternative Business Partner for Payments EMGPA_KKCHAR10Assigned to domainALPHABU_PARTNERBUPA
EMBVTBank Details ID of Payee EMBVT_KKCHAR4CHAR4
EMCRDAlternative Payment Card ID in Document EMCRD_KKCHAR6CHAR6
EMADRAddress Number of Payee EMADR_KKCHAR10Assigned to domainALPHAAD_ADDRNUMADR
OPTXTItem text OPTXT_KKCHAR50TEXT50
XMANLExclude Item from Dunning Run XMANL_KKCHAR1XFELD
MAHNVDunning Procedure MAHNV_KKCHAR2Assigned to domainMAHNV_KKFKK_MAHNV
IKEYInterest Key IKEY_KKCHAR2TFK056AIKEY_KK
PYMETPayment Method PYMET_KKCHAR1TFK042ZPYMET_KK
PYGRPGrouping field for automatic payments PYGRP_KKCHAR10CHAR10
SKTPZCash discount rate SKTPZ_KKDEC5(3) PRZ23
PROIDProcess Code (Example: Dunning, Payment) PROID_KKCHAR2Assigned to domainPROID_KK
LOTYPLock Object Category LOTYP_KKCHAR2Assigned to domainLOTYP_KK
LOCKRLock Reason LOCKR_KKCHAR1LOCKR_KK
FDATELock valid from FDATE_KKDATS8DATUM
TDATELock valid to TDATE_KKDATS8DATUM
XCDUEChange Due Dates and Cash Discount XCDUE_KKCHAR1XFELD
XCNETChange Due Date for Net Payment XCNET_KKCHAR1XFELD
FAED2Due date for net payment FAEDN_KKDATS8DATUM
XMGPAChange Partner for Payment XMGPA_KKCHAR1XFELD
XMBVTChange Bank Details ID XMBVT_KKCHAR1XFELD
XMCRDChange Credit Card ID XMCRD_KKCHAR1XFELD
XMADRChange Address ID XMADR_KKCHAR1XFELD
ADDSCBP: Address Description BU_ADDSCCHAR60TEXT60
ADFIXUse fixed address BU_ADFIXCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RFKB4CHG

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