cancel
Showing results for 
Search instead for 
Did you mean: 

Check on Item Status in MDM Catalog

Former Member
0 Kudos

Hi,

Scenario:We are creating a shopping cart through the portal with the items in MDM catalog.

Requirement : If status of any of the item is 'Under Maintenance' , we need to pop-up an error message saying 'This item is under maintenance' when we click on 'Order' for shopping cart.

Can you please suggest how this can be achieved as per ABAP is concerned.

Thanks & Rgds,

Sanjeet

Accepted Solutions (0)

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

How about defining the namedsearch option and exclude items which has status 'Under Maintenance' ? Other idea is check the status in the BADI BBP_CATALOG_TRANSFER.

Regards,

Masa

Former Member
0 Kudos

Hi Masa,

I am not able to find the field 'Item Status' in the SRM mapping.

Actually, In the Open Catalog Interface this field 'Item Status' is newly defined in place of 'cust_field1'.

Can you please suggest how can i put the status check on this field using BBP_CATALOG_TRANSFER.

Any pointer for similar implemented code.

Rgds,

Sanjeet

Former Member
0 Kudos

Hi,

Read the cust field (item status) in BBP_CATALOG_TRANSFER badi, CATALOG_CONTENT structure will have the necessary customer fields which you are looking for.

Hope this helps,

thanks, Renga

      • Award points for usefull answers ***