cancel
Showing results for 
Search instead for 
Did you mean: 

Suggest Function Module for Shopping cart approve / Reject

Former Member
0 Kudos

Dear SRM Gurus,

We are working on SRM 7.0 implimention, needs to have functional module for shopping cart approve / reject.

Regards,

Vinod

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

ok

Former Member
0 Kudos

Hi Vinod,

Give the shopping cart no to FM the guid of theSC

CALL FUNCTION 'BBP_PD_ALL_GET_OBJECT_GUID'

EXPORTING

iv_object_id = lv_object_id " sc no

iv_object_type = c_object_type " BUS2121

IMPORTING

ev_object_guid = lv_guid." GUID of sc.

CALL FUNCTION 'BBP_PDH_WFL_DB_UPDATE'

EXPORTING

iv_object_id = lv_object_id

iv_object_type = c_object_type

iv_action = c_action " 'H' fro reject and 'F' for approve

iv_user = sy-uname

iv_guid = lv_guid

Regards,

Neelima

Former Member
0 Kudos

Hi,

We have FM BBP_PD_SC_STATUS_CHANGE_WF along with this FM an internal task is called for Tcode BBPSC07.

Thanks & Regards,

Manish