SAP ABAP Class CL_RSRA_SETTING_BB (RA Setting for Precalculating Templates)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSRB (Package) BW: Batch Reporting
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSRA_DIALOG Service for Dialogs with Trees 20010605
Properties
Class CL_RSRA_SETTING_BB  
Short Description RA Setting for Precalculating Templates    
Super Class CL_RSRA_DIALOG Service for Dialogs with Trees 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSRB   BW: Batch Reporting 
Created 20010605   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSRA_SETTING Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RRRA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSSB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSRA_SETTING_BB has no interface implemented.
Friends
Class CL_RSRA_SETTING_BB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_BB_LOADED Instance attribute Private Type reference (TYPE) RS_BOOL Parameter Table already Loaded? 20010606
2 P_CHANGED Instance attribute Private Type reference (TYPE) RS_BOOL Setting Changed 20010605
3 P_LOADED Instance attribute Private Type reference (TYPE) RS_BOOL RS_C_FALSE Data already Loaded? 20010605
4 P_PREVIEW Instance attribute Private Type reference (TYPE) C Preview 20010605
5 P_R_CLIENT_HTML Instance attribute Private Object reference (TYPE REF TO) CL_RSR_CLIENT_HTML Reference to HTML Client 20010605
6 P_R_EDITOR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20010605
7 P_R_EDITOR_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20010605
8 P_R_RAPA_TREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_COLUMN_TREE Package Tree 20020226
9 P_S_SCREEN_SETTING_BB Instance attribute Private Type reference (TYPE) RSRA_S_SCREEN_SETTING_BB Contents of Setting Screen for Bucket Calculation 20010605
10 P_S_SCREEN_SETTING_BB_OLD Instance attribute Private Type reference (TYPE) RSRA_S_SCREEN_SETTING_BB Contents of Settings Screen for Bucket Calculation 20010606
11 P_S_SETTING Instance attribute Private Type reference (TYPE) RSRA_SETTING Settings for the Report Agent 20010605
12 P_S_SETTING_BB Instance attribute Private Type reference (TYPE) RSRA_SETTING_BB RA Settings for Calculating Buckets 20010605
13 P_T_PARAM Instance attribute Private Type reference (TYPE) TP_T_PARAM Parameter Table 20010606
14 P_T_PARAM_OLD Instance attribute Private Type reference (TYPE) TP_T_PARAM Parameter Table 20010606
15 P_T_SETTING_LIST Static Attribute Private Type reference (TYPE) RSRA_T_SCREEN_SETTING_BB Table of Bucket Settings 20010607
16 P_T_VARIABLE_DEFINITION Instance attribute Private Type reference (TYPE) RSR_T_VARIABLE_DEFINITION Variable description 20010605
17 P_T_VARIABLE_VALUES Instance attribute Private Type reference (TYPE) RSR_T_VARIABLE_VALUES Variable Values 20010605
Methods
# Method Level Visibility Method type Description Created on
1 CALL_BDS Instance method Private Method Call BDS 20010605
2 CHECK Instance method Private Method Checks Settings for Correct Definition 20020303
3 CHECK_NEW_SETTINGNM Instance method Private Method Checks the Technical Name of the Setting 20010605
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20010605
5 COPY Instance method Private Method Copying a Setting 20010605
6 DISPLAY Instance method Public Method Display of a Report Agent Setting 20010605
7 GENERATE_BUCKET Instance method Public Method Generates a Bucket 20010807
8 GET_RAPA Instance method Private Method Selects Packages 20020226
9 GET_SETTING_LIST Static method Public Method Delivers the List of all Saved Settings 20010605
10 INIT Instance method Public Method Initialize the Setting 20010605
11 IS_CHANGED Instance method Private Method Have Changes been Made? 20010605
12 LOAD Instance method Private Method Loading a Setting from the Database 20010605
13 LOAD_BB Instance method Private Method Load the Parameter for the Setting 20010606
14 LOAD_SETTING Instance method Private Method Loading a Setting from the Database 20010605
15 SAVE_BB Instance method Private Method Writes the Parameters for the Setting 20010606
16 SCREEN_EXIT Instance method Public Method Leave Screen 20010605
17 SCREEN_PAI Instance method Public Method Transfers the Screen Data in the Instance 20010605
18 SCREEN_PBO Instance method Public Method Delivers the Screen Data in the Instance 20010605
19 SCREEN_PBO_GENERAL Instance method Public Method PBO for GENERAL Tabstrip 20020226
20 SCREEN_PBO_PREVIEW Instance method Public Method PBO for Preview Subscreen 20010605
21 SCREEN_SET_OBJECT_STATUS Instance method Private Method Sets the Texts for the Object Status 20010605
22 SCREEN_SET_PFSTATUS Instance method Private Method Sets the Suitable Menu for the Current Screen 20010605
23 SCREEN_SET_PROPERTIES Instance method Public Method Set Screen Objects - can be Entered, Invisible, etc 20010605
24 SCREEN_SET_RAPA Instance method Private Method Generates the Trees for the Exception Settings 20020226
25 SCREEN_SET_TABSTRIPS Instance method Private Method Sets the Attributes for a Suitable Tabstrip 20010605
26 SET_CHANGE_VARIABLES Instance method Private Method Sets the Help Variables for the is_changed Request 20010605
27 TR_AFTER_DEL Instance method Private Method Transport 20010605
28 TR_AFTER_SAVE_ACT_DEL Instance method Private Method Transport 20010605
29 TR_CHECK Instance method Private Method Checks if Setting may be Changed 20010605
30 TR_INSERT Instance method Private Method Writes the Setting to a Transport Order 20010605
31 WRITE_TO_TRANSPORT_REQUEST Instance method Private Method Writes the Object to a Transport Order 20010605
Events
Class CL_RSRA_SETTING_BB has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_T_PARAM Private See coding 20010606
Method Signatures

