cancel
Showing results for 
Search instead for 
Did you mean: 

Reject radio button in shopping cart item how to determine

Former Member
0 Kudos

Hi Experts!

How will i be able to determine what field in i_item indicates that the reject radio button is ticked when APPROVER reject a shopping cart item?

I'm using BBP_PD_SC_GETDETAIL

Problem occurs in a completion workflow where it does not have decision radio buttons on the item level as it is there on financial approval

Thanks and Regards!

SAIXIS

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can use following class for this

/SAPSRM/CL_WF_APV_FACADE=>GET_CURRENT_DECISION

Thanks!!

Bharath

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Bharath,

Thanks this might be helpful but I still have a problem.

What happen is, when I try to APPROVE a shopping cart item it give a value of "APPROVED" but when I try to REJECT a shopping cart, I get a value of "INQUIRED" ..

When you look at the value range, it suppose to give a value "REJECTED". What do you think is the problem?

Thanks,

Saixis

Former Member
0 Kudos

If all Item in a SC rejected, the value will be "Rejected", but on the other hand if some Item approved and some Item rejected, the value will be "INQUIRED"..

Hope this explanation will help you to understand the logic..

Thanks!!

Bharath