on 2009 Jan 29 10:28 PM
Hello,
We are on SRM 5.5 (Extended classic scenario), we upgraded our system recently (support pack)
Before support pack, to generate a approval mail we stop the job (RBBP_NOTIFICATION_OFFAPP) and we execute the program RBBP_NOTIFICATION_OFFAPP/ RBBP_NOTIFICATION_WF_TEST to generated PO approval mail.
After support pack there is no job scheduled for mail generation, as soon as PO is approved a background task triggered and the mail generated. For custom development we need to add some more text into the mail so I want to debug mail generation process. Since the mail generation is happing in background process I am unable to debug
1.tried update debugging/ background debugging not works.
Pls reply is there any way to generate the mail form class or any program?
Regards,
Siva.
Hi
If you think the automatic mail is generated from workflow system, then you can go to respective Task and modify the task description to check if mail text is changed. Else you can explore Badi BBP_OFFLINE_APP_BADI which is called in RBBP_NOTIFICATION_OFFAPP to modify the text.
Regards,
Sanjeev
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Wokflow debugging online during system processing is cumbersome and difficult. What I would suggest you can open the Task which sends email. Inside that there might be an object and method which is being called. You can open that object and method in SWO1 and try debugging in test mode.
Regards,
Sanjeev
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.