SAP ABAP Class CL_FAGL_SLL_ALV (Output Format)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-GL-FL (Application Component) Flexible Structures
     FAGL_SWITCH_LEADING_LEDGER (Package) Technical Changeover of Leading View in General Ledger (New)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FAGL_SLL_LOG Logging and Message Handling 20120306
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FAGL_SLL_SWITCH_CHECK Checks for Ledger Switch 20120306
Properties
Class CL_FAGL_SLL_ALV  
Short Description Output Format    
Super Class CL_FAGL_SLL_LOG Logging and Message Handling 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class FAGL_SWITCH_LEAD_LDG    
Program status     
Category 0   
Package FAGL_SWITCH_LEADING_LEDGER   Technical Changeover of Leading View in General Ledger (New) 
Created 20111116   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FAGL_SLL_ALV has no forward declaration.
Interfaces
Class CL_FAGL_SLL_ALV has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_FAGL_SLL_LOG 20111116 Logging and Message Handling
2 CL_FAGL_SLL_SWITCH_CHECK 20111116 Checks for Ledger Switch
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_TREE Instance attribute Public Object reference (TYPE REF TO) CL_SALV_TREE ALV Tree 20120307
2 MV_PFSTATUS Instance attribute Public Type reference (TYPE) SYPFKEY GUI Status 20120320
3 MV_REPORT Instance attribute Public Type reference (TYPE) SYREPID Report for GUI Status 20120320
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK Instance method Private Method Display Authorization 20120529
2 CONSTRUCTOR Instance method Public Constructor 20111116
3 CREATE_TREE_STRUCTURE Instance method Private Method Determine Nodes of Tree Structure 20120229
4 GET_FIELD_DOMA_TEXT Static method Public Method 20111117
5 GET_TABFIELD_TEXT Static method Public Method 20111117
6 GET_TEXT_FOR_XPOST Static method Public Method Text for Activation Indicator 20120307
7 GET_TEXT_FOR_XYDEP Static method Public Method Text for Activation Indicator 20120307
8 ON_LINK_CLICK Instance method Private Event handling method 20120308
9 PREPARE_LOG_FOR_OUTPUT Instance method Private Method 20111116
10 SET_ALV_COLUMNS Instance method Private Method 20111116
11 SET_ALV_TREE_SETTINGS Instance method Private Method ALV Tree Settings 20120229
12 SET_MESSAGE_LINK Instance method Private Method 20120704
13 SHOW_ALV_HEADER_TREE Instance method Private Method Display Plan and Status Indicators in ALV Header 20120302
14 SHOW_PLAN_STATUS_TREE Instance method Public Method 20120229
15 UPDATE_MSG_ICON Instance method Private Method Inheritance of Icon Status by Higher-Levels in Tree Struct. 20120308
Events
Class CL_FAGL_SLL_ALV has no event.
Types
Class CL_FAGL_SLL_ALV has no local type.
Method Signatures

Method AUTHORITY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Call by reference Type reference (TYPE) FAGL_SLL_ACTIVITY Aktivität zum Wechsel der führenden Bewertung 20120529
2 Returning RV_RESULT_OKAY Value transfer Type reference (TYPE) FLAG 'X'= okay ''=False 20120529

Method AUTHORITY_CHECK on class CL_FAGL_SLL_ALV has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PF_STATUS Call by reference Type reference (TYPE) SYPFKEY 'SALV_STANDARD' Aktueller GUI-Status 20120320
2 Importing IV_REPID Call by reference Type reference (TYPE) SYREPID 'SALV_DEMO_TREE_SIMPLE' ABAP-Programm, aktuelles Rahmenprogramm 20120320

Method CONSTRUCTOR on class CL_FAGL_SLL_ALV has no exception.

Method CREATE_TREE_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_TREE Call by reference Object reference (TYPE REF TO) CL_SALV_TREE Basisklasse für Baumstruktur 20120301
2 Changing CT_LOG_ALV Call by reference Type reference (TYPE) FAGL_T_SLL_LOG_ALV Tabellentyp für FAGL_S_SLL_LOG_ALV 20120301

Method CREATE_TREE_STRUCTURE on class CL_FAGL_SLL_ALV has no exception.

