on 2017 Jan 17 7:19 AM
Hi All,
In SRM 7 , We have a requirement to make delivery address in Shopping cart as a Mandatory field.So system won't allow users to create the shopping cart unless the delivery address in entered. How can we achieve the same?
Thanks & Regards,
Saurav
Request clarification before answering.
Hi Saurav,
You can try it through customization by following the same logic as described in these wiki page.
If not enough, you can implement BADI BBP_DOC_CHECK_BADI using filter object type BUS2121. There, when IV_MODE = 'T' (check) or IV_SAVE = 'X' (Order) you can call function module BBP_PD_SC_GETDETAIL to get shopping cart details with provided GUID (IV_DOC_GUID) and check in E_PARTNER parameter if delivery address is filled for corresponding item and partner function (27 for delivery address).
Kind regards,
Garcia
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.