SI_FKKRACT SAP (Returns Activities) Structure details

Dictionary Type: Structure
Description: Returns Activities




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




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

SI_FKKRACT 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 "Returns Activities" 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_SI_FKKRACT TYPE SI_FKKRACT.

The SI_FKKRACT table consists of various fields, each holding specific information or linking keys about Returns Activities data available in SAP. These include BONIT (Creditworthiness), TOGRU (Tolerance group for contract account), XGEBV (Pass On Bank Charges), XGEBS (Calculate Graduated Charges).. 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 SI_FKKRACT 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
RLANZNumber Of Returns That Occurred in The Observation Period RLANZ_KKNUMC2RLANZ_KK
BONITCreditworthiness BONIT_KKNUMC4BONIT_KK
TOGRUTolerance group for contract account TOGRU_KKCHAR4Assigned to domainTOGRU_KK
XGEBVPass On Bank Charges XGEBV_KKCHAR1XFELD
XGEBSCalculate Graduated Charges XGEBS_KKCHAR1XFELD
XEZSPField is obsolete XEZSP_KKCHAR1XFELD
XEZSBField is obsolete XEZSB_KKCHAR1XFELD
XBVBLDelete bank details XBVBL_KKCHAR1XFELD
STUNTDeferral days STUNT_KKNUMC3STUNT_KK
STUDTDeferral to STUDT_KKDATS8DATUM
MSPOPDunning Lock Reason for Line Item MSPOP_KKCHAR1Assigned to domainMANSP_KK
MSPOP_DAYSItem dunning lock: days MSPOP_DAYS_KKINT410INT4
PSPOPPayment lock reason for item PSPOP_KKCHAR1Assigned to domainSPZAH_KK
PSPOP_DAYSPayment lock for incoming payments: Duration in days PSPOP_DAYS_KKINT410INT4
MSPKODunning lock reason for contract account MSPKO_KKCHAR1Assigned to domainMANSP_KK
MSPKO_DAYSContract acct dunn. lock: days MSPKO_DAYS_KKINT410INT4
EZSKOReason for Lock on Incoming Payment for Contract Account EZSKO_KKCHAR1Assigned to domainSPZAH_KK
EZSKO_DAYSContract account incoming payment lock: Duration in days EZSKO_DAYS_KKINT410INT4
AZSKOReason for Outgoing Payment Lock for Contract Account AZSKO_KKCHAR1Assigned to domainSPZAH_KK
AZSKO_DAYSContract account outgoing payments lock: Duration in days AZSKO_DAYS_KKINT410INT4
EZAWEIncoming Payment Method EZAWE_KKCHAR1CHAR1
GEBSTPost Charges Statistically GEBST_KKCHAR1XFELD
XDELEZAWEDelete payment method with account instead of changing XDELEZAWE_KKCHAR1XDELEZAWE_KK
XDELAZAWEReturns Activity: Delete Outgoing Payment Method in Account XDELAZAWE_KKCHAR1XFELD
MACHGActivate Event for Changing Master Data MACHG_KKCHAR1XFELD
BSNTEInform Specialist BSNTE_KKCHAR1XFELD
BCORRActivate Event for Creating Correspondence BCORR_KKCHAR1XFELD
EZVTGIncoming Payment Lock in Contract EZVTG_KKCHAR1Assigned to domainSPZAH_KK
EZVTG_DAYSIncoming Payment Lock in Contract: Duration in Days EZVTG_DAYS_KKINT410
AZVTGOutgoing Payment Lock Reason for Contract AZVTG_KKCHAR1Assigned to domainSPZAH_KK
AZVTG_DAYSOutgoing Payment Lock Contract: Duration in Days AZVTG_DAYS_KKINT410
MSVTGDunning Lock Reason for Contract MSVTG_KKCHAR1Assigned to domainMANSP_KK
MSVTG_DAYSDunning Lock in Contract: Duration in Days MSVTG_DAYS_KKINT410
XDELPZAWEDelete Payment Method in Item XDELPZAWE_KKCHAR1XDELPZAWE_KK
XCORPZAWEChange Pymt Meth. in Item XCORPZAWE_KKCHAR1XCORPZAWE_KK
VERSNVersion Number VERSN_KKCHAR3CHAR3

Key field Non-key field



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

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

How to access SAP table SI_FKKRACT

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