For SAP Business ByDesign I have created a PDI solution with a custom form template that is based on a custom business object.The Form Template Header description defined in SAP Cloud Applications Studio is passed as the PDF name when I preview the f...
Hello community,
We are currently facing the problem that many communication arrangements of ByDesign systems of our customers use a SSL Client Certificate as an authentication method.
If I download a SAP Business ByDesign System Key Pair for a c...
Dear Community,While developing on a ByDesign tenant, I am trying to retrieve all Customers using the standard query Customer.QueryByIdentificaion.By following these steps, I was able to make it possible to use a a customer-specific field to as a que...
Hi 63abapdeveloper ,you need to assign your custom BO to a different deployment unit as shown in my screenshotIn fact, to the deployment unit of the Opportunity BusinessObject which is CustomerRelationshipManagement. By default, the deployment unit...
Hi Chris,thank you for your reply.Unfortunately that's not the use case I am dealing here with, since the user will usually want save and download the document directly from the preview.RegardsDominik
Hi DevC4C009you could try to add the business document reference of the Email in Before save of ServiceRequest.BusinessTransactionDocumentReference.import ABSL;
import AP.Common.GDT;
import AP.PC.ActivityManagement.Global;
import AP.PDI.bo;
var qryA...