SAP ABAP Class IF_HDS_UI_FIELD_SET (Writing Access to Field Properties)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_HDS_UI_FIELDCAT_ABSTRACT | Abstract Field Catalog | 20060412 |
Properties
Class | IF_HDS_UI_FIELD_SET | |
Short Description | Writing Access to Field Properties | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20050401 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_HDS_UI_FIELD_SET has no forward declaration.
Interfaces
Class IF_HDS_UI_FIELD_SET has no interface implemented.
Friends
Class IF_HDS_UI_FIELD_SET has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | C | 'C' | 20060412 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | C | 'D' | 20060412 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | C | '-' | 20060412 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | C | 'X' | 20060412 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Set Display Type of Field | 20050401 |
2 | ![]() |
Instance method | Public | Method | Set Field Label | 20050401 |
3 | ![]() |
Instance method | Public | Method | Set Status of Field (Display Only, Hidden....) | 20050402 |
4 | ![]() |
Instance method | Public | Method | Set Own F4 Help for Field | 20050402 |
5 | ![]() |
Instance method | Public | Method | Sets Property: Display Field in Foreground? | 20050419 |
6 | ![]() |
Instance method | Public | Method | No Check for DB Values | 20050402 |
7 | ![]() |
Instance method | Public | Method | Sets Property: Should Value Description Appear? | 20050417 |
8 | ![]() |
Instance method | Public | Method | Sets Field to Which a Field in UI Is to Be Mapped | 20060531 |
9 | ![]() |
Instance method | Public | Method | Sets Position of a Field | 20050402 |
Events
Class IF_HDS_UI_FIELD_SET has no event.
Types
Class IF_HDS_UI_FIELD_SET has no local type.
Method Signatures
Method SET_APPEARANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPEARANCE | Value transfer | Type reference (TYPE) | HDS_DTE_APPEARANCE | Darstellungsart eines Feldes | 20050401 | ||
2 | ![]() |
I_FIELDNAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Feldname | 20050401 |
Method SET_APPEARANCE on class IF_HDS_UI_FIELD_SET has no exception.
Method SET_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DESCRIPTION | Value transfer | Type reference (TYPE) | CSEQUENCE | Beschreibung des Feldes | 20060413 | ||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Feldname | 20050401 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Methodenparameter wurde nur initial versorgt | 20050402 |
Method SET_FIELDSTATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELDNAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Feldname | 20050402 | ||
2 | ![]() |
I_FIELDSTATUS | Value transfer | Type reference (TYPE) | HDS_DTE_FIELDSTATUS | Feldstatus | 20050402 |
Method SET_FIELDSTATUS on class IF_HDS_UI_FIELD_SET has no exception.
Method SET_FLG_F4_CALLBACK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELDNAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Feldname | 20050402 | ||
2 | ![]() |
I_FLG_F4_CALLBACK | Value transfer | Type reference (TYPE) | HDS_DTE_FLG_F4_CALLBACK | Kennzeichen: Eigene F4-Hilfe | 20050402 |
Method SET_FLG_F4_CALLBACK on class IF_HDS_UI_FIELD_SET has no exception.
Method SET_FLG_INTENSIFIED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELDNAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Feldname | 20050419 | ||
2 | ![]() |
I_FLG_INTENSIFIED | Value transfer | Type reference (TYPE) | HDS_DTE_FLG_INTENSIFIED | Kennzeichen: Feld ist hervorgehoben | 20050429 |
Method SET_FLG_INTENSIFIED on class IF_HDS_UI_FIELD_SET has no exception.
Method SET_FLG_NO_DB_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELDNAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Feldname | 20050402 | ||
2 | ![]() |
I_FLG_NO_DB_CHECK | Value transfer | Type reference (TYPE) | HDS_DTE_FLG_NO_DB_CHECK | Keine DB Prüfung durchführen | 20050402 |
Method SET_FLG_NO_DB_CHECK on class IF_HDS_UI_FIELD_SET has no exception.
Method SET_FLG_VALUE_LABEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELDNAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Feldname | 20050417 | ||
2 | ![]() |
I_FLG_VALUE_LABEL | Value transfer | Type reference (TYPE) | HDS_DTE_FLG_VALUE_LABEL | Kennzeichen: Text zu Feldwert anzeigen | 20050417 |
Method SET_FLG_VALUE_LABEL on class IF_HDS_UI_FIELD_SET has no exception.
Method SET_MAPPED_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname in Backend | 20060531 | ||
2 | ![]() |
I_FIELDNAME_UI | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname auf UI | 20060531 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Aufruffehler | 20060601 |
Method SET_POSITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELDNAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Feldname | 20050402 | ||
2 | ![]() |
I_POSITION | Value transfer | Type reference (TYPE) | SY-TABIX | Position (Reihenfolge) des Feldes | 20050402 |
Method SET_POSITION on class IF_HDS_UI_FIELD_SET has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |