Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Getting PR Item text on My Inbox Comments

Mithun_Kr
Active Participant
0 Kudos
1,190

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?

2 REPLIES 2
Read only

maulik
Contributor
0 Kudos
940

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.

Read only

Mithun_Kr
Active Participant
0 Kudos
940

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.