SCPRBCCLI SAP (BC Sets: BC Set with Clients) Structure details

Dictionary Type: Structure
Description: BC Sets: BC Set with Clients




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




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

SCPRBCCLI 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 "BC Sets: BC Set with Clients" 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_SCPRBCCLI TYPE SCPRBCCLI.

The SCPRBCCLI table consists of various fields, each holding specific information or linking keys about BC Sets: BC Set with Clients data available in SAP. These include VERSION (BC Set: Version), CATEGORY (BC Set: Category), CLI_DEP (BC Set: Client-Dependent BC Set Data/Contents), CLI_CAS (BC Set: Cascading BC Set Data/Contents in Clients).. 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: Cannot Be Enhanced


SAP SCPRBCCLI 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
BCSETBusiness Configuration Set SCPR_IDCHAR32Assigned to domainSCPR_IDCP4SCPRSAM
VERSIONBC Set: Version SCPR_VERSCHAR1SCPR_VERS
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
ACT_INFOBC Set: Flag to Copy Special Customizing SCPR_AFLAGCHAR1SCPR_AFLAG
MODDATEBC Set: Changed on SCPR_DATEDATS8DATUM
MODTIMEBC Set: Last changed at SCPR_TIMETIMS6UZEIT
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
SWITCHId of a Switch in Switch Framework SFW_SWITCH_IDCHAR30Assigned to domainSFW_SWITCHIDSFW
ACT_STATUSBC Sets: Activation Status of Switch BC Sets SCPRSACSTCHAR1SCPRSACST
CLIENTS 0

Key field Non-key field



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

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

How to access SAP table SCPRBCCLI

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