SAP ABAP Class CL_MM_ARRANG_ALV_GRID (Basis Class for ALV Grids in the WBON)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       WBON (Package) WWS: Bonus
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_ANALYSIS Analysis Update 20060425
2 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_BV_REV Dialog: Cumulative Data + Income 20060425
3 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_COMPARE Comparison Between Update Old and New 20060426
4 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_HEAD ALV Grid for the Header 20060207
5 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_MEB4 Display of Settlement Data 20060424
6 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_MEB5 Display Arrangement 20060424
7 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_MEB6 Display of Sales Data 20060424
8 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_MEB7 Extension Arrangements 20060424
9 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_MEB9 Statement of Statistical Data 20060421
10 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_MEBA ALV Grid for Detailed Statement 20060207
... Click here to see Used By full list (13 items)
Properties
Class CL_MM_ARRANG_ALV_GRID  
Short Description Basis Class for ALV Grids in the WBON    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WBON   WWS: Bonus 
Created 20060207   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_MM_ARRANG_ALV_GRID has no forward declaration.
Interfaces
Class CL_MM_ARRANG_ALV_GRID has no interface implemented.
Friends
Class CL_MM_ARRANG_ALV_GRID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AR_KONA Instance attribute Protected Object reference (TYPE REF TO) KONA Rebate Arrangements 20060207
2 AR_RWM01_SELECT Instance attribute Protected Object reference (TYPE REF TO) RWM01 Selection Parameters: Reports, Reb. Arrangements, Purchasing 20060302
3 AR_SALV_TABLE Instance attribute Protected Object reference (TYPE REF TO) CL_SALV_TABLE Basis Class for Simple Tables 20060207
4 AR_TABLE Instance attribute Protected Object reference (TYPE REF TO) DATA Reference to Table 20060207
5 AR_T_ERROR Instance attribute Protected Object reference (TYPE REF TO) TYPE_ARRANGERRA Table via ARRANGERRA (Messages for Arrangements) 20060302
6 AR_USER_COMMAND Instance attribute Protected Object reference (TYPE REF TO) ARRANG_ALV_COMMAND_STY Control Structure for User Command 20060308
7 AS_CONDENSE_KEY Instance attribute Protected Type reference (TYPE) ARRANG_CONDENSE_KEY_STY Summarization ID 20060302
8 A_ABPAR Instance attribute Protected Type reference (TYPE) CHAR1 Arrangement Partner (C=creditor, D=debtor, Space=missing 20060209
9 A_DIALOG_MODE Instance attribute Protected Type reference (TYPE) BOOLE_D Display as Popup? 20060301
10 A_NOCHANGE Instance attribute Protected Type reference (TYPE) CHAR1 Changes Allowed 20060209
11 A_NO_TREE Instance attribute Protected Type reference (TYPE) BOOLE_D Do not Generate a Tree 20060301
12 A_REPORT_NAME Instance attribute Protected Type reference (TYPE) SYCPROG Calling Program 20060301
13 A_REPORT_TYPE Instance attribute Protected Type reference (TYPE) REPOT Report ID: 2-char. ID for reports in "subsequent settlement" 20060207
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060207
2 DISPLAY_TABLE Instance method Public Method Display Table 20060207
3 GET_HANDLE Instance method Protected Method Determines Handle 20060207
4 GET_HEADER_TEXT Instance method Protected Method Grid header 20060207
5 GET_KONA Instance method Public Method Provides Data for Arrangement to be Displayed 20060207
6 GET_RWM01 Instance method Public Method Provides Selection Criteria for Report 20060308
7 GET_USER_COMMAND_STRUC Instance method Public Method Gets Data for User Command 20060308
8 HANDLE_DOUBLE_CLICK Instance method Protected Event handling method Double-Click Triggered 20060207
9 HANDLE_FCODE Instance method Public Method Carrying Out of an F Code 20060209
10 INIT Instance method Public Method Initialization 20060207
11 ON_HOTSPOT_CLICK Instance method Protected Event handling method Event Handler with Click on Hotspot 20060622
12 ON_USER_COMMAND Instance method Protected Event handling method Event Handler with User Command 20060207
13 RAISE_BOSTA_CHANGED Instance method Public Method EVENT: BOSTA_CHANGED 20060313
14 REFRESH Instance method Public Method Rebuild Display 20060207
15 RESET_COLUMNS Instance method Public Method Reset Column Properties 20060302
16 SET_BUTTONS Instance method Protected Method Add Additional Buttons 20060214
17 SET_COLOR_TEXT Instance method Protected Method Set Texts for Colors Tooltip 20060419
18 SET_COLUMNS_ATTRIBUTES Instance method Protected Method Sets Column Attributes 20060209
19 SET_COLUMNS_TECHNICAL Instance method Protected Method Sets Columns to 'Technical' 20060207
20 SET_GENERIC_FUNCTIONS Instance method Protected Method Activates the ALV-Generic Functions 20060207
21 SET_HANDLER Instance method Protected Method Registration for Events of Grid 20060207
22 SET_HEADER_TEXT Instance method Private Method Sets Grid Title 20060207
23 SET_LAYOUT Instance method Protected Method Sets Layout 20060214
24 SET_SELECTION_MODE Instance method Protected Method Set Selection Mode 20060207
Events
# Event Type Visibility Description Created on
1 BOSTA_CHANGED Instance Event
(0)
Public
(2)
Status Change to Arrangement and/or Condition Record 20060313
Types
Class CL_MM_ARRANG_ALV_GRID has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ABPAR Call by reference Type reference (TYPE) CHAR1 Absprachepartner (K=Kreditior, D=Debitor, Space = fehlt 20060209
2 Importing I_DIALOG_MODE Call by reference Type reference (TYPE) BOOLE_D Anzeige als Popup ? 20060301
3 Importing I_NOCHANGE Call by reference Type reference (TYPE) CHAR1 Änderungen zulässig 20060209
4 Importing I_NO_TREE Call by reference Type reference (TYPE) BOOLE_D Kein Tree erzeugen 20060301
5 Importing I_REPORT_TYPE Call by reference Type reference (TYPE) REPOT Reportkennung: 2-st. Kennzeichen für Reports nachtr. Abrech. 20060207

Method CONSTRUCTOR on class CL_MM_ARRANG_ALV_GRID has no exception.

Method DISPLAY_TABLE Signature

Method DISPLAY_TABLE on class CL_MM_ARRANG_ALV_GRID has no parameter.
Method DISPLAY_TABLE on class CL_MM_ARRANG_ALV_GRID has no exception.

Method GET_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_HANDLE Value transfer Type reference (TYPE) SLIS_HANDL VerwaltungsID für Mehrfachaufrufe aus dem selben Programm 20060207

Method GET_HANDLE on class CL_MM_ARRANG_ALV_GRID has no exception.

Method GET_HEADER_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TEXT Value transfer Type reference (TYPE) LVC_TITLE ALV-Control: Text der Titelzeile 20060207

Method GET_HEADER_TEXT on class CL_MM_ARRANG_ALV_GRID has no exception.

Method GET_KONA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_KONA Value transfer Type reference (TYPE) KONA Absprachen 20060207

Method GET_KONA on class CL_MM_ARRANG_ALV_GRID has no exception.

Method GET_RWM01 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_RWM01 Value transfer Type reference (TYPE) RWM01 Selektionsparameter Reports Absprachen Einkauf 20060308

Method GET_RWM01 on class CL_MM_ARRANG_ALV_GRID has no exception.

Method GET_USER_COMMAND_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_USER_COMMAND Value transfer Type reference (TYPE) ARRANG_ALV_COMMAND_STY Steuerungsstruktur fuer User Command 20060308

Method GET_USER_COMMAND_STRUC on class CL_MM_ARRANG_ALV_GRID has no exception.

Method HANDLE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Call by reference Attribute reference (LIKE) 20060207
2 Importing ROW Call by reference Attribute reference (LIKE) 20060207

Method HANDLE_DOUBLE_CLICK on class CL_MM_ARRANG_ALV_GRID has no exception.

Method HANDLE_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LEAVE Call by reference Type reference (TYPE) CHAR1 Dynpro verlassen 20060307
2 Importing IS_KONA Call by reference Type reference (TYPE) KONA Absprachen 20060209
3 Importing I_FCODE Call by reference Type reference (TYPE) FCODE Funktionscode 20060209

Method HANDLE_FCODE on class CL_MM_ARRANG_ALV_GRID has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20060207
2 Importing IS_CONDENSE_KEY Call by reference Type reference (TYPE) ARRANG_CONDENSE_KEY_STY Verdichtungsschlüssel 20060302
3 Importing IS_KONA Call by reference Type reference (TYPE) KONA Absprachen 20060207
4 Importing IS_RWM01_SELECT Call by reference Type reference (TYPE) RWM01 Selektionsparameter Reports Absprachen Einkauf 20060302
5 Importing IS_USER_COMMAND Call by reference Type reference (TYPE) ARRANG_ALV_COMMAND_STY Steuerungsstruktur fuer User Command 20060308
6 Importing IT_ERROR Call by reference Type reference (TYPE) TYPE_ARRANGERRA Tabelle über ARRANGERRA (Nachrichten zur Absprachen) 20060302
7 Importing I_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20060207
8 Importing I_CONTAINER_NAME Call by reference Type reference (TYPE) STRING 20060207
9 Importing I_REPORT Call by reference Type reference (TYPE) SYCPROG Aufrufendes Programm 20060207

Method INIT on class CL_MM_ARRANG_ALV_GRID has no exception.

Method ON_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Call by reference Attribute reference (LIKE) 20060622
2 Importing ROW Call by reference Attribute reference (LIKE) 20060622

Method ON_HOTSPOT_CLICK on class CL_MM_ARRANG_ALV_GRID has no exception.

Method ON_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_SALV_FUNCTION Call by reference Attribute reference (LIKE) 20060207

Method ON_USER_COMMAND on class CL_MM_ARRANG_ALV_GRID has no exception.

Method RAISE_BOSTA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BOSTA_CHANGE Call by reference Type reference (TYPE) ARRANG_BOSTA_CHANGE_STY Statusaenderungen 20060313

Method RAISE_BOSTA_CHANGED on class CL_MM_ARRANG_ALV_GRID has no exception.

Method REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SET_REFRESH_MODE Call by reference Type reference (TYPE) ARRANG_CHAR1 Refresh-Modus setzen 20060609

Method REFRESH on class CL_MM_ARRANG_ALV_GRID has no exception.

Method RESET_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONDENSE_KEY Call by reference Type reference (TYPE) ARRANG_CONDENSE_KEY_STY Verdichtungsschlüssel 20060302
2 Importing IV_PERIOD_CHANGE Call by reference Type reference (TYPE) ARRANG_CHAR1 Wechsel zwischen period. und nicht period. Absprache 20060630

Method RESET_COLUMNS on class CL_MM_ARRANG_ALV_GRID has no exception.

Method SET_BUTTONS Signature

Method SET_BUTTONS on class CL_MM_ARRANG_ALV_GRID has no parameter.
Method SET_BUTTONS on class CL_MM_ARRANG_ALV_GRID has no exception.

Method SET_COLOR_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INIT Call by reference Type reference (TYPE) BOOLE_D Initialer Aufruf 20060419

Method SET_COLOR_TEXT on class CL_MM_ARRANG_ALV_GRID has no exception.

Method SET_COLUMNS_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INIT Call by reference Type reference (TYPE) BOOLE_D Initialer Aufruf 20060302

Method SET_COLUMNS_ATTRIBUTES on class CL_MM_ARRANG_ALV_GRID has no exception.

Method SET_COLUMNS_TECHNICAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INIT Call by reference Type reference (TYPE) BOOLE_D Initialer Aufruf 20060302

Method SET_COLUMNS_TECHNICAL on class CL_MM_ARRANG_ALV_GRID has no exception.

Method SET_GENERIC_FUNCTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVATE Call by reference Type reference (TYPE) BVAL Boolean 20060207

Method SET_GENERIC_FUNCTIONS on class CL_MM_ARRANG_ALV_GRID has no exception.

Method SET_HANDLER Signature

Method SET_HANDLER on class CL_MM_ARRANG_ALV_GRID has no parameter.
Method SET_HANDLER on class CL_MM_ARRANG_ALV_GRID has no exception.

Method SET_HEADER_TEXT Signature

Method SET_HEADER_TEXT on class CL_MM_ARRANG_ALV_GRID has no parameter.
Method SET_HEADER_TEXT on class CL_MM_ARRANG_ALV_GRID has no exception.

Method SET_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INIT Call by reference Type reference (TYPE) BOOLE_D Initialer Aufruf 20060308
2 Importing I_REPORT Call by reference Type reference (TYPE) SYCPROG Aufrufendes Programm 20060214

Method SET_LAYOUT on class CL_MM_ARRANG_ALV_GRID has no exception.

Method SET_SELECTION_MODE Signature

Method SET_SELECTION_MODE on class CL_MM_ARRANG_ALV_GRID has no parameter.
Method SET_SELECTION_MODE on class CL_MM_ARRANG_ALV_GRID has no exception.
Event Signatures

Event BOSTA_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IS_BOSTA_CHANGE Exporting Value transfer Type reference (TYPE) ARRANG_BOSTA_CHANGE_STY Statusaenderungen 20060313
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_ANALYSIS Analysis Update 20060425
2 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_BV_REV Dialog: Cumulative Data + Income 20060425
3 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_COMPARE Comparison Between Update Old and New 20060426
4 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_HEAD ALV Grid for the Header 20060207
5 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_MEB4 Display of Settlement Data 20060424
6 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_MEB5 Display Arrangement 20060424
7 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_MEB6 Display of Sales Data 20060424
8 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_MEB7 Extension Arrangements 20060424
9 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_MEB9 Statement of Statistical Data 20060421
10 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_MEBA ALV Grid for Detailed Statement 20060207
11 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_MEBB Check - Open Documents for Arrangements 20060424
12 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_MEBJ Display of Settlement Documents 20060424
13 Inheritance (c INHERITING FROM c_ref)  CL_MM_ARRANG_ALV_GRID_SCALE Grid for Income - Scale 20060214
History
Last changed by/on SAP  20100310 
SAP Release Created in 700