IUUC_KB_XPRA_GEN SAP (XPRAs: General data) Table details

Dictionary Type: Table
Description: XPRAs: General data




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




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

IUUC_KB_XPRA_GEN is a standard SAP Table which is used to store XPRAs: General data data and is available within R/3 SAP systems depending on the version and release level.

The IUUC_KB_XPRA_GEN table consists of various fields, each holding specific information or linking keys about XPRAs: General data data available in SAP. These include XPRA_NAME (ABAP Program Name), UPGR_RELEASE (relevant for release(s)), EXECUTION_TYPE (automatic(default) /manually started), SHORT_TEXT (short text).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IUUC_KB_XPRA_GEN 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
MT_IDDMC: Indicator for Mass Transfer DMC_MT_IDENTIFIERCHAR3CHAR03
XPRA_NAMEABAP Program Name PROGNAMECHAR40PROGNAME
UPGR_RELEASE relevant for release(s)0
EXECUTION_TYPE automatic(default) /manually started0
SHORT_TEXT short text0
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
APPL_COMPONENTApplication Component ID AKHKOMPOCHAR24UFPS_POSIDH_AKH_COMPONENT
SOFTW_COMPONENTSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
DETAILSVariable field VAROBJECT3CHAR30CHAR30S01
CLIENT_DEPENDENTBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
GEN_CODINGBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
GEN_TABLESBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
GEN_DDIC_OTHERBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
CODE_SCANN_ADEQBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
SEQUENCE_CRITICLBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
SPECIAL_CHECKBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
TABLES_ANALYZEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
XPRA_PHASE_1Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
RESTART_LOGICRestart Logic of XPRAs IUUC_XPRA_RESTART_LOGICCHAR1IUUC_XPRA_RESTART_LOGIC
CRE_CHANGE_DOCSBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
CHANGE_NRIV_OBJBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM IUUC_KB_XPRA_GEN
INTO CORRESPONDING FIELDS OF WA_IUUC_KB_XPRA_GEN
WHERE...

How to access SAP table IUUC_KB_XPRA_GEN

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