SAP ABAP Class CL_GM_BDGT_LY_ACTBAR_DOCS (GM Budget Action Bar My documents)
Hierarchy
EA-PS (Software Component) SAP Enterprise Extension Public Services
   PSM-GM-GTE-BU (Application Component) Budgeting and Availability Control
     GMBUDGETING_E (Package) Grants management (budgeting)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GM_BDGT_CONSTANTS GM constants 20050329
Properties
Class CL_GM_BDGT_LY_ACTBAR_DOCS  
Short Description GM Budget Action Bar My documents    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GMBUDGETING_E   Grants management (budgeting) 
Created 20050329   SAP 
Last change 20050411   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GM_BDGT_LY_ACTBAR_DOCS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_GM_BDGT_CONSTANTS GM constants 20050329
Friends
Class CL_GM_BDGT_LY_ACTBAR_DOCS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_HELD Instance attribute Protected Attribute reference (LIKE) 20050330
2 CON_OFF Instance attribute Protected Attribute reference (LIKE) 20050329
3 CON_ON Instance attribute Protected Attribute reference (LIKE) 20050329
4 CON_PARKED Instance attribute Protected Attribute reference (LIKE) 20050330
5 CON_PARKED_POSTED Instance attribute Protected Attribute reference (LIKE) 20050330
6 CON_POSTED Instance attribute Protected Attribute reference (LIKE) 20050330
7 CON_UNDONE Instance attribute Protected Attribute reference (LIKE) 20050330
8 GF_NUM_REC Instance attribute Private Type reference (TYPE) GMBDGTSETTINGS-NUM_RECORDS GM Budgeting Number of recoreds loaded 20050329
9 GF_TYPE Instance attribute Private Type reference (TYPE) GM_BDGT_DOCSTATE Status of a Budget Entry Document 20050330
10 GI_PLOAD Instance attribute Private Type reference (TYPE) XFELD Pre-load flag 20050329
11 GO_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20050329
12 GT_DOCS Instance attribute Private Type reference (TYPE) LTYPE_T_DOCS GM Budgeting internal table with my documents information 20050329
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_MAX_LINES Instance method Private Method Change max lines allowed 20050330
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050329
3 EVENT_REGISTRATION Instance method Private Method Event Registration 20050330
4 GET_DOCUMENTS Instance method Private Method Get Documents displayed 20050329
5 GET_EXCLUDE_TABLE Instance method Private Method Get exclude functions table 20050329
6 GET_LAYOUT Instance method Private Method Get Layout values 20050329
7 GET_STRUCTURE_NAME Instance method Private Method Get Structure Name 20050614
8 INIT_OBJECTS Instance method Private Method Init Objects 20050329
9 ON_DOUBLE_CLICK Instance method Private Event handling method On Double Click 20050330
10 ON_TOOLBAR Instance method Private Event handling method On Toolbar 20050330
11 ON_USER_COMMAND Instance method Private Event handling method On User Command 20050330
12 READ_DOCUMENTS Instance method Private Method Read Documents 20050330
13 REFRESH Instance method Private Method Refresh values 20050330
14 SORT_ASCENDING Instance method Private Method Sort Ascending 20050614
15 SORT_DESCENDING Instance method Private Method Sort Descending 20050614
Events
# Event Type Visibility Description Created on
1 DISPLAY_OTHER_DOCUMENT Instance Event
(0)
Public
(2)
Display other document 20050331
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTYPE_S_DOCS Private See coding 20050614 BEGIN OF ltype_s_docs, owner_user TYPE gm_created_by, bdgt_doc_nbr TYPE gm_bdgt_doc_nbr, grant_nbr TYPE gm_grant_nbr, doc_type TYPE gm_bdgt_doc_type, process TYPE gm_bdgt_process, entry_user TYPE gm_created_by, END OF ltype_s_docs
2 LTYPE_T_DOCS Private See coding 20050614 ltype_t_docs TYPE STANDARD TABLE OF ltype_s_docs
Method Signatures

Method CHANGE_MAX_LINES Signature