Method GET_FIELD_DOMA_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELD Call by reference Type reference (TYPE) ANY Feldname 20111117
2 Returning RV_DOMVALUE_TEXT Value transfer Type reference (TYPE) VAL_TEXT Kurztext zu Festwerten 20111117

Method GET_FIELD_DOMA_TEXT on class CL_FAGL_SLL_ALV has no exception.

Method GET_TABFIELD_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELD Call by reference Type reference (TYPE) FIELDNAME Feldname 20111117
2 Importing IV_TAB Call by reference Type reference (TYPE) TABNAME Tabellenname 20111117
3 Importing IV_TYPE Call by reference Type reference (TYPE) C 'M' S= short, M = medium 20111117
4 Returning RV_TEXT Value transfer Type reference (TYPE) AS4TEXT Feldbezeichner mittel 20111117
# Exception Resumable Description Created on
1 INVALID_INPUT 20111117

Method GET_TEXT_FOR_XPOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FLAG Call by reference Type reference (TYPE) FLAG allgemeines flag 20120307
2 Returning RV_TEXT Value transfer Type reference (TYPE) CHAR15 Characterfeld der Länge 10 20120307

Method GET_TEXT_FOR_XPOST on class CL_FAGL_SLL_ALV has no exception.

Method GET_TEXT_FOR_XYDEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FLAG Call by reference Type reference (TYPE) FLAG allgemeines flag 20120307
2 Returning RV_TEXT Value transfer Type reference (TYPE) CHAR15 Characterfeld der Länge 10 20120307

Method GET_TEXT_FOR_XYDEP on class CL_FAGL_SLL_ALV has no exception.

Method ON_LINK_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Value transfer Attribute reference (LIKE) 20120308
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20120308

Method ON_LINK_CLICK on class CL_FAGL_SLL_ALV has no exception.

Method PREPARE_LOG_FOR_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_LOG Call by reference Type reference (TYPE) FAGL_T_SLL_LOG Tabelle der Logeinträge 20120301
2 Exporting ET_LOG_ALV Call by reference Type reference (TYPE) FAGL_T_SLL_LOG_ALV Ausgabestruktur der Logliste 20111116

Method PREPARE_LOG_FOR_OUTPUT on class CL_FAGL_SLL_ALV has no exception.

Method SET_ALV_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TREE Call by reference Object reference (TYPE REF TO) CL_SALV_TREE Basisklasse für einfache Tabellen 20120302

Method SET_ALV_COLUMNS on class CL_FAGL_SLL_ALV has no exception.

Method SET_ALV_TREE_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TREE Call by reference Object reference (TYPE REF TO) CL_SALV_TREE Basisklasse für Baumstruktur 20120229

Method SET_ALV_TREE_SETTINGS on class CL_FAGL_SLL_ALV has no exception.

Method SET_MESSAGE_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LINE Call by reference Type reference (TYPE) FAGL_S_SLL_LOG_ALV Ausgabestruktur der Logliste 20120704
2 Importing IV_NODE Call by reference Object reference (TYPE REF TO) CL_SALV_NODE Einzelnes Knotenobjekt der Baumstruktur 20120704

Method SET_MESSAGE_LINK on class CL_FAGL_SLL_ALV has no exception.

Method SHOW_ALV_HEADER_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_TREE Call by reference Object reference (TYPE REF TO) CL_SALV_TREE Basisklasse für einfache Tabellen 20120302
2 Importing IV_ID Call by reference Type reference (TYPE) FAGL_SLL_ID ID für den Ledgertausch 20120307

Method SHOW_ALV_HEADER_TREE on class CL_FAGL_SLL_ALV has no exception.

Method SHOW_PLAN_STATUS_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) FAGL_SLL_ID ID für den Ledgertausch 20120302
2 Importing IX_ONLY_ACTUAL_BUFFER Call by reference Type reference (TYPE) FLAG Anzeige nur für den aktuellen Log-buffer 20120306

Method SHOW_PLAN_STATUS_TREE on class CL_FAGL_SLL_ALV has no exception.

Method UPDATE_MSG_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NODES Call by reference Object reference (TYPE REF TO) CL_SALV_NODES Alle Knotenobjekte der Baumstruktur 20120308
2 Importing IV_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20120308
3 Importing IV_MSG_ICON Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20120308

Method UPDATE_MSG_ICON on class CL_FAGL_SLL_ALV has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 607