|
Function
|
Returns data dictionary information for the text field associated with an
attribute |
|
Example
|
ABAP
mydfies =
s10getddic4text( "kunnr" ).
|
|
Format
|
ABAP
data:
myattrname type string,
mydfies type dfies.
mydfies =
s10getddic4text( myattrname ).
|
|
Parameters |
| Name |
Type |
Description |
| attrname | string | Attribute name |
| dfies | dfies | Data dictionary information |
|
|
Description
|
The s10getddic4text() function is mainly used internally. It returns the
Data Dictionary information of the assigned text field for a class attribute.
|
|
Components |
S10 Framework
|