Method CALL_BDS Signature

Method CALL_BDS on class CL_RSRA_SETTING_BB has no parameter.
Method CALL_BDS on class CL_RSRA_SETTING_BB has no exception.

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CORRECT Value transfer Type reference (TYPE) RS_BOOL Boolean 20020303

Method CHECK on class CL_RSRA_SETTING_BB has no exception.

Method CHECK_NEW_SETTINGNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SETTINGNM Call by reference Type reference (TYPE) RSRA_SETTINGNM Technischer Name einer Report Agent Einstellung 20010605
2 Returning R_ANSWER Value transfer Type reference (TYPE) RS_ANSWER Antwort 20010605

Method CHECK_NEW_SETTINGNM on class CL_RSRA_SETTING_BB has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSRA_SETTING_BB has no parameter.
Method CONSTRUCTOR on class CL_RSRA_SETTING_BB has no exception.

Method COPY Signature

Method COPY on class CL_RSRA_SETTING_BB has no parameter.
Method COPY on class CL_RSRA_SETTING_BB has no exception.

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHANGED Call by reference Type reference (TYPE) RS_BOOL Einstellung geändert 20010605
2 Importing I_MODE Call by reference Type reference (TYPE) RS_MODUS RS_C_MODUS-DISPLAY Anzeige, Ändern 20010605

Method DISPLAY on class CL_RSRA_SETTING_BB has no exception.

Method GENERATE_BUCKET Signature

Method GENERATE_BUCKET on class CL_RSRA_SETTING_BB has no parameter.
Method GENERATE_BUCKET on class CL_RSRA_SETTING_BB has no exception.

Method GET_RAPA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_T_RAPA Value transfer Type reference (TYPE) RSRA_T_PACKAGE Tabelle der Einplanungspakete 20020226

Method GET_RAPA on class CL_RSRA_SETTING_BB has no exception.

Method GET_SETTING_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SETTING Call by reference Type reference (TYPE) RSRA_T_SCREEN_SETTING_BB Tabelle von Bucket-Einstellungen 20010607
2 Importing I_BYPASS_BUFFER Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20010607
3 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20010607
4 Importing I_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Sprache 20010605

Method GET_SETTING_LIST on class CL_RSRA_SETTING_BB has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20010605
2 Importing I_IOBJTXT Call by reference Type reference (TYPE) RSTXTLG Beschreibung lang 20010611
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Objektversion 20010605
4 Importing I_SETTINGNM Call by reference Type reference (TYPE) RSRA_SETTINGNM Technischer Name einer Report Agent Einstellung 20010605
# Exception Resumable Description Created on
1 NON_EXISTING Einstellung exisitiert nicht 20010605
2 NOT_AUTHORIZED Keine Berechtigung 20010605

Method IS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CHANGED Value transfer Type reference (TYPE) RS_BOOL Einstellungen geändert ? 20010605

Method IS_CHANGED on class CL_RSRA_SETTING_BB has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORCE_LOAD Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Neues Laden erzwingen 20010605
# Exception Resumable Description Created on
1 SETTING_NOT_FOUND Einstellung fehlt 20010605

Method LOAD_BB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORCE_LOAD Call by reference Type reference (TYPE) RS_BOOL Laden erzwingen 20010606

Method LOAD_BB on class CL_RSRA_SETTING_BB has no exception.

