DFKKBIXCIT_GENH SAP (Generation Info for Consumption Item Class (History)) Table details

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




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




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

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

The DFKKBIXCIT_GENH table consists of various fields, each holding specific information or linking keys about Generation Info for Consumption Item Class (History) data available in SAP. These include GENTMSTMP (Time Stamp of Generation of Consumption Item Class), CHGTMSTMP (Time Stamp of Change to Consumption Item Class), GENSTAT (Generation Status of Consumption Item Class), GENPROD (Release Status of Consumption 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 DFKKBIXCIT_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
CITCATConsumption Item Class CITCAT_KKCHAR4Assigned to domainCITCAT_KKFKK_BIX_CITCAT
GENTMSTMPTime Stamp of Generation of Consumption Item Class CITCAT_GEN_TMSTMP_KKDEC15TZNTSTMPS
CHGTMSTMPTime Stamp of Change to Consumption Item Class CITCAT_CHG_TMSTMP_KKDEC15TZNTSTMPS
GENSTATGeneration Status of Consumption Item Class CITCAT_GENSTAT_KKCHAR1CITCAT_GENSTAT_KK
GENPRODRelease Status of Consumption Item Class CITCAT_GENPROD_KKCHAR1BITCAT_GENPROD_KK
CONFTMSTMPTime Stamp of Configuration of Consumption Item Class CITCAT_CONF_TMSTMP_KKDEC15TZNTSTMPS
GENNAMEName of User Who Last Changed Generation CITCAT_GENNAM_KKCHAR12USNAM
GENDATEDate of Last Change to Generation of Class CITCAT_GENCPDT_KKDATS8DATUM
GENTIMETime of Last Change to Generation CITCAT_GENCPTM_KKTIMS6UZEIT
LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKBIXCIT_GENH
INTO CORRESPONDING FIELDS OF WA_DFKKBIXCIT_GENH
WHERE...

How to access SAP table DFKKBIXCIT_GENH

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