We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi experts, I am trying to update the properties of the Attachment Reuse Component that is included on the standard Create Maintenance Request application. I want to update the flavor to "withCheckin" and remove the "Add a Link" action. I have create...
I am currently attempting to adapt a standard SAP Fiori list report and I'm running into some rendering issues. On my List report adaption project I want to create a couple of tabs (multiple views). I have found an SAP delivered variant that actually...
Is there a standard function module or class method I can use to assign Employees to a Work Center? (Work center HR assignment)
Responding to Oscar Del Castillo: Yes that's exactly what I mean. Like going to CR02 -> Scheduling -> Capacity -> HRMS. ...
I wasn't able to solve the issue using a manifest change, but I was able to change the properties with a controller extension. I made a new function that gets called after any batch request completes on the component. _setAttachmentServiceAttributes...
Thanks for this post. I'd like to address some of the issues in the comments. The first thing I noticed is that most of the functions using the new library are the same, but there is one that changed. In the blog OP mentions switching getConfiguratio...
Thanks for your help! Below is the code I used._afterActivate: function(oEvent) { oEvent.activationPromise.then(() => { // NOTE: This is called after the user save's their changes (activation) MessageToast.show("Testing After Activate Event"); })}...
I was able to figure it out after some research/POC work. You'll need to add this change to the manifest variant when you're doing adaptations at the CUSTOMER_BASE layer. The important thing here is the "propertyPath." This is the path in the manifes...