SAP ABAP Class CL_BSSP_NOTES (Notes)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-GTF-SP-GEN (Application Component) Generic Applications
     BSSP1 (Package) Generic Applications
Properties
Class CL_BSSP_NOTES  
Short Description Notes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BSSP1   Generic Applications 
Created 20101122   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BSSP_NOTES has no forward declaration.
Interfaces
Class CL_BSSP_NOTES has no interface implemented.
Friends
Class CL_BSSP_NOTES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_LOIO_CLASS Constant Private Type reference (TYPE) SDOKOBJECT-CLASS 'NOTE_LOIO' Document class 20101122
2 GC_LOIO_OBJTYPE Constant Private Type reference (TYPE) SKWF_IOTY 'L' KW Framework: IO type 20101122
3 GC_NOTE_TYPE_PRIVATE Constant Private Type reference (TYPE) BSSP_NOTE_TYPE '1' Note Type 20101122
4 GC_NOTE_TYPE_PROCESS Constant Private Type reference (TYPE) BSSP_NOTE_TYPE 'P' Note Type 20101122
5 GC_NOTE_TYPE_PUBLIC Constant Private Type reference (TYPE) BSSP_NOTE_TYPE '2' Note Type 20101122
6 GC_PHIO_CLASS Constant Private Type reference (TYPE) SDOKOBJECT-CLASS 'NOTE_PHIO' Document class 20101122
7 GC_PHIO_OBJTYPE Constant Private Type reference (TYPE) SKWF_IOTY 'P' KW Framework: IO type 20101122
8 GC_STORAGE_CATEGORY Constant Private Type reference (TYPE) CHAR64 'BSSP_NOTES' Character field, length 64 20101122
9 MO_CHIP_API Instance attribute Private Object reference (TYPE REF TO) IF_CHIP_API CHIP API 20101122
10 MO_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20101122
11 MO_GOS_API Instance attribute Private Object reference (TYPE REF TO) CL_GOS_API 20110519
12 MO_MSG_MANAGER Instance attribute Private Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20101122
13 MO_SERVICES Instance attribute Private Object reference (TYPE REF TO) CL_BSSP_SIDE_PANEL_SERVICES Side Panel Services 20101122
14 MO_WINDOW Instance attribute Private Object reference (TYPE REF TO) IF_WD_WINDOW 20101122
15 MS_CUSTOMIZING Instance attribute Private Type reference (TYPE) S_CUSTOMIZING 20101122
16 MS_OBJECT_INFO Instance attribute Private Type reference (TYPE) S_OBJECT_INFO Object Relationship Service: BOR object identifier 20101122
17 MT_OBJECT Instance attribute Private Type reference (TYPE) BSSP_T_DOCDETAIL Document Detail 20101122
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NOTE_TO_GOS Instance method Private Method 20110518
2 ADD_NOTE_TO_KPRO Instance method Private Method 20101122
3 CHECK_DATA_RESET Instance method Private Method 20110616
4 CHIP_DO_EXIT Instance method Public Method 20110209
5 CHIP_DO_INIT Instance method Public Method 20101122
6 CONFIG_HANDLER Instance method Public Method 20101122
7 CONFIG_HANDLER_BORTYPE Instance method Public Method 20121024
8 CONTEXT_CHANGED Instance method Private Event handling method 20110209
9 CONVERT_NOTE_TO_FORMATTED_TEXT Instance method Private Method 20101122
10 CONVERT_STRING_TO_BINARY_TAB Instance method Private Method 20101122
11 CREATE_INITIAL_INPORT Instance method Private Method 20110804
12 GET_NOTES_FROM_GOS Instance method Private Method 20110518
13 GET_NOTES_FROM_KPRO Instance method Private Method 20101122
14 INIT Instance method Private Method 20101122
15 INPORT_HANDLER Instance method Private Event handling method 20101122
16 USER_COMMAND Instance method Public Method 20101122
17 WIRING_REFRESH Instance method Private Event handling method 20110616
Events
Class CL_BSSP_NOTES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_CUSTOMIZING Private See coding 20101122 BEGIN OF s_customizing, f_user_dependent TYPE boole_d, f_last_note_only TYPE boole_d, f_show_relations TYPE boole_d, gos_usage TYPE bssp_gos_usage, END OF s_customizing
2 S_OBJECT_INFO Private See coding 20101122 BEGIN OF s_object_info, objkey TYPE swo_typeid, objtype TYPE swo_objtyp, appl_id TYPE bssp_application, logsys TYPE logsys, rfcdest TYPE rfcdest, strucdescr TYPE REF TO cl_abap_structdescr, gos_pnote TYPE gos_atta_id, objtype_fix TYPE boole_d, END OF s_object_info
Method Signatures

Method ADD_NOTE_TO_GOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ERROR Call by reference Type reference (TYPE) SKWF_ERROR KW Framework: Error Object 20110518
2 Importing ID_FILE_CONTENT Call by reference Type reference (TYPE) STRING 20110518
3 Importing ID_NOTE_TYPE Call by reference Type reference (TYPE) BSSP_NOTE_TYPE Note Type 20110704

Method ADD_NOTE_TO_GOS on class CL_BSSP_NOTES has no exception.

