SAP IGN_SBC_SET_STATUS_UI IGN: SBC-Set: Activation Status/Conflicts Table data and field list

IGN_SBC_SET_STATUS_UI 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 "IGN: SBC-Set: Activation Status/Conflicts" 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_IGN_SBC_SET_STATUS_UI TYPE IGN_SBC_SET_STATUS_UI.

The IGN_SBC_SET_STATUS_UI table consists of various fields, each holding specific information or linking keys about IGN: SBC-Set: Activation Status/Conflicts data available in SAP. These include ID (Switch Business Configuration Set), VERSION (BC Set: Version), MODDATE (BC Set: Changed on), MODTIME (BC Set: Last changed at)... 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. .

IGN_SBC_SET_STATUS_UI structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IGN_SBC_SET_STATUS_UI structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the IGN_SBC_SET_STATUS_UI table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CORE_OBJECTTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
IDSwitch Business Configuration Set SCPR_SIDCHAR32Assigned to domainSCPR_IDCP4SCPRSBCSAM
VERSIONBC Set: Version SCPR_VERSCHAR1SCPR_VERS
MODDATEBC Set: Changed on SCPR_DATEDATS8DATUM
MODTIMEBC Set: Last changed at SCPR_TIMETIMS6UZEIT
MODIFIERBC Set: Changed by SCPR_MODIFCHAR12BNAME
TYPEBC Set: Type SCPR_TYPECHAR3SCPR_TYPE
CATEGORYBC Set: Category SCPR_CTGRYCHAR1SCPR_CTGRY
CLI_DEPBC Set: Client-Dependent BC Set Data/Contents SCPR_CLDEPCHAR1SCPR_CLDEP
CLI_CASBC Set: Cascading BC Set Data/Contents in Clients SCPR_CLCASCHAR1SCPR_CLCAS
REFTYPEBC Set: Reference Object Type at Creation SCPR_REFTYCHAR4SCPR_REFTY
REFNAMEBC Set: Reference Object Name at Creation SCPR_REFNACHAR40SCPR_REFNA
ORGIDCompany short name SCPR_ORGIDCHAR10Assigned to domainNAMESPACE
COMPONENTSoftware Component DLVUNITCHAR30CVERSDLVUNITH_CVERS
MINRELEASESAP Release SAPRELEASECHAR10CHAR10
MAXRELEASESAP Release SAPRELEASECHAR10CHAR10
STATEBC Set: Status SCPR_STATECHAR1SCPR_STATE
ACT_INFOBC Set: Flag to Copy Special Customizing SCPR_AFLAGCHAR1SCPR_AFLAG
CORE_OBJECT_SHORTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
ICON_STATUSTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
ICON_DO_COMPARETree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
ICON_DO_ACTIVATETree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
ICON_DO_DISPLAYTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
STATUS 0
CSYSTEMName of SAP System SYSYSIDCHAR8SYCHAR08
CCLIENT Client0
SWITCH_IDId of a Switch in Switch Framework SFW_SWITCH_IDCHAR30Assigned to domainSFW_SWITCHIDSFW
N_MNTOBJECTS Number of Maintenance Objects Contained0
CORE_OBJECT_TYPEObject type OB_TYPCHAR1OB_TYP
N_RECORDS Number of Data Records0

Key field Non-key field



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

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

How to access SAP table IGN_SBC_SET_STATUS_UI

Within an ECC or HANA version of SAP you can also view further information about IGN_SBC_SET_STATUS_UI and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).