2020 Sep 14 8:56 AM
Hi All,
I know this feature is not yet provided by SAP as standard. The requirement is that a creator of the PR (via ESS), can enter some text in one of the notes section at the bottom of the PR item:

And the approver(s) should be able to see it in the My Inbox App under the comments (or main details tab) when approving.

Since this is not possible with standard, I'm wondering if there any BAdI or exit or even implicit enhancement implementation in standard code possible to achieve this? Can anyone please give me a hint or pointer on how this can be done?
2020 Oct 01 4:04 AM
This is possible. Your workflow developer should be able to write the code that will get to it.
The text is stored in standard SAP table. Search in DB table STXH using SE16 or SE16N with key value EBAN or EBANH as text object and click execute.
Anything this is stored in SAP is retrievable and can be sent in any which form as needed. All you need to do is figure out how to do it.
2020 Oct 01 4:08 AM
Dear abapdude ,
Thanks for the pointers. In this case I'm the Workflow developer myself, and I'm aware of the places these texts are stored from PR. I know this can be retrieved using READ_TEXT FM.
The question is, "Where" can this enhancement be done, to be able to display this retrieved text in the My Inbox app.
-Mithun.