SCPRSACTOPT SAP (BC Sets: Switch BC Sets Activation Options) Structure details

Dictionary Type: Structure
Description: BC Sets: Switch BC Sets Activation Options




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




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

SCPRSACTOPT 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: Switch BC Sets Activation Options" 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_SCPRSACTOPT TYPE SCPRSACTOPT.

The SCPRSACTOPT table consists of various fields, each holding specific information or linking keys about BC Sets: Switch BC Sets Activation Options data available in SAP. These include ACT_DATE (BC Set: Changed on), ACT_TIME (BC Set: Last changed at), ACT_CASCADING (BC Sets: Client Control of Cascading Switch BC Sets), ACT_REFCUST (BC Sets: Client Control of Non-Cascading Switch BC Set).. 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 SCPRSACTOPT 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: GUID, 32 places SCPRGUID32CHAR32SYSUUID_C
ACT_DATEBC Set: Changed on SCPR_DATEDATS8DATUM
ACT_TIMEBC Set: Last changed at SCPR_TIMETIMS6UZEIT
ACT_CASCADINGBC Sets: Client Control of Cascading Switch BC Sets SCPRACCASCADCHAR1SCPRACCASCAD
ACT_REFCUSTBC Sets: Client Control of Non-Cascading Switch BC Set SCPRACREFCUSTCHAR1SCPRACREFCUST
ACT_CLIINDEPBC Set: General Flag SCPR_XCHAR1SCPR_X
FORCEDBC Sets: Activation Option Ignoring prev. Activations SCPRACFORCEDCHAR1SCPRACFORCED
LANGU_ONLYBC Set: General Flag SCPR_XCHAR1SCPR_X
NO_DELCLASSBC Set: General Flag SCPR_XCHAR1SCPR_X
IV_TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
ACG_MODEBC Set: General Flag SCPR_XCHAR1SCPR_X
ORDER_CUSTRequest/Task TRKORRCHAR20Assigned to domainTRKORR
ORDER_SYSTRequest/Task TRKORRCHAR20Assigned to domainTRKORR
REACTIVATEBC Set: General Flag SCPR_XCHAR1SCPR_X

Key field Non-key field



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

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

How to access SAP table SCPRSACTOPT

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