SAP ABAP Class CL_ST22_SAP_NOTES (Find SAP Notes)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP_RABAX (Package) Runtime Error Handling
⤷
⤷
Properties
| Class | CL_ST22_SAP_NOTES | |
| Short Description | Find SAP Notes | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SABP_RABAX | Runtime Error Handling |
| Created | 20090506 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ST22_SAP_NOTES has no interface implemented.
Friends
Class CL_ST22_SAP_NOTES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | STRING | 20091006 | ||||
| 2 | Static Attribute | Public | Type reference (TYPE) | TYP_STR_NOTES | 20100426 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | 20091006 | ||
| 2 | Static method | Public | Method | 20100426 | ||
| 3 | Static method | Public | Method | 20100426 | ||
| 4 | Static method | Public | Method | 20100426 | ||
| 5 | Static method | Private | Method | 20091006 | ||
| 6 | Static method | Private | Method | 20100426 | ||
| 7 | Static method | Public | Method | 20100426 | ||
| 8 | Static method | Private | Method | 20091006 |
Events
Class CL_ST22_SAP_NOTES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_SRCPOS | Public | See coding | 20100426 | BEGIN OF typ_srcpos,
prog_name LIKE sy-repid,
incl_name LIKE sy-repid,
web_dynpro_comp type char30,
bsp_appl TYPE char30,
END OF typ_srcpos
|
||
| 2 | TYP_STR_NOTES | Public | See coding | 20100426 | BEGIN OF typ_str_notes,
tab_notes TYPE search_srv_result_t,
cnt_notes TYPE i,
message TYPE string,
" search criteria input and result
searchterm TYPE string,
err_id TYPE snapt-errid,
appl_comp TYPE csskomp,
exc_name TYPE string.
include type typ_srcpos as srcpos.
" prog_name TYPE sy-repid,
" incl_name TYPE sy-repid,
" web_dynpro_comp TYPE char30,
" bsp_appl TYPE char30,
types: END OF typ_str_notes
|
Method Signatures
Method BUILD_SEARCHTERM_SAP_NOTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_SEARCHTERM | Value transfer | Type reference (TYPE) | STRING | 20091006 |
Method BUILD_SEARCHTERM_SAP_NOTES on class CL_ST22_SAP_NOTES has no exception.
Method CALLBACK_TOP_OF_PAGE Signature
Method CALLBACK_TOP_OF_PAGE on class CL_ST22_SAP_NOTES has no parameter.
Method CALLBACK_TOP_OF_PAGE on class CL_ST22_SAP_NOTES has no exception.
Method CALLBACK_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INDEX | Value transfer | Type reference (TYPE) | I | 20100426 |
Method CALLBACK_USER_COMMAND on class CL_ST22_SAP_NOTES has no exception.
Method DISPLAY_SAP_NOTES Signature
Method DISPLAY_SAP_NOTES on class CL_ST22_SAP_NOTES has no parameter.
Method DISPLAY_SAP_NOTES on class CL_ST22_SAP_NOTES has no exception.
Method GET_FCAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TAB_FCAT | Value transfer | Type reference (TYPE) | SLIS_T_FIELDCAT_ALV | 20091006 |
Method GET_FCAT on class CL_ST22_SAP_NOTES has no exception.
Method GET_SEARCHTERM_SRCPOS_DEFAULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SRCPOS | Call by reference | Type reference (TYPE) | TYP_SRCPOS | 20100426 | ||||
| 2 | R_SRCPOS | Value transfer | Type reference (TYPE) | TYP_SRCPOS | 20100426 |
Method GET_SEARCHTERM_SRCPOS_DEFAULT on class CL_ST22_SAP_NOTES has no exception.
Method SEARCH_SAP_NOTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ERR_ID | Value transfer | Type reference (TYPE) | SNAPT-ERRID | 20100426 | ||||
| 2 | I_EXC_NAME | Value transfer | Type reference (TYPE) | STRING | 20100426 | ||||
| 3 | I_INCL_NAME | Value transfer | Type reference (TYPE) | SY-REPID | 20100426 | ||||
| 4 | I_PROG_NAME | Value transfer | Type reference (TYPE) | SY-REPID | 20100426 |
Method SEARCH_SAP_NOTES on class CL_ST22_SAP_NOTES has no exception.
Method TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ANYTHING | Call by reference | Type reference (TYPE) | SIMPLE | 20091006 | ||||
| 2 | R_STRING | Value transfer | Type reference (TYPE) | STRING | 20091006 |
Method TO_STRING on class CL_ST22_SAP_NOTES has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 732 |