CIFCUCFGX SAP (Checklist for Order GUID + CU: Configuration Data) Structure details

Dictionary Type: Structure
Description: Checklist for Order GUID + CU: Configuration Data




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




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

CIFCUCFGX 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 "Checklist for Order GUID + CU: Configuration Data" 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_CIFCUCFGX TYPE CIFCUCFGX.

The CIFCUCFGX table consists of various fields, each holding specific information or linking keys about Checklist for Order GUID + CU: Configuration Data data available in SAP. These include POSEX (Updated information in related user data field), CONFIG_ID (Updated information in related user data field), ROOT_ID (Updated information in related user data field), SCE (Updated information in related user data field).. 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: Not classified


SAP CIFCUCFGX 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
OBJECT_IDGeneric Data Element for GUID Fields (C22) CIFGUID22CHAR22CIFGUID22
POSEXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CONFIG_IDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ROOT_IDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SCEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KBNAMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KBVERSIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COMPLETEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CONSISTENTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CFGINFOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KBPROFILEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KBLANGUAGEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CBASE_IDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CBASE_ID_TUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table CIFCUCFGX

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