cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping cart approver

Former Member
0 Kudos

Hi,

Can anyone please tell me of how to find out the actual approver of the shopping cart. Is there any functuion module or table through which i can get it.

I have found a function module but i have to pass the wor item id of the work flow of the Shopping cart to get the approver. Is there any way to find out the shopping cart Work Item id.

Regards,

Ravi G

Accepted Solutions (0)

Answers (3)

Answers (3)

khan_voyalpadusman
Active Contributor
0 Kudos

system determines the approvers , based on the type of workflow you are using..

if you are using , normal (or) standard workflows , program --> RBUS2121 will determine the approver

1) transaction --> se38

2) type -> RBUS2121

3) click --> on Programs.

here you will find code to determine managers .

if you are using --> badi workflows --> then you have to write code --> where you will specify the approval agents

1)transaction --> se18

2) badi name --> BBP_WFL_APPROV_BADI

3) method --> GET_REMAING_APPROVERS

0 Kudos

Dear All,

I've this problem only when for SC Copied from another Approver......; in this case,

following the steps:

1. Copy SC from another Approver

2. Order the SC

3. Check status SC

4. Add Hoc Approver

5. Save SC

6. Check status SC

7. Approval Preview without the Add Hoc Approver before insert!!

I'm wait yours precious help.

Best Regards

Francesco

former_member183819
Active Contributor
0 Kudos

Hi

Did you try?

BBP_PDH_WFL_APPROVER_GET

BBP_PDH_WFL_APPROVER_DISPLAY

regards

Muthu

Former Member
0 Kudos

Hi Muthuraman,

Thanks for the reply.

I need to pass the workflow item for this FM, but how to get it.

Regards,

Ravi G

former_member183819
Active Contributor
0 Kudos

Hi

Table SWWWIHEAD

This workitem you may get it from BBP_PD or SWI1

regards

Muthu

Edited by: Muthuraman Govindasamy on Sep 5, 2008 12:08 PM