cancel
Showing results for 
Search instead for 
Did you mean: 

Authorisation for pricing conditions in sales order

Former Member
0 Kudos

Hi,

This could be a tipical requirement. he requirement is a sfollows:

Some users should not be allowed to enter / change some of the pricing conditions (manual) in the create / change mode of sales order (VA01/VA02). But they should be allowed to enter/change couple of other condtion types (manually).

The other requirement is to disable the functionality of adding new condtions type through dropdown in the item pricing condition screen in VA01/VA02. The pricing update button also should be in a disabled mode for some users.

Please advice me whether this can be achieved through some user exits or Basis authorisation?

Regards,

Sam

virgo_scorps1
Explorer
0 Kudos

You need to take help from an ABAPer for updating the program. The developer shall include within the program, the transactions affected, in this case VA01/02.

Once done a custom auth object is created that contains fields like activity, step number etc related to pricing condition. This custom object is added to the concerned role too.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

.

tn_naveen
Participant
0 Kudos

Hi,

Yes this can be done. If you are on EP4 you cna use the Badi PRICING_AUTHORITY_CHECK_UI to disallow users to use certain conditions.

If you are not on EP4 you can still use the exit userexit_field_modification in program LV69AFZZ to check against authorisation.

Choose the one that best suits your needs.

Regards,

Naveen

Former Member
0 Kudos

Hi Naveen,

Thnak you very much for the suggestions.

The platform is ECC 6.0. For using this BAPI or the exit, do we need to have any authorisation profile defianed? Could you please provide me some more details?

Regards,

Sam

Former Member
0 Kudos

Hi,

Is there any SAP notes for this requirement (to prevent users from making changes to certain condition types in VA01/VA02) ?

Can this be dealt with Basis authorization?

Regards

Sam

tn_naveen
Participant
0 Kudos

Hi Sam,

Please look at Note: 1165078 applicable for EP4 for earlier versions you need to work with the suggestions from SAP in Note 105621

Regards,

Naveen