SCPRBCSTROBJ SAP (BC Set with Transport Objects and Keys) Structure details

Dictionary Type: Structure
Description: BC Set with Transport Objects and Keys




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




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

SCPRBCSTROBJ 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 Set with Transport Objects and Keys" 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_SCPRBCSTROBJ TYPE SCPRBCSTROBJ.

The SCPRBCSTROBJ table consists of various fields, each holding specific information or linking keys about BC Set with Transport Objects and Keys data available in SAP. These include ID (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. .

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


SAP SCPRBCSTROBJ 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
IDBusiness Configuration Set SCPR_IDCHAR32SCPRATTRSCPR_IDCP4SCPRSAM
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
ACT_INFOBC Set: Flag to Copy Special Customizing SCPR_AFLAGCHAR1SCPR_AFLAG
COMPONENTSoftware Component DLVUNITCHAR30CVERSDLVUNITH_CVERS
MINRELEASESAP Release SAPRELEASECHAR10CHAR10
MAXRELEASESAP Release SAPRELEASECHAR10CHAR10
TEXTBC Set: Description SCPR_TEXTCHAR60SCPR_TEXT
DIRECT_USEBC Set: Flag to Copy Special Customizing SCPR_AFLAGCHAR1SCPR_AFLAG
DOCU_EXISTBC Set: Flag to Copy Special Customizing SCPR_AFLAGCHAR1SCPR_AFLAG
BCS_ICONBC Sets: Icons in Screen SCPR_ICONCHAR4Assigned to domainICON
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
MASTERLANGOriginal Language in Repository objects MASTERLANGLANG1Assigned to domainISOLASPRASH_T002
SWITCHId of a Switch in Switch Framework SFW_SWITCH_IDCHAR30Assigned to domainSFW_SWITCHIDSFW
ACT_STATUSBC Sets: Activation Status SCPRACSTCHAR1SCPRACST
TR_OBJECTS 0
TR_KEYS 0

Key field Non-key field



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

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

How to access SAP table SCPRBCSTROBJ

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