DFKKBIXBIT_GENH SAP (Generation Info for Billable Item Class (History)) Table details

Dictionary Type: Table
Description: Generation Info for Billable Item Class (History)




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




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

DFKKBIXBIT_GENH is a standard SAP Table which is used to store Generation Info for Billable Item Class (History) data and is available within R/3 SAP systems depending on the version and release level.

The DFKKBIXBIT_GENH table consists of various fields, each holding specific information or linking keys about Generation Info for Billable Item Class (History) data available in SAP. These include GENTMSTMP (Generation Time Stamp for Billable Item Class), CHGTMSTMP (Change Time Stamp of Billable Item Class), GENSTAT (Generation Status of Class of Billable Items), GENPROD (Release Status for Interface of Billable Item Class).. 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: Can be enhanced (character-type or numeric)


SAP DFKKBIXBIT_GENH 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
BITCATBillable Item Class BITCAT_KKCHAR4Assigned to domainBITCAT_KKFKK_BIX_BITCAT
GENTMSTMPGeneration Time Stamp for Billable Item Class BITCAT_GEN_TMSTMP_KKDEC15TZNTSTMPS
CHGTMSTMPChange Time Stamp of Billable Item Class BITCAT_CHG_TMSTMP_KKDEC15TZNTSTMPS
GENSTATGeneration Status of Class of Billable Items BITCAT_GENSTAT_KKCHAR1BITCAT_GENSTAT_KK
GENPRODRelease Status for Interface of Billable Item Class BITCAT_GENPROD_KKCHAR1BITCAT_GENPROD_KK
CONFTMSTMPConfiguration Time Stamp for Billable Item Class BITCAT_CONF_TMSTMP_KKDEC15TZNTSTMPS
GENNAMEName of User Who Last Changed Generation BITCAT_GENNAM_KKCHAR12USNAM
GENDATEDate of Last Change to Generation of Class BITCAT_GENCPDT_KKDATS8DATUM
GENTIMETime of Last Change to Generation BITCAT_GENCPTM_KKTIMS6UZEIT
LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKBIXBIT_GENH
INTO CORRESPONDING FIELDS OF WA_DFKKBIXBIT_GENH
WHERE...

How to access SAP table DFKKBIXBIT_GENH

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