SAP ABAP Class CL_RSOD_SHUFFLER (Context Selection for Documents on Transaction Data)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSOD_EXTENSION (Package) BW Document Connection (Components Outside of CORE)
Properties
Class CL_RSOD_SHUFFLER  
Short Description Context Selection for Documents on Transaction Data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSO    
Program status P  SAP Standard Production Program 
Category 0   
Package RSOD_EXTENSION   BW Document Connection (Components Outside of CORE) 
Created 20010201   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_GUI_ALV_GRID Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_RSOD_UTILITIES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_RS_FUNC Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_RSOD_CONST Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_RS_FUNC Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
7 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
8 RSDM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSOD_SHUFFLER has no interface implemented.
Friends
Class CL_RSOD_SHUFFLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_COL Constant Private Type reference (TYPE) I 2 Number of Columns 20010205
2 C_HEIGHT_CONST Constant Private Type reference (TYPE) I 4 Absolute Offset 20010308
3 C_HEIGHT_ROW Constant Private Type reference (TYPE) I 21 Level of a Line 20010301
4 P_ADJUST_GRID Instance attribute Private Type reference (TYPE) RS_BOOL Marker whether Grid Has to Be Adjusted ON_DATA_CHANGED Event 20020227
5 P_COL Instance attribute Private Type reference (TYPE) I Internal Field 20010205
6 P_HEIGHT_GRID Instance attribute Private Type reference (TYPE) I Internal Field 20010301
7 P_ROW Instance attribute Private Type reference (TYPE) I Internal Field 20010205
8 P_R_ADMIN Instance attribute Private Object reference (TYPE REF TO) CL_RSOD_ADMIN BW Documents: Administration 20010608
9 P_R_CONTAINER_MAIN Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Main Container 20010301
10 P_R_CONTAINER_PROP Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Container Properties 20010301
11 P_R_CONTAINER_SEARCH Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Container Search 20010301
12 P_R_CONTAINER_STANDARD Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Container Standard Properties 20010301
13 P_R_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_RSOD_CONTEXT Context for BW Documents 20010201
14 P_R_GRID_PROP Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID Grif Properties 20010301
15 P_R_GRID_SEARCH Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID Grid Search 20010301
16 P_R_GRID_STANDARD Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID Grid Standard Properties 20010301
17 P_R_SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control 20010301
18 P_R_USER_SETTINGS Instance attribute Private Object reference (TYPE REF TO) CL_RSOD_USER_SETTINGS User Settings 20010215
19 P_SEARCH_TEXT_CHANGED Instance attribute Private Type reference (TYPE) STRING Text (100 characters) 20010301
20 P_TX_OUTTAB Instance attribute Private Type reference (TYPE) RSOD_TX_SHUFF_OUT Display Table for Output of Properties 20010301
21 P_TX_OUTTAB_SEARCH Instance attribute Private Type reference (TYPE) RSOD_TX_SEARCH_OUT Display Table Output of Search 20010301
22 P_T_PROP_OUTTAB Instance attribute Private Type reference (TYPE) PT_T_PROP_OUTTAB Properties of Attributes in Output Table 20010201
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_OUTTAB Instance method Private Method Fills Output Table from User Settings 20010831
2 CHANGE_DATA_FROM_INPUT Instance method Private Method Change Output Table with Changed Properties 20010830
3 CHANGE_USER_SETTINGS Instance method Private Method Change User Settings when Grid Is Reconstructed 20010215
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20010201
5 F4_CHAVL Instance method Private Method Input Help for Object Name 20010623
6 F4_OBJNM Instance method Private Method Input Help for Object Name 20010623
7 FREE Instance method Public Method Release Resources 20010202
8 GET_CURRENT_PROP_OUTTAB Instance method Private Method Delivers Current Parameter of Output Table 20010202
9 GET_CURRENT_PROP_VALUE Instance method Private Method Delivers Current Value of a Property 20010623
10 GET_HEIGHT Instance method Public Method Delivers Height in Pixels 20010308
11