cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping cart item level approval

Former Member
0 Kudos

Hi all,

I am currently working on item level approval Badi for the wokflow...the sc has to be approved based on the Material and cost centre...so i need to create two approval objects..i have doubt in this..

1. Is it just enough if we define as

c_cost_centre TYPE bbp_wfl_app_criterion VALUE 'COST_CTR',

(as defined in the example in the spro settings)

or

else we have to use FM bbp_wfl dinapp_obj_get..what is the use of this function module..(Bcas i saw in the note 731637 we have to create approval object using this FM)...i really coudnt understand.

2.what is the Purpose of FM BBP_WFL_DIN_ITEM_APPROVAL_GET..what does it do..though i went thru the sample example i coudnt really understand...

i dont know how to proceed...if anyone could help me in this it would be very kind of you ...

Thanks&Regards,

Hari.

Edited by: hari on Feb 7, 2008 5:00 PM

Can onyone help me pls

Edited by: hari on Feb 7, 2008 5:01 PM

Accepted Solutions (1)

Accepted Solutions (1)

khan_voyalpadusman
Active Contributor
0 Kudos

hi,

For the First question--->

Just defining

c_cost_centre TYPE bbp_wfl_app_criterion VALUE 'COST_CTR',

is not the solution

You have to use the FM as defined in the NOTE

2 ) FM

BBP_WFL_DIN_ITEM_APPROVAL_GET -->

is used for retrieving the approvers that are involved in the approval chain.

all the involved approvers will be added to the approval_table.

And also have a look at default implementation provided by SAP , it will help you.

Answers (1)

Answers (1)

Former Member
0 Kudos

hi all,

can anyone help me in this.

Thanks & Regards,

Hari...