Top "Custom-data-type" questions

Assigning Inline declared table to Field Symbols

There is an inline-declared table generated from a SELECT statement as below: SELECT * INTO TABLE @DATA(lt_result) FROM scarr. …

abap custom-data-type
Defining DataRange Expression in Protege for a Data Type Property

I am adding few new DataType in the OWL using Protege. The DataType is like percentage and I want to …

rdf semantic-web owl protege custom-data-type
how to store and retrieve custom data (using QtCore.Qt.UserRole?) with Qtableview /QAbstractTableModel in pyqt?

I'm quite new in the use of model/view framework and I'm having some trouble, I'm using a Qtableview and …

qt pyqt model-view custom-data-type