Hi Experts,
is it possible to create a managed scenario with the RESTfull ABAP Programming Model which allowes us to store long text and use the "Rich text editor" control on the UI ?
The want to use this control: Rich text editor
with managed...
Hi Rohan,thanks for the great artical: I have a question regarding "on modify".I setup several determation with on modify e.g.determination onModifytest1 on modify { field Field1; create; update; }
determination onModifytest2 on modify { update; }
de...
The only way i could solve this problem was to build a view below and use the command "Cast" on the "SAP" Dataelement, to cast the entity on a identical entity, which does not have an Conv Exit. for exampleDateelemt with Conv Exit : PSPID -> used in...