SAP ABAP Class CL_ISHMED_RAD_BEF_TOOLBAR (IS-H*MED RAD: Toolbar for Findings Doc)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       NMED (Package) R/3MED: Medical documentation GSD
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20000330
Properties
Class CL_ISHMED_RAD_BEF_TOOLBAR  
Short Description IS-H*MED RAD: Toolbar for Findings Doc    
Super Class CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package NMED   R/3MED: Medical documentation GSD 
Created 20000330   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 N2RCL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ISHMED_RAD_BEF_TOOLBAR has no interface implemented.
Friends
Class CL_ISHMED_RAD_BEF_TOOLBAR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 I_N2DL Instance attribute Private Type reference (TYPE) N2RCL_I_N2DL proc related doctype table 20000330
2 I_NDOC Instance attribute Private Type reference (TYPE) N2RCL_I_NDOC local ndoc table 20000330
3 L_NDOC Instance attribute Private Type reference (TYPE) N2RCL_I_NDOC local 20000330
4 L_SVCODE Instance attribute Private Type reference (TYPE) SYTCODE local copy 20000330
5 L_TARIF Instance attribute Private Type reference (TYPE) TARID local 20000330
6 MENU Instance attribute Private Object reference (TYPE REF TO) CL_CTMENU Menu of Documents 20000330
7 MNU_FCODE Instance attribute Private Type reference (TYPE) UI_FUNC Menu FCode 20000330
8 MNU_OUTPUT Instance attribute Private See coding MNU_OUTPUT 20000330
9 MNU_POSX Instance attribute Private Type reference (TYPE) I click pos x 20000330
10 MNU_POSY Instance attribute Private Type reference (TYPE) I click pos y 20000330
11 MNU_TEXT Instance attribute Private Type reference (TYPE) TEXT40 Menu Text 20000330
12 RDCLICK Instance attribute Private Type reference (TYPE) FLAG ? 20000330
13 RDDROP Instance attribute Private Type reference (TYPE) FLAG ? 20000330
14 REF_SUPER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER reference to custom container object 20000330
15 REF_TOOLBAR Instance attribute Public Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar object 20000330
16 TB_ALIGN Instance attribute Private Type reference (TYPE) I toolbar alignment 20000330
17 TB_BUTTONS Instance attribute Private Type reference (TYPE) TTB_BUTTON Toolbar Function Codes 20000330
18 TB_EVENT Instance attribute Private Type reference (TYPE) CNTL_SIMPLE_EVENT Toolbar Event 20000330
19 TB_EVENTS Instance attribute Private Type reference (TYPE) CNTL_SIMPLE_EVENTS Toolbar Events 20000330
20 WA_N2DL Instance attribute Private Type reference (TYPE) N2DL workarea 20000330
21 WA_N2DT Instance attribute Private Type reference (TYPE) N2DT workarea 20000330
22 WA_N2DTT Instance attribute Private Type reference (TYPE) N2DTT workarea 20000330
23 WA_NDOC Instance attribute Private Type reference (TYPE) NDOC workarea 20000330
24 WA_NDOC1 Instance attribute Private Type reference (TYPE) NDOC workarea 20000330
25 WA_NDOC2 Instance attribute Private Type reference (TYPE) NDOC workarea 20000330
26 WA_NLEI Instance attribute Private Type reference (TYPE) NLEI workarea 20000330
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BUTTONLIST Instance method Private Method Add button to toolbar 20000330
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20000330
3 CREATE_ZUSATZBEFUND Instance method Private Method creates proc related report 20000330
4 EDIT_ZUSATZBEFUND Instance method Private Method edit/display proc related report 20000330
5 GET_DOCTYPE_PROC_LINKS Instance method Public Method get all proc related doctypes from ndoc 20000330
6 INSTALL_TB_EVT_HND Instance method Private Method Install toolbar event handler 20000330
7 ON_DROPDOWN_CLICKED Instance method Private Event handling method Dropdown ClickHandler 20000330
8 ON_FUNCTION_SELECTED Instance method Private Event handling method ClickHandler 20000330
Events
Class CL_ISHMED_RAD_BEF_TOOLBAR has no event.
Types
Class CL_ISHMED_RAD_BEF_TOOLBAR has no local type.
Method Signatures

Method ADD_BUTTONLIST Signature

Method ADD_BUTTONLIST on class CL_ISHMED_RAD_BEF_TOOLBAR has no parameter.
Method ADD_BUTTONLIST on class CL_ISHMED_RAD_BEF_TOOLBAR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SS_CONTAINER Call by reference Type reference (TYPE) C Container name 20000330
2 Importing SS_IN_NDOC Call by reference Type reference (TYPE) N2RCL_I_NDOC PMD in_doc 20000330
3 Importing SS_SVCODE Call by reference Type reference (TYPE) SYTCODE PMD sv_code 20000330
4 Importing SS_TARIF Call by reference Type reference (TYPE) TARID Tarif 20000330
# Exception Resumable Description Created on
1 CNT_CREATE_ERROR Toolbar not created 20000330

Method CREATE_ZUSATZBEFUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SS_NDOC Call by reference Type reference (TYPE) NDOC rec of master doc 20000330

Method CREATE_ZUSATZBEFUND on class CL_ISHMED_RAD_BEF_TOOLBAR has no exception.

Method EDIT_ZUSATZBEFUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SS_NDOC Call by reference Type reference (TYPE) NDOC rec of master doc 20000330
# Exception Resumable Description Created on
1 NO_DOC doc not found 20000330

Method GET_DOCTYPE_PROC_LINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing SS_IN_NDOC Call by reference Type reference (TYPE) N2RCL_I_NDOC PMD in_ndoc 20000330
2 Exporting SS_N2DL Call by reference Type reference (TYPE) N2RCL_I_N2DL Dok-OE-ZuO 20000330
3 Importing SS_TARIF Call by reference Type reference (TYPE) TARID Tarif 20000330

Method GET_DOCTYPE_PROC_LINKS on class CL_ISHMED_RAD_BEF_TOOLBAR has no exception.

Method INSTALL_TB_EVT_HND Signature

Method INSTALL_TB_EVT_HND on class CL_ISHMED_RAD_BEF_TOOLBAR has no parameter.
Method INSTALL_TB_EVT_HND on class CL_ISHMED_RAD_BEF_TOOLBAR has no exception.

Method ON_DROPDOWN_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20000330
2 Importing POSX Value transfer Attribute reference (LIKE) 20000330
3 Importing POSY Value transfer Attribute reference (LIKE) 20000330

Method ON_DROPDOWN_CLICKED on class CL_ISHMED_RAD_BEF_TOOLBAR has no exception.

Method ON_FUNCTION_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20000330

Method ON_FUNCTION_SELECTED on class CL_ISHMED_RAD_BEF_TOOLBAR has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in