Method CHANGE_MAX_LINES on class CL_GM_BDGT_LY_ACTBAR_DOCS has no parameter.
Method CHANGE_MAX_LINES on class CL_GM_BDGT_LY_ACTBAR_DOCS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PF_DYNNR Call by reference Type reference (TYPE) SY-DYNNR ABAP-Programm, Nummer des aktuellen Bilds 20050329
2 Importing PF_NUM_REC Call by reference Type reference (TYPE) GMBDGTSETTINGS-NUM_RECORDS 20050329
3 Importing PF_REPID Call by reference Type reference (TYPE) SY-REPID 20050329
4 Importing PF_TYPE Call by reference Type reference (TYPE) GM_BDGT_DOCSTATE Status eines Budgeterfassungsbelegs 20050330
5 Importing PI_PLOAD Call by reference Type reference (TYPE) XFELD 20050329
6 Importing PO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstraktcontainer für GUI Controls 20050329

Method CONSTRUCTOR on class CL_GM_BDGT_LY_ACTBAR_DOCS has no exception.

Method EVENT_REGISTRATION Signature

Method EVENT_REGISTRATION on class CL_GM_BDGT_LY_ACTBAR_DOCS has no parameter.
Method EVENT_REGISTRATION on class CL_GM_BDGT_LY_ACTBAR_DOCS has no exception.

Method GET_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_DOCS Call by reference Type reference (TYPE) LTYPE_T_DOCS 20050329

Method GET_DOCUMENTS on class CL_GM_BDGT_LY_ACTBAR_DOCS has no exception.

Method GET_EXCLUDE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PT_EXCLUDE Value transfer Type reference (TYPE) UI_FUNCTIONS Funktionscodetabelle 20050329

Method GET_EXCLUDE_TABLE on class CL_GM_BDGT_LY_ACTBAR_DOCS has no exception.

Method GET_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PS_LAYOUT Value transfer Type reference (TYPE) LVC_S_LAYO ALV-Control: Layoutstruktur 20050329

Method GET_LAYOUT on class CL_GM_BDGT_LY_ACTBAR_DOCS has no exception.

Method GET_STRUCTURE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PF_NAME Value transfer Type reference (TYPE) DD02L-TABNAME Table Name 20050614

Method GET_STRUCTURE_NAME on class CL_GM_BDGT_LY_ACTBAR_DOCS has no exception.

Method INIT_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PF_DYNNR Call by reference Type reference (TYPE) SY-DYNNR ABAP-Programm, Nummer des aktuellen Bilds 20050329
2 Importing PF_REPID Call by reference Type reference (TYPE) SY-REPID 20050329
3 Importing PO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstraktcontainer für GUI Controls 20050329

Method INIT_OBJECTS on class CL_GM_BDGT_LY_ACTBAR_DOCS has no exception.

Method ON_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20050330
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20050330
3 Importing E_ROW Value transfer Attribute reference (LIKE) 20050330

Method ON_DOUBLE_CLICK on class CL_GM_BDGT_LY_ACTBAR_DOCS has no exception.

Method ON_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERACTIVE Value transfer Attribute reference (LIKE) 20050330
2 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20050330

Method ON_TOOLBAR on class CL_GM_BDGT_LY_ACTBAR_DOCS 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_UCOMM Value transfer Attribute reference (LIKE) 20050330

Method ON_USER_COMMAND on class CL_GM_BDGT_LY_ACTBAR_DOCS has no exception.

Method READ_DOCUMENTS Signature

Method READ_DOCUMENTS on class CL_GM_BDGT_LY_ACTBAR_DOCS has no parameter.
Method READ_DOCUMENTS on class CL_GM_BDGT_LY_ACTBAR_DOCS has no exception.

Method REFRESH Signature

Method REFRESH on class CL_GM_BDGT_LY_ACTBAR_DOCS has no parameter.
Method REFRESH on class CL_GM_BDGT_LY_ACTBAR_DOCS has no exception.

Method SORT_ASCENDING Signature

Method SORT_ASCENDING on class CL_GM_BDGT_LY_ACTBAR_DOCS has no parameter.
Method SORT_ASCENDING on class CL_GM_BDGT_LY_ACTBAR_DOCS has no exception.

Method SORT_DESCENDING Signature

Method SORT_DESCENDING on class CL_GM_BDGT_LY_ACTBAR_DOCS has no parameter.
Method SORT_DESCENDING on class CL_GM_BDGT_LY_ACTBAR_DOCS has no exception.
Event Signatures

Event DISPLAY_OTHER_DOCUMENT Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 PF_DOCNBR Exporting Value transfer Type reference (TYPE) GM_BDGT_DOC_NBR Budgetbelegnummer 20050331
2 PF_TYPE Exporting Value transfer Type reference (TYPE) GM_BDGT_DOCSTATE Status eines Budgeterfassungsbelegs 20050331
History
Last changed by/on SAP  20050411 
SAP Release Created in 600