Hi there,
in my service I assigned ABAP types (both internal types and data elements) to the attributes of my entity using the ABAP type editor.
When I now create a new project and redefine the service from the first project all those assignments are gone (in the new project). The assignments are set back to 'Determination by Runtime Object Generator'.
A little bit different is the behaviour of date fields (both Edm.DateTime and Edm.DateTimeOffset): They are always re-set to ABAP data element 'TIMESTAMP' (length 15), which means that I need to do some conversion on my date values in the DPC_EXT class.
Seems to be a similar problem as the one regarding assignment of labels I described in a recent post:
Does anybody have similar problems - or even a solution to keep the original assignments?
Thank you!
Best regards,
Juergen