SAP ABAP Class CL_DSH_DYNPRO_PROPERTIES (Manage dynpro properties)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC-F4 (Application Component) F4 Help
⤷
SDSH (Package) ABAP Dictionary internal: Poss.entries (F4)
⤷
⤷
Properties
| Class | CL_DSH_DYNPRO_PROPERTIES | |
| Short Description | Manage dynpro properties | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SDSH | ABAP Dictionary internal: Poss.entries (F4) |
| Created | 20130321 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DSH_DYNPRO_PROPERTIES has no forward declaration.
Interfaces
Class CL_DSH_DYNPRO_PROPERTIES has no interface implemented.
Friends
Class CL_DSH_DYNPRO_PROPERTIES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | SDYNP_WHOLE_PROPERTYBAG | 20130404 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'DYNPRO' | 20130404 | |||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'CustomProperty' | 20130416 | |||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'searchhelp' | 20130410 | |||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'typeahead' | 20130410 | |||
| 6 | Constant | Private | Type reference (TYPE) | STRING | 'TABLEENTRYFIELD' | 20131105 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20130416 | ||
| 2 | Static method | Public | Method | 20130321 | ||
| 3 | Static method | Private | Method | 20130326 | ||
| 4 | Static method | Public | Method | 20130410 | ||
| 5 | Static method | Private | Method | 20130321 | ||
| 6 | Static method | Private | Method | 20130321 | ||
| 7 | Static method | Private | Method | 20131105 | ||
| 8 | Static method | Private | Method | 20130321 | ||
| 9 | Static method | Private | Method | 20130321 |
Events
Class CL_DSH_DYNPRO_PROPERTIES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_FIELD_WITH_SEARCH_HELP | Public | See coding | 20130410 | BEGIN OF ty_s_field_with_search_help,
field_name TYPE string,
search_help_name TYPE string,
END OF ty_s_field_with_search_help
|
||
| 2 | TY_T_FIELD_WITH_SEARCH_HELP | Public | See coding | 20130410 | ty_t_field_with_search_help TYPE SORTED TABLE OF ty_s_field_with_search_help WITH UNIQUE KEY field_name
|
Method Signatures
Method DISABLE_TYPE_AHEAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELDS | Call by reference | Type reference (TYPE) | STRING_TABLE | 20130416 | ||||
| 2 | IN_TABLE_CONTROL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20131105 |
Method DISABLE_TYPE_AHEAD on class CL_DSH_DYNPRO_PROPERTIES has no exception.
Method ENABLE_TYPE_AHEAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELDS | Call by reference | Type reference (TYPE) | STRING_TABLE | 20130321 | ||||
| 2 | IN_TABLE_CONTROL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20131105 | |||
| 3 | OVERWRITE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20130606 |
Method ENABLE_TYPE_AHEAD on class CL_DSH_DYNPRO_PROPERTIES has no exception.
Method ENABLE_TYPE_AHEAD_FOR_DYNPRO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REPID | Call by reference | Type reference (TYPE) | SYREPID | SY-REPID | 20130326 | |||
| 2 | SCREEN | Call by reference | Type reference (TYPE) | SYDYNNR | SY-DYNNR | 20130326 |
Method ENABLE_TYPE_AHEAD_FOR_DYNPRO on class CL_DSH_DYNPRO_PROPERTIES has no exception.
Method NOTIFY_SCREEN_FIELDS_SHLPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELDS_WITH_SEARCH_HELPS | Call by reference | Type reference (TYPE) | TY_T_FIELD_WITH_SEARCH_HELP | 20130410 |
Method NOTIFY_SCREEN_FIELDS_SHLPS on class CL_DSH_DYNPRO_PROPERTIES has no exception.
Method SET_ATTRIBUTE_IN_XML_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OVERWRITE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20130606 | |||
| 2 | PROPERTY_ID | Call by reference | Type reference (TYPE) | STRING | 20130321 | ||||
| 3 | PROPERTY_NAME | Call by reference | Type reference (TYPE) | STRING | 20130321 | ||||
| 4 | XML_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130321 | ||||
| 5 | XML_ATTRIBUTE_VALUE | Call by reference | Type reference (TYPE) | STRING | 20130321 | ||||
| 6 | XML_ELEMENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20130321 |
Method SET_ATTRIBUTE_IN_XML_PROPERTY on class CL_DSH_DYNPRO_PROPERTIES has no exception.
Method SET_ATTRIBUTE_IN_XML_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130321 | ||||
| 2 | ATTRIBUTE_VALUE | Call by reference | Type reference (TYPE) | STRING | 20130321 | ||||
| 3 | ELEMENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20130321 | ||||
| 4 | XML | Call by reference | Type reference (TYPE) | STRING | 20130321 |
Method SET_ATTRIBUTE_IN_XML_STRING on class CL_DSH_DYNPRO_PROPERTIES has no exception.
Method SET_TABLE_ATTR_IN_XML_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OVERWRITE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20131105 | |||
| 2 | PROPERTY_ID | Call by reference | Type reference (TYPE) | STRING | 20131105 | ||||
| 3 | PROPERTY_NAME | Call by reference | Type reference (TYPE) | STRING | 20131105 | ||||
| 4 | XML_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20131105 | ||||
| 5 | XML_ATTRIBUTE_VALUE | Call by reference | Type reference (TYPE) | STRING | 20131105 | ||||
| 6 | XML_ELEMENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20131105 |
Method SET_TABLE_ATTR_IN_XML_PROPERTY on class CL_DSH_DYNPRO_PROPERTIES has no exception.
Method SET_WATERMARK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DETAIL_TEXT | Call by reference | Type reference (TYPE) | STRING | 20130321 | ||||
| 2 | MAIN_TEXT | Call by reference | Type reference (TYPE) | STRING | 20130321 | ||||
| 3 | RATIO | Call by reference | Type reference (TYPE) | STRING | '10' | 20130321 |
Method SET_WATERMARK on class CL_DSH_DYNPRO_PROPERTIES has no exception.
Method SET_WATERMARK_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20130321 | ||||
| 2 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20130321 |
Method SET_WATERMARK_ATTRIBUTE on class CL_DSH_DYNPRO_PROPERTIES has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |