Hi,
We are upgrading our SRM system from 5 to 7. We are having a workflow to trigger an email for PO approval.
The workflow uses a standard task which is calling ‘BOR: Form’ and ‘Method: HTMLPROCESS’.
The Method calls Function module: RH_GET_TASK_ATTRIBUTES
It inputs the standard task number and gives us a ACT_TASK_ATTR-TCODE.
The TCODE being Returned is BBPSC07, which is obsolete from SRM 6.* onwards.
Is there any other BOR or any other alternate solution which we can use for the same.
Below are the print screen from SRM 5.
and following is the print from SRM7:
When we try to go back to the workflow and debug the standard task:
BOR: Form
Method: HTMLPROCESS
The program calls Function Module RH_GET_TASK_ATTRIBUTES. It returns ACT_TASK_ATTR-TCODE which is being called by the method. The Tcode being called is ‘BBPSC07’ which is obsolete in SRM 7 and ends into a short dump. Hence, ending the process and sending the mail without any data.