cancel
Showing results for 
Search instead for 
Did you mean: 

User Roles Question

Former Member
0 Kudos

Hey All,

I have 2 quick Qs:

1. Is there a way to prevent a user from ordering a same material on same date twice using a catalog?

2. What is the difference between Edit, Manage, and Maintain for Roles?

Will reward points for a good answer

PR

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

1st one is quite interesting requirement.

<u>Answer for the 1st question -></u>

As Shiv told 

Once you identify SC or PO are been created on particular day using table CRMD_ORDERADM_H then you need to check field CATALOGID (For same catalog) in Table BBP_PDIGP - to make sure on particular day user don't use same catalog, here if CATALOGID matches then you need to raise error message

using BBP_DOC_CHECK_BADI (your custom message in this case).

<u>Answer for the 2nd question -></u>

http://help.sap.com/saphelp_srm50/helpdata/en/7f/07913cd89eda65e10000000a11402f/frameset.htm

http://help.sap.com/saphelp_srm50/helpdata/en/d3/1792a2a3504fb18e971abc1cee70b0/frameset.htm

http://help.sap.com/saphelp_47x200/helpdata/en/52/6714a9439b11d1896f0000e8322d00/content.htm

http://help.sap.com/saphelp_47x200/helpdata/en/15/01ca60d30311d397090000e82de14a/content.htm

http://help.sap.com/saphelp_47x200/helpdata/en/52/6714b6439b11d1896f0000e8322d00/content.htm

http://help.sap.com/saphelp_47x200/helpdata/en/52/671595439b11d1896f0000e8322d00/frameset.htm

http://help.sap.com/saphelp_srm50/helpdata/en/aa/d7c57d9e61425aa8fca52b721750bf/frameset.htm

Hope this will help.

Regards

- Atul

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

Once you identify SC or PO are been created on perticular day using table CRMD_ORDERADM_H then you need to check field CATALOGID (For same catalog) in Table BBP_PDIGP - to make sure on perticular day user don't use same catalog, here if CATALOGID matches then you need to raise error message.

Regards,

Shiv

Former Member
0 Kudos

Hi,

1.You can check for the number of Shoping carts created by a user each time he goes for creating a SC in the BADI "BBP_DOC_CHECK_BADI".There are a number of FM's to check this or yu could directly query the table CRMD_ORDERADM_H for the number of SC's created by the user.

BR,

Disha.

Pls reward points for useful answers.