cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Internal Note (NOTE) field from SC to POWL

Former Member
0 Kudos

Hello Experts,

My requirement is to provide a Column in POWL which will show the Notes which User would have added while Saving the SC.

User wanted to have a quick look for the notes they add for Pending carts.

I am looking forward for couple of options:

1. Adding a new Custom field on SC screen and bring it to POWL result seciton only.

2. Bringing Approval Notes (NOTM) data to POWL

3. Bringing Internal Notes (NOTE) data to POWL

Now, for 2nd and 3rd approach I have some basic doubts:

1. I beleive I cannot add NOTE / NOTM field directly to /SAPSRM/S_POWL_RESULT_SC_ITM

   - - As the value of this field could be read using FM READ_TEXT, so how can I call this FM and map the value to POWL Column

Apart from this, I would ike to understand how POWL query reads the DB. My query arises because we are simply mapping the fields only to DB criteria, so how system internally looks out for respective DB Table?

Many thanks in advance for your valuable inputs

Regards

Manish Agrawal

Accepted Solutions (1)

Accepted Solutions (1)

sheenadias
Explorer
0 Kudos

Add the field in /SAPSRM/S_POWL_RESULT_SC_ITM for the column to be displayed.

Run POWL_D01 after that.

You can manipulate the result set in the badi /SAPSRM/BD_POWL_CHNG_SEL_RSLT .

To understand how the criteria are read, you can debug this from FM POWL_QUERY_REFRESH. It will give you a good idea of how the feeder class, query and criteria are read.

Former Member
0 Kudos

Hello Sheena,

Thanks for your input...

I will check and  revert back

Regards

Manish Agrawal

Former Member
0 Kudos

Hello Sheena,

Big THANKS for your help..

This is exactly what I was looking for...

Regards

Manish Agrawal

Answers (0)