Hello,
I have created a Fiori-Application in the BAS. We now want to use some npm-Dependencies from GitHub, for example:
"devDependencies": {"ui5-task-translationhub": "github:DerGuteWolf/ui5-task-translationhub#semver:^1.0.1"}
The following e...
Hi,
I have an Fiori-Elements-App with local Annotations. I have created an entity that is used as a ValueHelp.
Like this:
<Annotations Target="Metadata.ZMainEntity/ZReferenceID">
<Annotation Term="Common.ValueListWithFixedValues...
Hello,
I am using the FM BAPI_ALM_ORDER_MAINTAIN for adding notifications to the objectlist of a CS-Order. That is working fine.
I also customizied the Order-Notification-Integration, so that when I add a notification a Operation will be automati...
Hello,
I implementing some simple Apps using the QuickCreateComponent. I dont use it in Context of the CoPilot, its a simple Fiori-Application on S4 1909 and ECC 750. (SAPUI5 1.78)
I define the Annotations with the Annotation-Modeler in the Web-I...
Hello,
we have a kapsel-based offline SAPUI5-Application. There are two scenarios where we made POST-Requests on associations on the same root-entity.
The model is like:
RootEntity -> SubEntity1
RootEntity -> SubEntity2
These two "SubEntiti...
Hi Sandeep,the Order already exists. I want to add a new Notification to the object-list of the order.The (part of the) code: "Add objectlist entry
CLEAR: ls_methods, lt_methods.
ls_methods-method = 'CREATE'.
ls_methods-objecttype = 'O...
Hi, thanks for this great blog.
I also use this Annotation-Feature in the Service-Builder, but one thing is missing: Where can I define the Qualifiers for some Annotations, e.g. "FieldGroup"?
In the Annotation-Modeler of the Web-IDE is it maintenab...