SAP ABAP Class CL_GHO_PP_PT_SHLP (Search Help related Functionality)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
PP-PN-NOP (Application Component) Network Operations
⤷
APPL_GHO_PP_PT_GEN (Package) GHO PP: Planning Table Backend General
⤷
⤷
Properties
| Class | CL_GHO_PP_PT_SHLP | |
| Short Description | Search Help related Functionality | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APPL_GHO_PP_PT_GEN | GHO PP: Planning Table Backend General |
| Created | 20110225 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GHO_PP_PT_SHLP has no forward declaration.
Interfaces
Class CL_GHO_PP_PT_SHLP has no interface implemented.
Friends
Class CL_GHO_PP_PT_SHLP 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) | TY_T_SHLP | Table of used Search Helps | 20110225 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Checks if a Search Help was used and removes it from Buffer | 20110225 | |
| 2 | Static method | Public | Method | Remembers that a Search Help was used | 20110225 |
Events
Class CL_GHO_PP_PT_SHLP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_SHLP | Public | See coding | 20110225 | BEGIN OF ty_s_shlp,
shlp TYPE shlpname,
END OF ty_s_shlp
|
||
| 2 | TY_T_SHLP | Public | See coding | 20110225 | ty_t_shlp TYPE SORTED TABLE OF ty_s_shlp WITH UNIQUE KEY shlp
|
Method Signatures
Method CHECK_SHLP_USED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SHLP | Call by reference | Type reference (TYPE) | SHLPNAME | Name of a Search Help | 20110225 | |||
| 2 | RV_USED | Value transfer | Type reference (TYPE) | BOOLEAN | X = IV_SHLP was used | 20110225 |
Method CHECK_SHLP_USED on class CL_GHO_PP_PT_SHLP has no exception.
Method SET_SHLP_USED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SHLP | Call by reference | Type reference (TYPE) | SHLPNAME | Name of a Search Help | 20110225 |
Method SET_SHLP_USED on class CL_GHO_PP_PT_SHLP has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 606 |