Hi,
I'm new to BOPF and have looked at the tutorials and blogs. I know the ABAP Object Services, and there we can create transient and persistent instances of the same object. In BOPF I can have transient attributes or transient nodes. Is there a way to have one node containing transient and persistent entries?
The reason behind the question: I want to display in a uniform table data that is for some rows persisted on the database, and for some other rows comes from a different web service. The data from comming from the web service is read only, but the data from the DB should be possible to change. In ABAP Object Services I simple can create transient objects for the data comming from the webservice and persistent objects for the data from the DB and combine them easyliy in a table and operate on them in the same way, as they are of the same class type.
Any ideas how to achieve that in BOPF?
Thanks for all your input,
Peter