Problem: you send email from SAP but user has to confirm reading of email. You want to turn off this functionality in SAP.
Solution: All you need to do is to set one of the CL_BCS class’ attributes.
For this you can use method SET_STATUS_ATTRIBUTES with parameter I_REQUESTED_STATUS = 'N’.
Values for this attribute are:
- N – No status is to be returned;
- E – only Error statuses are to be returned;
- A – return All statuses.
If you want to know how to send email check out this post: [cref sending-email-from-sap-crm].
Komentowanie jest zakończone.