cancel
Showing results for 
Search instead for 
Did you mean: 

How we push shopping cart in srm3.0

Former Member
0 Kudos

iam very new to SRM, I getting one issue related to Shopping cart from user" Please push shopping cart". what are the ways to push the shopping cart in srm3.0 version.

Please share me any transcation, or if any function module for this issue.

Thanks & Regards,

Pavan.

Accepted Solutions (0)

Answers (2)

Answers (2)

jason_boggans
Active Contributor
0 Kudos

Should be answered.

jason_boggans
Active Contributor
0 Kudos

Hi Pavan,

To push the shopping cart you must use the handle!! Just kidding

Anyway - to be honest I am not sure what you mean by this, I expect you refer to SRM version 3.0 or BBPCRM 400, still sharing middleware with the CRM application and using ITS technology. If the user requires a way to 'resubmit' a failed cart, then this is generally done through the application monitor where the cart should be shown in error, alternatively, the function BBP_REQREQ_RESUBMIT can be used, this is part of function group BBP_REQREQ along with the others:

BBP_REQREQ_APPROVE

BBP_REQREQ_CHECK_BUDGET

BBP_REQREQ_CREATE

BBP_REQREQ_CREATE_EXTERNAL

BBP_REQREQ_CREATE_LIMIT

BBP_REQREQ_DEL_ERROR_ITEMS

BBP_REQREQ_DEL_SHORTLIFE

BBP_REQREQ_GETDETAIL

BBP_REQREQ_INS_ATT

BBP_REQREQ_LIST

BBP_REQREQ_MOVE_IN_TRASHCAN

BBP_REQREQ_OTHER_STATUS

BBP_REQREQ_PARK

BBP_REQREQ_READ_COPIES

BBP_REQREQ_READ_VIA_REFERENCE

BBP_REQREQ_REJECT

BBP_REQREQ_REJECT_ITEM

BBP_REQREQ_RESUBMIT

BBP_REQREQ_SET_DELETE_IND

BBP_REQREQ_SIMULATE_CREATE

BBP_REQREQ_SIMULATE_TRANSFER

BBP_REQREQ_TRANSFER

BBP_REQREQ_UPD_ATT

BBP_REQREQ_UPD_REFERENCES

Regards,

Jason