cancel
Showing results for 
Search instead for 
Did you mean: 

WORK ITEM -----------------------

Former Member
0 Kudos

I have to create a custom program that will cycle through all unapproved shopping cart work items performing the following actions:

1.For work items that have not been approved after 15 days since the cart was submitted generate an email reminder to both the requestor and the approver(s).

2.For work items that remain unapproved after 20 days reject the work item.

I have got mail format also to be sent both to approver and requester having shopping cart details.I am confused how we can do this in custom program.

How to accomplish thsi task.

Accepted Solutions (1)

Accepted Solutions (1)

yeushengteo
Advisor
Advisor
0 Kudos

Hi,

Instead of writing program, have you considered to customize your workflow with deadline monitoring to do the task instead?

I think it maybe easier accomplish with a experienced workflow consultant.

Regards.

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

There are several ways to implement it.

1. Notification email

[http://help.sap.com/saphelp_nw70/helpdata/en/c5/e4b97e453d11d189430000e829fbbd/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/c5/e4b97e453d11d189430000e829fbbd/frameset.htm]

A. by standard escalation function in SAP Business Workflow

B. by deadline monitoring function in SAP Business Workflow

C. by Alert

[http://help.sap.com/saphelp_srm50/helpdata/en/42/c8aaddd9cc6bb3e10000000a1553f6/frameset.htm|http://help.sap.com/saphelp_srm50/helpdata/en/42/c8aaddd9cc6bb3e10000000a1553f6/frameset.htm]

D. by custom program. Reference programs are RSWUWFMLEC or RBBP_NOTIFICATION_OFFAPP and SWI1 transaction.

2. Automatic reject

E. by modeled deadline monitoring

[http://help.sap.com/saphelp_nw70/helpdata/en/c5/e4b97e453d11d189430000e829fbbd/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/c5/e4b97e453d11d189430000e829fbbd/frameset.htm]

F. by custom program with SWW_WI* function modules and BBP_PD_SC_STATUS_* function modules.

Regards,

Masa