cancel
Showing results for 
Search instead for 
Did you mean: 

bbp_pd_sc_check_is_pd

Former Member
0 Kudos

So you know which cases can I use bbp_pd_sc_check_is_pd FM?

What it checks?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Which SRM version are you using ?

<b>It's basically used for whether the number specified is either a Shopping cart or requirement request order.

            • look if this is a PD or a REQ order</b>

<u>Function module 'bbp_pd_sc_check_is_pd' reads one number and then

if flag is set then it's a Shopping cart and read the shopping cart details

using function module CALL FUNCTION 'BBP_PD_SC_GETDETAIL'

else

it read the details and lock requirement request

using function module CALL FUNCTION 'BBP_REQREQ_GETDETAIL'

PD -> Purchasing Document (Shopping cart)

REQ -> Requirement</u>

Hope this will help.

Regards

- Atul

Former Member
0 Kudos

THANK YOU!

Answers (0)