BADI for authorization check in CRMD_ORDER

Problem: you want to restrict user from doing certain operations in CRMD_ORDER transaction.

Solution: SAP CRM enables you to do that without modification of standard code.

Simply create an implementation of CRM_ORDER_AUTH_CHECK BADI. This will allow you to create ABAP code which will check authorizations using standard or custom authorization objects (or in any other way for that matter).

Komentowanie jest zakończone.