SCPRACTERP SAP (BC Sets: BC Set Activation Error Log) Structure details

Dictionary Type: Structure
Description: BC Sets: BC Set Activation Error Log




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




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

SCPRACTERP 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 Activation Error Log" 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_SCPRACTERP TYPE SCPRACTERP.

The SCPRACTERP table consists of various fields, each holding specific information or linking keys about BC Sets: BC Set Activation Error Log data available in SAP. These include BCSET_ID (Business Configuration Set), PARENT_ID (Business Configuration Set), CATEGORY (BC Set: Category), ACT_DATE (BC Set: Changed on).. 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 SCPRACTERP 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
ACT_IDBC Sets: Container for 32-character GUID SCPR_HANDLCHAR32SCPR_GUID
BCSET_IDBusiness Configuration Set SCPR_IDCHAR32Assigned to domainSCPR_IDCP4SCPRSAM
PARENT_IDBusiness Configuration Set SCPR_IDCHAR32Assigned to domainSCPR_IDCP4SCPRSAM
CATEGORYBC Set: Category SCPR_CTGRYCHAR1SCPR_CTGRY
ACT_DATEBC Set: Changed on SCPR_DATEDATS8DATUM
ACT_TIMEBC Set: Last changed at SCPR_TIMETIMS6UZEIT
ACT_STARTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ACT_ENDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
MODIFIERBC Set: Changed by SCPR_MODIFCHAR12BNAME
ACT_TYPENumbering for internal purposes SCPR_NUMBINT410SCPR_NUMB
SIM_TYPEBC Set: Flag to Copy Special Customizing SCPR_AFLAGCHAR1SCPR_AFLAG
LANGVECTORCharacter field of length 40 CHAR40CHAR40CHAR40
LINE_NRBC Set: Template record number SCPR_RECNRCHAR10SCPR_RECNR
OBJECTNAMEObject Name OB_OBJECTCHAR30Assigned to domainOB_OBJECT
TABLENAMEBC Set: Table/View Name SCPR_TABLCHAR30Assigned to domainAS4TAB
TABLETYPEObject type OB_TYPCHAR1OB_TYP
TABLEKEYBC Sets: BC Set activation error table key SCPR_TABKYCHAR255SCPR_VALUE
MSGIDApplication Area ARBGBCHAR20Assigned to domainARBGBMAG
MSGTYError severity(' ',W(arning),E(rror),A(bnormal termination)) ERRORTYPCHAR1SEVERITY
MSGNOMessage number MSGNRCHAR3Assigned to domainMSGNR
VAR1Message Variable SYMSGVCHAR50SYCHAR50
VAR2Message Variable SYMSGVCHAR50SYCHAR50
VAR3Message Variable SYMSGVCHAR50SYCHAR50
VAR4Message Variable SYMSGVCHAR50SYCHAR50
PROTOFLAGBC Set: Flag to Copy Special Customizing SCPR_AFLAGCHAR1SCPR_AFLAG
TRNO_SYSTRequest/Task TRKORRCHAR20Assigned to domainTRKORR
TRNO_CUSTRequest/Task TRKORRCHAR20Assigned to domainTRKORR
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
T_SIDName of SAP System SYSYSIDCHAR8SYCHAR08
T_MANDTClient MANDTCLNT3Assigned to domainMANDT
ACTOPTIONSChar 80 CHAR80CHAR80CHAR80
OBJECTTYPEObject type OB_TYPCHAR1OB_TYP

Key field Non-key field



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

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

How to access SAP table SCPRACTERP

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