Method LOAD_SETTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORCE_LOAD Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Neues Laden von der Datenbank 20010605
# Exception Resumable Description Created on
1 MISSING_SETTING Einstellung nicht vorhanden 20010605

Method SAVE_BB Signature

Method SAVE_BB on class CL_RSRA_SETTING_BB has no parameter.
Method SAVE_BB on class CL_RSRA_SETTING_BB has no exception.

Method SCREEN_EXIT Signature

Method SCREEN_EXIT on class CL_RSRA_SETTING_BB has no parameter.
Method SCREEN_EXIT on class CL_RSRA_SETTING_BB has no exception.

Method SCREEN_PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_SCREEN_SETTING_BB Call by reference Type reference (TYPE) RSRA_S_SCREEN_SETTING_BB Inhalt des Einstellungs-Screens für Bucketberechnung 20010606

Method SCREEN_PAI on class CL_RSRA_SETTING_BB has no exception.

Method SCREEN_PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_SCREEN_SETTING_BB Call by reference Type reference (TYPE) RSRA_S_SCREEN_SETTING_BB Inhalt des Einstellungs-Screens für die Bucket-Berechnung 20010605

Method SCREEN_PBO on class CL_RSRA_SETTING_BB has no exception.

Method SCREEN_PBO_GENERAL Signature

Method SCREEN_PBO_GENERAL on class CL_RSRA_SETTING_BB has no parameter.
Method SCREEN_PBO_GENERAL on class CL_RSRA_SETTING_BB has no exception.

Method SCREEN_PBO_PREVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_CLIENT_HTML Call by reference Object reference (TYPE REF TO) CL_RSR_CLIENT_HTML Referenz auf HTML-Client 20010605

Method SCREEN_PBO_PREVIEW on class CL_RSRA_SETTING_BB has no exception.

Method SCREEN_SET_OBJECT_STATUS Signature

Method SCREEN_SET_OBJECT_STATUS on class CL_RSRA_SETTING_BB has no parameter.
Method SCREEN_SET_OBJECT_STATUS on class CL_RSRA_SETTING_BB has no exception.

Method SCREEN_SET_PFSTATUS Signature

Method SCREEN_SET_PFSTATUS on class CL_RSRA_SETTING_BB has no parameter.
Method SCREEN_SET_PFSTATUS on class CL_RSRA_SETTING_BB has no exception.

Method SCREEN_SET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_RT_SCREEN Call by reference Object reference (TYPE REF TO) DATA Referenz auf Screenobjekt 20010605
2 Importing I_DYNNR Call by reference Type reference (TYPE) SYDYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20010605

Method SCREEN_SET_PROPERTIES on class CL_RSRA_SETTING_BB has no exception.

Method SCREEN_SET_RAPA Signature

Method SCREEN_SET_RAPA on class CL_RSRA_SETTING_BB has no parameter.
Method SCREEN_SET_RAPA on class CL_RSRA_SETTING_BB has no exception.

Method SCREEN_SET_TABSTRIPS Signature

Method SCREEN_SET_TABSTRIPS on class CL_RSRA_SETTING_BB has no parameter.
Method SCREEN_SET_TABSTRIPS on class CL_RSRA_SETTING_BB has no exception.

Method SET_CHANGE_VARIABLES Signature

Method SET_CHANGE_VARIABLES on class CL_RSRA_SETTING_BB has no parameter.
Method SET_CHANGE_VARIABLES on class CL_RSRA_SETTING_BB has no exception.

Method TR_AFTER_DEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ANSWER Value transfer Type reference (TYPE) RS_ANSWER OK ? 20010605

Method TR_AFTER_DEL on class CL_RSRA_SETTING_BB has no exception.

Method TR_AFTER_SAVE_ACT_DEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ANSWER Value transfer Type reference (TYPE) RS_ANSWER ok ? 20010605

Method TR_AFTER_SAVE_ACT_DEL on class CL_RSRA_SETTING_BB has no exception.

Method TR_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ANSWER Value transfer Type reference (TYPE) RS_ANSWER J (Änderbar), N (Anzeige), A (Abbruch) 20010605

Method TR_CHECK on class CL_RSRA_SETTING_BB has no exception.

Method TR_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ANSWER Value transfer Type reference (TYPE) RS_ANSWER ok 20010605

Method TR_INSERT on class CL_RSRA_SETTING_BB has no exception.

Method WRITE_TO_TRANSPORT_REQUEST Signature

Method WRITE_TO_TRANSPORT_REQUEST on class CL_RSRA_SETTING_BB has no parameter.
Method WRITE_TO_TRANSPORT_REQUEST on class CL_RSRA_SETTING_BB has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 30A