cancel
Showing results for 
Search instead for 
Did you mean: 

Two Transaction Variants to one sales order type

Former Member
0 Kudos

I want to assign two different transaction variants to one sales order type.

Scenerio is this that i want to show billing block filed for order type "cr" for user SD1 in display mode and same filed for order type "cr" in changeable mode for usr SD_manager

thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member217082
Active Contributor
0 Kudos

Hi

Instead of going with Transaction variants go with Authorization check , so that your requirement can be fulfilled , say if document type CR is in display mode then give authorization to release the billing block. But if the document type CR is in change mode then give the authorization change mode . Then your requirement can be fulfilled.

Regards

Srinath

0 Kudos

Hi umair akram,

It's not possible to achieve that scenario with transaction variant, instead of transaction variant you should use an authority check when you create the sales order, so if the User has the authority then the field billing block is able to be modify, if not it is only in display mode. To make this you need to talk to Security people, and also you need to add some logic in an userexit to make the verification.

Thanks,

Mariano.