DFKKBIX_RERATE SAP (Reversal Request for Billable Items) Table details

Dictionary Type: Table
Description: Reversal Request for Billable Items




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




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

DFKKBIX_RERATE is a standard SAP Table which is used to store Reversal Request for Billable Items data and is available within R/3 SAP systems depending on the version and release level.

The DFKKBIX_RERATE table consists of various fields, each holding specific information or linking keys about Reversal Request for Billable Items data available in SAP. These include STATUS (Status of Rerating Request), GPART (Business Partner Number), VTREF (Reference Specifications from Contract), SUBAP (Subapplication in Contract Accounts Receivable and Payable).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DFKKBIX_RERATE table 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
MANDTClient MANDTCLNT3T000MANDT
STATUSStatus of Rerating Request RERATETRIG_STATUS_KKCHAR1RERATETRIG_STATUS_KK
GPARTBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
RERATETRIGUUIDUnique Identifier of Rerating Request RERATETRIGUUID_KKRAW16GUID16
RERFRDATE_ORIGStart Date for Rerating RERATE_FRDATE_ORIG_KKDATS8DATS
RERFRDATEFrom-Date for Rerating RERATE_FRDATE_KKDATS8DATS
RERFRDATE_ADAPTAdjustment of Rerating Date Is Allowed RERFRDATE_ADAPT_KKCHAR1XFELD
CRDATEDate That Rerating Request for Billable Items Was Created RERATETRIG_CRDATE_KKDATS8DATS
CRTIMETime at Which Rerating Request Was Created RERATETRIG_CRTIME_KKTIMS6TIMS
CRNAMEUser Who Created Rerating Request for Billable Items RERATETRIG_CRNAME_KKCHAR12USNAM
LOEDTDate on which the entry can be deleted again LOEDT_KKDATS8DATUM
REVTASKReversal Task REVTASK_KKCHAR12DFKKINV_REVTREVTASK_KK
RERATINGIDRerating ID RERATINGID_KKNUMC20RATINGID_KK

Key field Non-key field



How do I retrieve data from SAP table DFKKBIX_RERATE using ABAP code

The following ABAP code Example will allow you to do a basic selection on DFKKBIX_RERATE to SELECT all data from the table
DATA: WA_DFKKBIX_RERATE TYPE DFKKBIX_RERATE.

SELECT SINGLE *
FROM DFKKBIX_RERATE
INTO CORRESPONDING FIELDS OF WA_DFKKBIX_RERATE
WHERE...

How to access SAP table DFKKBIX_RERATE

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