You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Business Accelerator Hub (BAH) publishing, we need to split the ORD Packages from one package (current behavior) into one package per ORD resource type. Most notably this means that we need a dedicated package for assigning APIs and another one for the events.
The text was updated successfully, but these errors were encountered:
If you validate with sap:core:v1 some problems should already pointed out. I hope it's mostly about splitting up packages up correctly, according to the constraints.
Example: You have one package, containing APIs, Events and Consumption Bundles.
Now you need to split it up into 3 Packages, containing only the same kind.
If you have mixed visibility, you again need to split up. So it could be 6 packages in the end.
E.g. MyPackage -> MyPackageAPIs, MyPackageEvents, MyPackageConsumptionBundles
Now with visibility: MyPackageAPIsInternal, MyPackageEventsInternal, MyPackageConsumptionBundlesInternal.
I would just append "Internal" and treat "public" as the default.
For Business Accelerator Hub (BAH) publishing, we need to split the ORD Packages from one package (current behavior) into one package per ORD resource type. Most notably this means that we need a dedicated package for assigning APIs and another one for the events.
The text was updated successfully, but these errors were encountered: