TOI0_BCSETS SAP (BC-Sets to be activated externally / log for activated) Table details

Dictionary Type: Table
Description: BC-Sets to be activated externally / log for activated




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




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

TOI0_BCSETS is a standard SAP Table which is used to store BC-Sets to be activated externally / log for activated data and is available within R/3 SAP systems depending on the version and release level.

The TOI0_BCSETS table consists of various fields, each holding specific information or linking keys about BC-Sets to be activated externally / log for activated data available in SAP. These include CLIENT (BC Set: Activation Client), AREA (Area), STATUS (BC Sets: Activation Status), SAPRL (Release of SAP System).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TOI0_BCSETS 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
BCSET_IDBusiness Configuration Set SCPR_IDCHAR32Assigned to domainSCPR_IDCP4SCPRSAM
CLIENTBC Set: Activation Client SCPR_CLNTCLNT3SCPR_MANDT
AREAArea SWO_AREACHAR10CHAR10
STATUSBC Sets: Activation Status OI0_BCSET_STATUSCHAR2OI0_BCSET_STATUS
SAPRLRelease of SAP System SYSAPRLCHAR4SYCHAR04
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
TEXTText (30 Characters) TEXT30CHAR30TEXT30
CHGDATESystem Date SYDATUMDATS8SYDATS
CHGTIMESystem Time SYUZEITTIMS6SYTIME
CHGUSERUser Name SYUNAMECHAR12SYCHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM TOI0_BCSETS
INTO CORRESPONDING FIELDS OF WA_TOI0_BCSETS
WHERE...

How to access SAP table TOI0_BCSETS

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