Can I define a type within my Web Dynpro application that can be referred to by a view's attribute?
TYPES: BEGIN OF data_record,
cost_element TYPE nLENGTH 10,
END OF data_record.
I understand that I might not be able to, given the following SAP reference I found when declaring the
attributes of my views.
The associated type must be a global Dictionary type or exist in a type pool. In the latter case, the type pool must be declared in the function group.