Function | Returns the attribute value in internal format | |||||||||
Example | mykunnr = mycustomer->s10getvalue( "kunnr" ). | |||||||||
Format |
data: myattrname type string, myvalue type any. s10getvalue( exporting   attrname = myattrname importing   value = myvalue ). |
|||||||||
Parameters |
|
|||||||||
Description |
s10getvalue() calls the attribute's "build" method, if necessary, and
returns the attribute's value. If the attribute name is invalid, the method is aborted. |
|||||||||
Components | S10 Framework |