on 10-28-2013 11:11 AM
Dear Experts,
I have a requirement where i need to add customer defined fields(colums) for standard POWL inbox screen (i.e Work Inbox link in NWBC).Please help me where to start with.
PFB the screen of Work Inbox in NWBC .
Thanks in advance
Katice
Depending on which POWL you are using, once you have identified the feeder class (via transaction POWL_TYPE) you may be able to create a custom sub-class of that feeder class and redefine the appropriate sub-class methods; for example, if you are using POWL application IBO_INBOX and you want to customize the IBO_INBOX_WI (work items) type/query, you can create a custom sub-class of CL_IBO_INBOX_FEEDER_WI and redefine the appropriate methods (IF_POWL_FEEDER~GET_OBJECTS, SET_MV_RESULTS, and SET_MV_RESULTSTRUCTURE in particular). Then, once you have the ABAP and Data Dictionary changes complete, you can use the custom sub-class in a custom POWL type and link the custom POWL type to a custom POWL Query to a POWL application.
Here are a couple of helpful links regarding POWL as well:
http://scn.sap.com/docs/DOC-31014
http://help.sap.com/saphelp_nw73ehp1/helpdata/en/90/ae5ab9f47248198663fd6ae2186e31/frameset.htm
Sincerely,
Michael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.