on 2015 Dec 08 2:04 PM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.