Method ADD_NOTE_TO_KPRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ERROR Call by reference Type reference (TYPE) SKWF_ERROR KW Framework: Error Object 20101122
2 Exporting ES_LOIO Call by reference Type reference (TYPE) SKWF_IO KW Framework: Object Key 20101122
3 Exporting ES_PHIO Call by reference Type reference (TYPE) SKWF_IO KW Framework: Object Key 20101122
4 Importing ID_FILE_SIZE Call by reference Type reference (TYPE) FPM_FILE_SIZE 20101122
5 Importing ID_NOTE_TYPE Call by reference Type reference (TYPE) BSSP_NOTE_TYPE Note Type 20101122
6 Importing IT_FILE_CONTENT Call by reference Type reference (TYPE) BAPIDOCCONTENTAB Table Type Binary Content 20101122

Method ADD_NOTE_TO_KPRO on class CL_BSSP_NOTES has no exception.

Method CHECK_DATA_RESET Signature

Method CHECK_DATA_RESET on class CL_BSSP_NOTES has no parameter.
Method CHECK_DATA_RESET on class CL_BSSP_NOTES has no exception.

Method CHIP_DO_EXIT Signature

Method CHIP_DO_EXIT on class CL_BSSP_NOTES has no parameter.
Method CHIP_DO_EXIT on class CL_BSSP_NOTES has no exception.

Method CHIP_DO_INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CHIP_API Call by reference Object reference (TYPE REF TO) IF_CHIP_API CHIP API 20101122
2 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20101122
3 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20101122

Method CHIP_DO_INIT on class CL_BSSP_NOTES has no exception.

Method CONFIG_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONFIG_DATA Call by reference Type reference (TYPE) BSSP_S_NOTE_CONFIGURATION Note: configuration 20101122

Method CONFIG_HANDLER on class CL_BSSP_NOTES has no exception.

Method CONFIG_HANDLER_BORTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONFIG_DATA Call by reference Type reference (TYPE) BSSP_S_BORTYPE_CONFIG 20121024

Method CONFIG_HANDLER_BORTYPE on class CL_BSSP_NOTES has no exception.

Method CONTEXT_CHANGED Signature

Method CONTEXT_CHANGED on class CL_BSSP_NOTES has no parameter.
Method CONTEXT_CHANGED on class CL_BSSP_NOTES has no exception.

Method CONVERT_NOTE_TO_FORMATTED_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ED_TEXT Value transfer Object reference (TYPE REF TO) CL_WD_FORMATTED_TEXT WebDynpro: Formatted Text 20101122
2 Importing ID_NOTE Call by reference Type reference (TYPE) STRING 20101122
3 Importing IF_INCLUDE_ID Call by reference Type reference (TYPE) BOOLE_D SPACE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101122
4 Importing IF_LAST_NOTE Call by reference Type reference (TYPE) BOOLE_D SPACE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101122
5 Importing IF_NO_CHANGE Call by reference Type reference (TYPE) BOOLE_D SPACE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101122
6 Importing IS_PROPERTIES Call by reference Type reference (TYPE) BSSP_S_NOTE Note 20101122

Method CONVERT_NOTE_TO_FORMATTED_TEXT on class CL_BSSP_NOTES has no exception.

Method CONVERT_STRING_TO_BINARY_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BINARY Call by reference Type reference (TYPE) BAPIDOCCONTENTAB Table Type Binary Content 20101122
2 Exporting EV_LENGTH Call by reference Type reference (TYPE) I 20101122
3 Importing IV_STRING Call by reference Type reference (TYPE) STRING 20101122

Method CONVERT_STRING_TO_BINARY_TAB on class CL_BSSP_NOTES has no exception.

Method CREATE_INITIAL_INPORT Signature

Method CREATE_INITIAL_INPORT on class CL_BSSP_NOTES has no parameter.
Method CREATE_INITIAL_INPORT on class CL_BSSP_NOTES has no exception.

Method GET_NOTES_FROM_GOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONTENT Call by reference Type reference (TYPE) GOS_T_ATTCONT 20110519
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRET2_T 20110518
3 Exporting ET_NOTE Call by reference Type reference (TYPE) BSSP_T_NOTE Note 20110518
4 Importing ID_NOTE_TYPE Call by reference Type reference (TYPE) BSSP_NOTE_TYPE Note Type 20110704
5 Importing IS_OBJECT Call by reference Type reference (TYPE) BSSP_S_DOCDETAIL Document Detail 20110518

Method GET_NOTES_FROM_GOS on class CL_BSSP_NOTES has no exception.

Method GET_NOTES_FROM_KPRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRET2_T 20101122
2 Exporting ET_NOTE Call by reference Type reference (TYPE) BSSP_T_NOTE Note 20101122
3 Importing ID_NOTE_TYPE Call by reference Type reference (TYPE) BSSP_NOTE_TYPE Note Type 20101122
4 Importing IS_OBJECT Call by reference Type reference (TYPE) BSSP_S_DOCDETAIL Document Detail 20101122

Method GET_NOTES_FROM_KPRO on class CL_BSSP_NOTES has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20101122

Method INIT on class CL_BSSP_NOTES has no exception.

Method INPORT_HANDLER Signature

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

Method INPORT_HANDLER on class CL_BSSP_NOTES has no exception.

Method USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_WDUCOMM Call by reference Type reference (TYPE) STRING 20101122
2 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20101122
3 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20101122
4 Importing IO_VIEW_CONT Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20101122
5 Importing IO_WDEVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20101122

Method USER_COMMAND on class CL_BSSP_NOTES has no exception.

Method WIRING_REFRESH Signature

Method WIRING_REFRESH on class CL_BSSP_NOTES has no parameter.
Method WIRING_REFRESH on class CL_BSSP_NOTES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731