Hi All,
I am on SRM 7.0 release 700 andl level SAPKIBKV09.
we are using the report /SAPSRM/OFFLINEAPPROVALSEND to send mails for approvals and notifications for rejections.
the requirement is that :
1. when the PO is rejected, by standard the notification is sent to the creator of the PO , but our requirement is to send that notification additionally to the buyer of the purchasing grp also , means for the same task i have to add an additional receipient , i have learnt that implementing the BADI BBP_OFFLINE_APP_BADI and coding in the method RECIPIENTS_GET will solve my purpose but when i try to test it , i execute the report using /h hoping that the BADI will trigger it does not go to any executable statement of the report instead ENQUEUE_E_RSWUWFMLEC is triggered and the execution is over after this. I would like to understand if I am missing anything here and why the BADI is not getting triggered. Please help .
2. I would also like to change the logo of SAP to my client's logo , MAIL_DATA_GET method of the BADI will solve the purpose as told , but I am not able to achieve this , any help will be highly appreciated.
Thanks.